geographer 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geographer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - C. Jason Harrelson (midas)
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-12 00:00:00 -06:00
18
+ date: 2011-02-06 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -56,6 +56,7 @@ files:
56
56
  - lib/geographer/countries.rb
57
57
  - lib/geographer/us/states.rb
58
58
  - script/console
59
+ - test/geographer/countries_test.rb
59
60
  - test/geographer/us/states_test.rb
60
61
  - test/geographer_test.rb
61
62
  - test/test_helper.rb
@@ -94,6 +95,7 @@ signing_key:
94
95
  specification_version: 3
95
96
  summary: Provides Geography information from the US and world (ie. US states list with abbreviations and names, World countries list, etc.)
96
97
  test_files:
98
+ - test/geographer/countries_test.rb
97
99
  - test/geographer/us/states_test.rb
98
100
  - test/geographer_test.rb
99
101
  - test/test_helper.rb