earth 0.6.5 → 0.6.6

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.
data/lib/earth/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Earth
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
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 == 77
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 == 77
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
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: -3898759173730063628
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: -3898759173730063628
617
+ hash: 1109178617057141377
618
618
  segments:
619
619
  - 0
620
620
  version: "0"