earth 0.3.0 → 0.3.1
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/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
earth (0.
|
|
4
|
+
earth (0.3.0)
|
|
5
5
|
activerecord (>= 3.0.0.beta4)
|
|
6
6
|
cohort_scope (>= 0.0.7)
|
|
7
7
|
conversions (>= 1.4.5)
|
|
@@ -17,20 +17,19 @@ GEM
|
|
|
17
17
|
GData (0.0.4)
|
|
18
18
|
builder (>= 2.1.2)
|
|
19
19
|
hoe (>= 1.2.1)
|
|
20
|
-
activemodel (3.0.
|
|
21
|
-
activesupport (= 3.0.
|
|
20
|
+
activemodel (3.0.3)
|
|
21
|
+
activesupport (= 3.0.3)
|
|
22
22
|
builder (~> 2.1.2)
|
|
23
|
-
i18n (~> 0.4
|
|
24
|
-
activerecord (3.0.
|
|
25
|
-
activemodel (= 3.0.
|
|
26
|
-
activesupport (= 3.0.
|
|
27
|
-
arel (~>
|
|
23
|
+
i18n (~> 0.4)
|
|
24
|
+
activerecord (3.0.3)
|
|
25
|
+
activemodel (= 3.0.3)
|
|
26
|
+
activesupport (= 3.0.3)
|
|
27
|
+
arel (~> 2.0.2)
|
|
28
28
|
tzinfo (~> 0.3.23)
|
|
29
|
-
activesupport (3.0.
|
|
29
|
+
activesupport (3.0.3)
|
|
30
30
|
amatch (0.2.5)
|
|
31
31
|
andand (1.3.1)
|
|
32
|
-
arel (
|
|
33
|
-
activesupport (~> 3.0.0)
|
|
32
|
+
arel (2.0.4)
|
|
34
33
|
blockenspiel (0.3.2)
|
|
35
34
|
builder (2.1.2)
|
|
36
35
|
cohort_scope (0.1.1)
|
|
@@ -38,7 +37,7 @@ GEM
|
|
|
38
37
|
activesupport (>= 3.0.0.beta4)
|
|
39
38
|
conversions (1.4.5)
|
|
40
39
|
activesupport (>= 2.3.4)
|
|
41
|
-
data_miner (0.5.
|
|
40
|
+
data_miner (0.5.7)
|
|
42
41
|
activerecord (>= 2.3.4)
|
|
43
42
|
activesupport (>= 2.3.4)
|
|
44
43
|
andand (>= 1.3.1)
|
|
@@ -56,18 +55,17 @@ GEM
|
|
|
56
55
|
escape (0.0.4)
|
|
57
56
|
falls_back_on (0.0.3)
|
|
58
57
|
activerecord
|
|
59
|
-
gemcutter (0.6.1)
|
|
60
58
|
geokit (1.5.0)
|
|
61
59
|
git (1.2.5)
|
|
62
|
-
hoe (2.
|
|
60
|
+
hoe (2.7.0)
|
|
63
61
|
rake (>= 0.8.7)
|
|
64
62
|
rubyforge (>= 2.0.4)
|
|
65
|
-
hpricot (0.8.
|
|
63
|
+
hpricot (0.8.3)
|
|
66
64
|
i18n (0.4.2)
|
|
67
|
-
jeweler (1.
|
|
68
|
-
|
|
65
|
+
jeweler (1.5.0)
|
|
66
|
+
bundler (~> 1.0.0)
|
|
69
67
|
git (>= 1.2.5)
|
|
70
|
-
|
|
68
|
+
rake
|
|
71
69
|
json_pure (1.4.6)
|
|
72
70
|
libxml-ruby (1.1.4)
|
|
73
71
|
log4r (1.1.9)
|
|
@@ -76,7 +74,7 @@ GEM
|
|
|
76
74
|
amatch (>= 0.2.5)
|
|
77
75
|
andand (>= 1.3.1)
|
|
78
76
|
mime-types (1.16)
|
|
79
|
-
nokogiri (1.4.
|
|
77
|
+
nokogiri (1.4.4)
|
|
80
78
|
rack (1.2.1)
|
|
81
79
|
rake (0.8.7)
|
|
82
80
|
rcov (0.9.9)
|
|
@@ -95,38 +93,36 @@ GEM
|
|
|
95
93
|
libxml-ruby (>= 1.1.3)
|
|
96
94
|
rubyzip (>= 0.9.1)
|
|
97
95
|
spreadsheet (>= 0.6.4)
|
|
98
|
-
rspec (2.0
|
|
99
|
-
rspec-core (~> 2.0
|
|
100
|
-
rspec-expectations (~> 2.0
|
|
101
|
-
rspec-mocks (~> 2.0
|
|
102
|
-
rspec-core (2.0
|
|
103
|
-
rspec-expectations (2.0
|
|
104
|
-
diff-lcs (
|
|
105
|
-
rspec-mocks (2.0
|
|
106
|
-
rspec-core (~> 2.0.1)
|
|
107
|
-
rspec-expectations (~> 2.0.1)
|
|
96
|
+
rspec (2.1.0)
|
|
97
|
+
rspec-core (~> 2.1.0)
|
|
98
|
+
rspec-expectations (~> 2.1.0)
|
|
99
|
+
rspec-mocks (~> 2.1.0)
|
|
100
|
+
rspec-core (2.1.0)
|
|
101
|
+
rspec-expectations (2.1.0)
|
|
102
|
+
diff-lcs (~> 1.1.2)
|
|
103
|
+
rspec-mocks (2.1.0)
|
|
108
104
|
ruby-ole (1.2.11.1)
|
|
109
105
|
rubyforge (2.0.4)
|
|
110
106
|
json_pure (>= 1.1.7)
|
|
111
107
|
rubyzip (0.9.4)
|
|
112
|
-
sequel (3.
|
|
108
|
+
sequel (3.17.0)
|
|
113
109
|
sinatra (1.0)
|
|
114
110
|
rack (>= 1.0)
|
|
115
111
|
slither (0.99.4)
|
|
116
112
|
spreadsheet (0.6.4.1)
|
|
117
113
|
ruby-ole
|
|
118
114
|
sqlite3-ruby (1.3.2)
|
|
119
|
-
taps (0.3.
|
|
115
|
+
taps (0.3.14)
|
|
120
116
|
json_pure (>= 1.2.0, < 1.5.0)
|
|
121
117
|
rack (>= 1.0.1)
|
|
122
118
|
rest-client (>= 1.4.0, < 1.7.0)
|
|
123
|
-
sequel (~> 3.
|
|
119
|
+
sequel (~> 3.17.0)
|
|
124
120
|
sinatra (~> 1.0.0)
|
|
125
121
|
sqlite3-ruby (~> 1.2)
|
|
126
122
|
tzinfo (0.3.23)
|
|
127
|
-
weighted_average (0.0.
|
|
128
|
-
activerecord (
|
|
129
|
-
arel (
|
|
123
|
+
weighted_average (0.0.6)
|
|
124
|
+
activerecord (~> 3)
|
|
125
|
+
arel (~> 2)
|
|
130
126
|
|
|
131
127
|
PLATFORMS
|
|
132
128
|
ruby
|
|
@@ -139,7 +135,7 @@ DEPENDENCIES
|
|
|
139
135
|
earth!
|
|
140
136
|
falls_back_on (>= 0.0.3)
|
|
141
137
|
geokit (>= 1.5.0)
|
|
142
|
-
jeweler
|
|
138
|
+
jeweler (= 1.5.0)
|
|
143
139
|
loose_tight_dictionary (>= 0.0.8)
|
|
144
140
|
rake
|
|
145
141
|
rcov
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
class ResidentialEnergyConsumptionSurveyResponse < ActiveRecord::Base
|
|
2
2
|
set_primary_key :department_of_energy_identifier
|
|
3
|
+
set_table_name :res_surveys
|
|
3
4
|
|
|
4
5
|
belongs_to :census_division, :foreign_key => 'census_division_number'
|
|
5
6
|
belongs_to :census_region, :foreign_key => 'census_region_number'
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.3.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Seamus Abshere
|
|
@@ -188,11 +188,13 @@ dependencies:
|
|
|
188
188
|
requirement: &id012 !ruby/object:Gem::Requirement
|
|
189
189
|
none: false
|
|
190
190
|
requirements:
|
|
191
|
-
- - "
|
|
191
|
+
- - "="
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
193
|
segments:
|
|
194
|
+
- 1
|
|
195
|
+
- 5
|
|
194
196
|
- 0
|
|
195
|
-
version:
|
|
197
|
+
version: 1.5.0
|
|
196
198
|
type: :development
|
|
197
199
|
prerelease: false
|
|
198
200
|
version_requirements: *id012
|
|
@@ -393,11 +395,13 @@ dependencies:
|
|
|
393
395
|
requirement: &id026 !ruby/object:Gem::Requirement
|
|
394
396
|
none: false
|
|
395
397
|
requirements:
|
|
396
|
-
- - "
|
|
398
|
+
- - "="
|
|
397
399
|
- !ruby/object:Gem::Version
|
|
398
400
|
segments:
|
|
401
|
+
- 1
|
|
402
|
+
- 5
|
|
399
403
|
- 0
|
|
400
|
-
version:
|
|
404
|
+
version: 1.5.0
|
|
401
405
|
type: :development
|
|
402
406
|
prerelease: false
|
|
403
407
|
version_requirements: *id026
|
|
@@ -645,6 +649,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
645
649
|
requirements:
|
|
646
650
|
- - ">="
|
|
647
651
|
- !ruby/object:Gem::Version
|
|
652
|
+
hash: 408286639
|
|
648
653
|
segments:
|
|
649
654
|
- 0
|
|
650
655
|
version: "0"
|