geography_helper 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c01dc3093e1bedbe2847ba7e345cedf1dcf8a9288dab5539cf62c36f1c03a7c
4
- data.tar.gz: 0b815832274c0d7da3c4ada9fc3f43650c1b482624bfdebeac6bacb7703ff805
3
+ metadata.gz: 4bb52169bee6075c8ff80fcebcf7aae66f59123182829dc61484923319739a88
4
+ data.tar.gz: 2a25416a125c5fcb05ec83206214a4218717d5732a2a2cbba4d79a045d1275b3
5
5
  SHA512:
6
- metadata.gz: ca8165687c52fd1c5bcd30fce93df57bf34adc4ff461da4fa8fb9298ce203592291bd539f9796ebc797aa36a6d23bfa70ca7657542039c68ed98645148b931c6
7
- data.tar.gz: 9b30311b1612ff646cd506178813c1e4757e4e082802c16ade6f02dd90a1f49c131a2ebbffbe2f60bc623fc5b8ed7bba72d75e1e35a4dcd40ecae2880d87a7a3
6
+ metadata.gz: ac5db4688e553f57babdbab10ce1200abf578fccbb351d197332827e1db1bd0f3985c3e72b90e74b69562bd574233afe5cd1995c19c88336fb5c38a0d775b308
7
+ data.tar.gz: a083fb5da6d76afeebdd7015b6b4e46deeb8321d1a1a8dce4426645d1646d24584dfa2702093aded73c0db53fb9c160474daf46d9e7e756a64999527166cffc5
@@ -4,43 +4,43 @@ module GeographyHelper
4
4
  def states
5
5
  {
6
6
  'United States' => {
7
- 'AK' => 'Alaska',
8
7
  'AL' => 'Alabama',
9
- 'AR' => 'Arkansas',
8
+ 'AK' => 'Alaska',
10
9
  'AS' => 'American Samoa',
11
10
  'AZ' => 'Arizona',
11
+ 'AR' => 'Arkansas',
12
12
  'CA' => 'California',
13
13
  'CO' => 'Colorado',
14
14
  'CT' => 'Connecticut',
15
- 'DC' => 'District of Columbia',
16
15
  'DE' => 'Delaware',
16
+ 'DC' => 'District of Columbia',
17
17
  'FL' => 'Florida',
18
18
  'GA' => 'Georgia',
19
19
  'GU' => 'Guam',
20
20
  'HI' => 'Hawaii',
21
- 'IA' => 'Iowa',
22
21
  'ID' => 'Idaho',
23
22
  'IL' => 'Illinois',
24
23
  'IN' => 'Indiana',
24
+ 'IA' => 'Iowa',
25
25
  'KS' => 'Kansas',
26
26
  'KY' => 'Kentucky',
27
27
  'LA' => 'Louisiana',
28
- 'MA' => 'Massachusetts',
29
- 'MD' => 'Maryland',
30
28
  'ME' => 'Maine',
29
+ 'MD' => 'Maryland',
30
+ 'MA' => 'Massachusetts',
31
31
  'MI' => 'Michigan',
32
32
  'MN' => 'Minnesota',
33
- 'MO' => 'Missouri',
34
33
  'MS' => 'Mississippi',
34
+ 'MO' => 'Missouri',
35
35
  'MT' => 'Montana',
36
- 'NC' => 'North Carolina',
37
- 'ND' => 'North Dakota',
38
36
  'NE' => 'Nebraska',
37
+ 'NV' => 'Nevada',
39
38
  'NH' => 'New Hampshire',
40
39
  'NJ' => 'New Jersey',
41
40
  'NM' => 'New Mexico',
42
- 'NV' => 'Nevada',
43
41
  'NY' => 'New York',
42
+ 'NC' => 'North Carolina',
43
+ 'ND' => 'North Dakota',
44
44
  'OH' => 'Ohio',
45
45
  'OK' => 'Oklahoma',
46
46
  'OR' => 'Oregon',
@@ -52,12 +52,12 @@ module GeographyHelper
52
52
  'TN' => 'Tennessee',
53
53
  'TX' => 'Texas',
54
54
  'UT' => 'Utah',
55
- 'VA' => 'Virginia',
56
- 'VI' => 'Virgin Islands',
57
55
  'VT' => 'Vermont',
56
+ 'VI' => 'Virgin Islands',
57
+ 'VA' => 'Virginia',
58
58
  'WA' => 'Washington',
59
- 'WI' => 'Wisconsin',
60
59
  'WV' => 'West Virginia',
60
+ 'WI' => 'Wisconsin',
61
61
  'WY' => 'Wyoming'
62
62
  }
63
63
  }
@@ -1,3 +1,3 @@
1
1
  module GeographyHelper
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geography_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Iacutone
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-01 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler