Skip to content

Commit

Permalink
Merge pull request #4 from dvla/add-ruby-version-file
Browse files Browse the repository at this point in the history
Add .ruby-version file
  • Loading branch information
mjrisaac authored Mar 15, 2024
2 parents 7d41c0f + 5e3b9a5 commit 9659aed
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 100 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.0
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

84 changes: 0 additions & 84 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/postman_paf/version.rb
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
11 changes: 1 addition & 10 deletions postman_paf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9659aed

Please sign in to comment.