earth 0.4.10 → 0.4.11

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.
@@ -3,7 +3,7 @@ ResidentialEnergyConsumptionSurveyResponse.class_eval do
3
3
  # sabshere 9/20/10 sorted with sort -d -t "'" -k 2 ~/Desktop/parts.txt
4
4
  schema Earth.database_options do
5
5
  integer 'id'
6
- integer 'air_conditioner_use_id'
6
+ string 'air_conditioner_use_id'
7
7
  float 'annual_energy_from_electricity_for_air_conditioners'
8
8
  string 'annual_energy_from_electricity_for_air_conditioners_units'
9
9
  float 'annual_energy_from_electricity_for_clothes_driers'
@@ -53,7 +53,7 @@ ResidentialEnergyConsumptionSurveyResponse.class_eval do
53
53
  integer 'census_region_number'
54
54
  string 'central_ac_use'
55
55
  string 'clothes_dryer_use'
56
- integer 'clothes_machine_use_id'
56
+ string 'clothes_machine_use_id'
57
57
  string 'clothes_washer_use'
58
58
  string 'construction_period'
59
59
  date 'construction_year'
data/lib/earth/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Earth
2
- VERSION = "0.4.10"
2
+ VERSION = "0.4.11"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: earth
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.10
5
+ version: 0.4.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Seamus Abshere