-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from dvla/add-ruby-version-file
Add .ruby-version file
- Loading branch information
Showing
5 changed files
with
3 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.3.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module PostmanPAF | ||
VERSION = '0.4.0' | ||
VERSION = '0.4.1' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,7 @@ Gem::Specification.new do |spec| | |
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Converts Royal Mail PAF (Postcode Address File) addresses to a printable format.' | ||
|
||
spec.description = <<-DESCRIPTION | ||
Converts Royal Mail PAF (Postcode Address File) addresses to a printable format for an envelope or address label. | ||
This is an unofficial gem to apply Royal Mail Rules & Exceptions when converting PAF addresses. | ||
Based on the Royal Mail Programmers' Guide: https://www.poweredbypaf.com/wp-content/uploads/2017/07/Latest-Programmers_guide_Edition-7-Version-6.pdf, 'Formatting a PAF address for printing' (page 27). | ||
Conversions aim to resemble addresses returned by Royal Mail Find a PostCode as accurately as possible: https://www.royalmail.com/find-a-postcode. | ||
DESCRIPTION | ||
spec.description = 'Unofficial gem to apply Royal Mail Rules & Exceptions when formatting PAF addresses.' | ||
|
||
spec.homepage = 'https://github.com/dvla/postman-paf' | ||
spec.license = 'MIT' | ||
|