Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .ruby-version file #4

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading