ruby-postcodeanywhere 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTc1Yzc0NjllNTFmN2FlOTk1OTFmMjFhYmE3YTk5Nzk3YmQzNjM1Nw==
4
+ YWFiYjA0ZjU1NWJlODQ1OWFhN2ZiYmIyYTkyYmRmNTAyYTljM2I1Zg==
5
5
  data.tar.gz: !binary |-
6
- YzEyMTYyYjg3YWQzYzZlNDk4ZTA5NzZhMjVhYTVkMDBkZTdmMTcxNg==
6
+ YWI3ZjQ2ZjdhZDc1NjU2NTgzOWExNTA5MzRiOWFiZWYyODFjMDk4Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjBlZTBjMTI5NWU1OWI0OWYwNWU4MzllMDI1ODBhMjQxMTBhYWU1NDc4YjYy
10
- M2U3NWQzNDhhYmI5MGEyMWQxZDU4ZTY4YWYwOWQwMjI0MDg4NzExM2E4ZTMy
11
- MzUwZDZhMWEwMzQyZmQzZDUzNWY4ZjFiMWYwYWZjZjExZmQyNTk=
9
+ OTVlNTVmNDU2ZTFkODE0MmQxYWI1ZDMwYjY3ZTgwMDAzYmIzNmUwMWQ3ZWZi
10
+ MWIwNjhhMzM5N2Q1NGFjMTVlOGM1MDZiM2YwOWU4ODUzMTVkMmZhZmJhODQx
11
+ MjRjNGMzZDYxNjBmMjA4ZWVmNzY3OTExMGUwYTQ2Y2Y2MDUzNzA=
12
12
  data.tar.gz: !binary |-
13
- ZTRmNTNmNDZmY2MwZDViNjBhYjhkYTRlMjFlOGIyY2EzNjNjNjc3MzVhY2Q5
14
- ZDAyODFjYTEwOTRhYmEyMjVmODcxNTFhNWQxMjJmM2Q1ZjY2NTcxN2JmM2M2
15
- OGZhN2Y0Yzk2NzMyMTgzMGI0MzYxZDgyMGMwMTc2NWRlYjNmZTE=
13
+ OGM3ZDE4NDNhNDhhZWUzNjEwZmE3NDExZjc4YWFmNDJlMmE2ZWE0ZGZjZTNk
14
+ NGYzYWFkYzQ1Y2ZmNDZlM2FkNWUxMjI4YTAxYzcyYTk0MDU5YjA3ODE5NDdj
15
+ NWZjOTczZjU1ZjE0NjdiOGIyNzVkZmFmZDIxNzU1NzJiNjYyYzM=
@@ -127,7 +127,7 @@ module PostcodeAnywhere
127
127
 
128
128
  class AddressLookup
129
129
 
130
- attr_accessor :building_name, :building_number, :street, :flat, :district, :secondary_street,
130
+ attr_accessor :building_name, :building_number, :street, :flat, :district, :secondary_street
131
131
  attr_accessor :postcode, :address_line_1, :address_line_2, :address_line_3, :address_line_4, :address_line_5
132
132
  attr_accessor :post_town, :county, :city, :county_name, :zip4, :state, :udprn, :company, :department
133
133
  attr_accessor :mailsort, :barcode, :type
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruby-postcodeanywhere}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Chris Norman}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-postcodeanywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Norman