earth 0.0.36 → 0.0.37

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.
@@ -7,6 +7,6 @@ class LodgingClass < ActiveRecord::Base
7
7
  tap "Brighter Planet's lodging class data", Earth.taps_server
8
8
  end
9
9
 
10
- # FIXME TODO need reall emission_factor
11
- falls_back_on :emission_factor => 1.0
10
+ # based on science/emitters/lodging/lodging_classes.xls
11
+ falls_back_on :emission_factor => 20.976.pounds.to(:kilograms)
12
12
  end
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: 87
4
+ hash: 85
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 36
10
- version: 0.0.36
9
+ - 37
10
+ version: 0.0.37
11
11
  platform: ruby
12
12
  authors:
13
13
  - Seamus Abshere
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-10 00:00:00 -04:00
20
+ date: 2010-09-10 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency