earth 0.0.42 → 0.0.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ FuelPrice.class_eval do
4
4
  # month/year
5
5
 
6
6
  data_miner do
7
- schema :options => Earth.database_options do
7
+ schema Earth.database_options do
8
8
  string 'name'
9
9
  float 'price'
10
10
  string 'price_units'
@@ -5,7 +5,7 @@ FuelType.class_eval do
5
5
  # gas-specific emissions factors
6
6
 
7
7
  data_miner do
8
- schema :options => Earth.database_options do
8
+ schema Earth.database_options do
9
9
  string 'name'
10
10
  float 'emission_factor'
11
11
  string 'emission_factor_units'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: earth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 73
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 42
10
- version: 0.0.42
9
+ - 43
10
+ version: 0.0.43
11
11
  platform: ruby
12
12
  authors:
13
13
  - Seamus Abshere