madison 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57386ed384eb3b234d7c24e6e607cfc6223f2bb7
4
- data.tar.gz: ce4f672a178999536755c2c79e86ce93dfe4094b
3
+ metadata.gz: 9dec971917f05d6ebc710291b991bdcc5452143d
4
+ data.tar.gz: 16e3760ec7594af53e860c6bf3616128ea7668c8
5
5
  SHA512:
6
- metadata.gz: ac6e3bd30788ac73013c2e1acf300e48b76834599472c33e835a961b798b50df98348cfd8bded5b5cc46a8b76a798969e2b3474cfc8c7030eeabd3fa94f31ba9
7
- data.tar.gz: ff5f7d24046d0fce2b2001c5f52b704f9cc2e55713e97faa96cbd71235ac17cfd40b7c013abbfcf8a746630ff78e28a9ab52a19eb2fdc20cc0cd1c6e8cfa21b3
6
+ metadata.gz: d53baed3c8aa4259b356fe143f2542584e7121999d5371acf54118f677905aff300d405ea9636f7a177f5869ee1f63b911096faccd68acd48e1a85b34c652b26
7
+ data.tar.gz: df23474bc4312d6b744f5cdac256edff1dcf6ad6276573df7a3198920a9eaba09c7dc7a657ab64c2c413a0d6971a742ed3a4520a2afe38108d9642c932a1959a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- madison (0.4.0)
4
+ madison (0.5.0)
5
5
  json
6
6
 
7
7
  GEM
@@ -10,7 +10,7 @@ GEM
10
10
  coderay (1.1.0)
11
11
  diff-lcs (1.2.5)
12
12
  docile (1.1.5)
13
- json (1.8.1)
13
+ json (1.8.3)
14
14
  method_source (0.8.2)
15
15
  multi_json (1.10.1)
16
16
  pry (0.10.1)
@@ -47,3 +47,6 @@ DEPENDENCIES
47
47
  rake
48
48
  rspec
49
49
  simplecov
50
+
51
+ BUNDLED WITH
52
+ 1.10.5
@@ -2,8 +2,6 @@ require 'json'
2
2
 
3
3
  module Madison
4
4
  class Map
5
- attr_accessor :states
6
-
7
5
  def states
8
6
  lib_dir = File.expand_path(File.dirname(File.dirname(__FILE__)))
9
7
 
@@ -32,7 +32,7 @@
32
32
  "abbr": "DE"
33
33
  },
34
34
  {
35
- "name": "District Of Columbia",
35
+ "name": "District of Columbia",
36
36
  "abbr": "DC"
37
37
  },
38
38
  {
@@ -1,3 +1,3 @@
1
1
  module Madison
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madison
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Ball
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-01 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.2.2
113
+ rubygems_version: 2.4.6
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: A simple Ruby gem for working with U.S. state names and abbreviations.