earth 0.6.5 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/earth/version.rb +1 -1
- data/spec/earth_spec.rb +2 -2
- metadata +3 -3
data/lib/earth/version.rb
CHANGED
data/spec/earth_spec.rb
CHANGED
@@ -23,7 +23,7 @@ describe Earth do
|
|
23
23
|
describe '.resource_map' do
|
24
24
|
it 'should get a list of resource_map' do
|
25
25
|
resource_map = Earth.resource_map
|
26
|
-
resource_map.keys.count.should ==
|
26
|
+
resource_map.keys.count.should == 78
|
27
27
|
resource_map['FuelType'].should == 'fuel'
|
28
28
|
end
|
29
29
|
it 'should exclude data_miner files' do
|
@@ -33,7 +33,7 @@ describe Earth do
|
|
33
33
|
|
34
34
|
describe '.search' do
|
35
35
|
it 'should get a list of all resource names' do
|
36
|
-
Earth.search.length.should ==
|
36
|
+
Earth.search.length.should == 78
|
37
37
|
Earth.search.should include('Aircraft')
|
38
38
|
Earth.search.should include('Industry')
|
39
39
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: earth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.6.
|
5
|
+
version: 0.6.6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Seamus Abshere
|
@@ -605,7 +605,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
605
605
|
requirements:
|
606
606
|
- - ">="
|
607
607
|
- !ruby/object:Gem::Version
|
608
|
-
hash:
|
608
|
+
hash: 1109178617057141377
|
609
609
|
segments:
|
610
610
|
- 0
|
611
611
|
version: "0"
|
@@ -614,7 +614,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
614
614
|
requirements:
|
615
615
|
- - ">="
|
616
616
|
- !ruby/object:Gem::Version
|
617
|
-
hash:
|
617
|
+
hash: 1109178617057141377
|
618
618
|
segments:
|
619
619
|
- 0
|
620
620
|
version: "0"
|