earth 0.3.13 → 0.3.14
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.gitignore +23 -0
- data/Gemfile +5 -4
- data/Rakefile +27 -0
- data/earth.gemspec +41 -0
- data/features/support/env.rb +3 -0
- data/lib/earth.rb +3 -1
- data/lib/earth/air/aircraft/data_miner.rb +3 -3
- data/lib/earth/air/airline/data_miner.rb +3 -2
- data/lib/earth/automobile/automobile_fuel_type/data_miner.rb +1 -1
- data/lib/earth/automobile/automobile_make_fleet_year/data_miner.rb +1 -1
- data/lib/earth/automobile/automobile_make_model_year_variant/data_miner.rb +71 -84
- data/lib/earth/pet/species.rb +10 -1
- data/lib/earth/residence/residence_fuel_price/data_miner.rb +9 -15
- data/lib/earth/version.rb +3 -0
- data/spec/earth/pet/species_spec.rb +14 -0
- data/spec/spec_helper.rb +8 -0
- metadata +160 -228
- data/Gemfile.lock +0 -184
data/Gemfile.lock
DELETED
@@ -1,184 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
earth (0.3.12)
|
5
|
-
activerecord (~> 3)
|
6
|
-
cohort_scope (>= 0.0.7)
|
7
|
-
conversions (>= 1.4.5)
|
8
|
-
data_miner (~> 0.5.6)
|
9
|
-
falls_back_on (>= 0.0.3)
|
10
|
-
geokit (>= 1.5.0)
|
11
|
-
loose_tight_dictionary (>= 0.0.8)
|
12
|
-
weighted_average (>= 0.0.4)
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: http://rubygems.org/
|
16
|
-
specs:
|
17
|
-
GData (0.0.4)
|
18
|
-
builder (>= 2.1.2)
|
19
|
-
hoe (>= 1.2.1)
|
20
|
-
aaronh-chronic (0.3.9)
|
21
|
-
activemodel (3.0.3)
|
22
|
-
activesupport (= 3.0.3)
|
23
|
-
builder (~> 2.1.2)
|
24
|
-
i18n (~> 0.4)
|
25
|
-
activerecord (3.0.3)
|
26
|
-
activemodel (= 3.0.3)
|
27
|
-
activesupport (= 3.0.3)
|
28
|
-
arel (~> 2.0.2)
|
29
|
-
tzinfo (~> 0.3.23)
|
30
|
-
activesupport (3.0.3)
|
31
|
-
amatch (0.2.5)
|
32
|
-
andand (1.3.1)
|
33
|
-
arel (2.0.6)
|
34
|
-
blockenspiel (0.3.2)
|
35
|
-
builder (2.1.2)
|
36
|
-
cohort_scope (0.1.1)
|
37
|
-
activerecord (>= 3.0.0.beta4)
|
38
|
-
activesupport (>= 3.0.0.beta4)
|
39
|
-
common_name (0.1.5)
|
40
|
-
activesupport (>= 2.3.4)
|
41
|
-
conversions (1.4.5)
|
42
|
-
activesupport (>= 2.3.4)
|
43
|
-
cucumber (0.9.4)
|
44
|
-
builder (~> 2.1.2)
|
45
|
-
diff-lcs (~> 1.1.2)
|
46
|
-
gherkin (~> 2.2.9)
|
47
|
-
json (~> 1.4.6)
|
48
|
-
term-ansicolor (~> 1.0.5)
|
49
|
-
data_miner (0.5.7)
|
50
|
-
activerecord (>= 2.3.4)
|
51
|
-
activesupport (>= 2.3.4)
|
52
|
-
andand (>= 1.3.1)
|
53
|
-
blockenspiel (= 0.3.2)
|
54
|
-
conversions (>= 1.4.4)
|
55
|
-
errata (>= 0.2.1)
|
56
|
-
escape (>= 0.0.4)
|
57
|
-
log4r (>= 1.1.7)
|
58
|
-
remote_table (~> 0.2.32)
|
59
|
-
taps (>= 0.3.11)
|
60
|
-
diff-lcs (1.1.2)
|
61
|
-
errata (0.2.4)
|
62
|
-
activesupport (>= 2.3.4)
|
63
|
-
remote_table (>= 0.2.31)
|
64
|
-
escape (0.0.4)
|
65
|
-
falls_back_on (0.0.3)
|
66
|
-
activerecord
|
67
|
-
fast_timestamp (0.0.4)
|
68
|
-
fastercsv (1.5.4)
|
69
|
-
gemcutter (0.6.1)
|
70
|
-
geokit (1.5.0)
|
71
|
-
gherkin (2.2.9)
|
72
|
-
json (~> 1.4.6)
|
73
|
-
term-ansicolor (~> 1.0.5)
|
74
|
-
git (1.2.5)
|
75
|
-
hoe (2.8.0)
|
76
|
-
rake (>= 0.8.7)
|
77
|
-
hpricot (0.8.3)
|
78
|
-
i18n (0.5.0)
|
79
|
-
jeweler (1.4.0)
|
80
|
-
gemcutter (>= 0.1.0)
|
81
|
-
git (>= 1.2.5)
|
82
|
-
rubyforge (>= 2.0.0)
|
83
|
-
json (1.4.6)
|
84
|
-
json_pure (1.4.6)
|
85
|
-
libxml-ruby (1.1.4)
|
86
|
-
log4r (1.1.9)
|
87
|
-
loose_tight_dictionary (0.0.9)
|
88
|
-
activesupport (>= 2.3.4)
|
89
|
-
amatch (>= 0.2.5)
|
90
|
-
andand (>= 1.3.1)
|
91
|
-
mime-types (1.16)
|
92
|
-
mustache (0.12.0)
|
93
|
-
nokogiri (1.4.4)
|
94
|
-
rack (1.2.1)
|
95
|
-
rake (0.8.7)
|
96
|
-
rcov (0.9.9)
|
97
|
-
rdiscount (1.6.5)
|
98
|
-
rdoc (3.3)
|
99
|
-
remote_table (0.2.32)
|
100
|
-
activesupport (>= 2.3.4)
|
101
|
-
escape (>= 0.0.4)
|
102
|
-
nokogiri (>= 1.4.1)
|
103
|
-
roo (= 1.3.11)
|
104
|
-
slither (>= 0.99.4)
|
105
|
-
rest-client (1.6.1)
|
106
|
-
mime-types (>= 1.16)
|
107
|
-
rocco (0.5)
|
108
|
-
mustache
|
109
|
-
rdiscount
|
110
|
-
roo (1.3.11)
|
111
|
-
GData (>= 0.0.4)
|
112
|
-
hpricot (>= 0.6)
|
113
|
-
libxml-ruby (>= 1.1.3)
|
114
|
-
rubyzip (>= 0.9.1)
|
115
|
-
spreadsheet (>= 0.6.4)
|
116
|
-
rspec (2.0.1)
|
117
|
-
rspec-core (~> 2.0.1)
|
118
|
-
rspec-expectations (~> 2.0.1)
|
119
|
-
rspec-mocks (~> 2.0.1)
|
120
|
-
rspec-core (2.0.1)
|
121
|
-
rspec-expectations (2.0.1)
|
122
|
-
diff-lcs (>= 1.1.2)
|
123
|
-
rspec-mocks (2.0.1)
|
124
|
-
rspec-core (~> 2.0.1)
|
125
|
-
rspec-expectations (~> 2.0.1)
|
126
|
-
ruby-ole (1.2.11.1)
|
127
|
-
rubyforge (2.0.4)
|
128
|
-
json_pure (>= 1.1.7)
|
129
|
-
rubyzip (0.9.4)
|
130
|
-
sequel (3.17.0)
|
131
|
-
sinatra (1.0)
|
132
|
-
rack (>= 1.0)
|
133
|
-
slither (0.99.4)
|
134
|
-
sniff (0.4.12)
|
135
|
-
aaronh-chronic (~> 0.3.9)
|
136
|
-
activerecord (~> 3.0.0)
|
137
|
-
activesupport (~> 3.0.0)
|
138
|
-
common_name (~> 0.1.5)
|
139
|
-
cucumber (~> 0.9.4)
|
140
|
-
earth (~> 0.3.1)
|
141
|
-
fast_timestamp (~> 0.0.4)
|
142
|
-
jeweler (~> 1.4.0)
|
143
|
-
rake
|
144
|
-
rcov
|
145
|
-
rdoc
|
146
|
-
rocco
|
147
|
-
rspec (~> 2.0.0)
|
148
|
-
sqlite3-ruby (~> 1.3.0)
|
149
|
-
timecop
|
150
|
-
timeframe (~> 0.0.8)
|
151
|
-
spreadsheet (0.6.5.0)
|
152
|
-
ruby-ole
|
153
|
-
sqlite3-ruby (1.3.2)
|
154
|
-
taps (0.3.14)
|
155
|
-
json_pure (>= 1.2.0, < 1.5.0)
|
156
|
-
rack (>= 1.0.1)
|
157
|
-
rest-client (>= 1.4.0, < 1.7.0)
|
158
|
-
sequel (~> 3.17.0)
|
159
|
-
sinatra (~> 1.0.0)
|
160
|
-
sqlite3-ruby (~> 1.2)
|
161
|
-
term-ansicolor (1.0.5)
|
162
|
-
timecop (0.3.5)
|
163
|
-
timeframe (0.0.8)
|
164
|
-
activesupport (>= 2.3.5)
|
165
|
-
tzinfo (0.3.23)
|
166
|
-
weighted_average (0.0.6)
|
167
|
-
activerecord (~> 3)
|
168
|
-
arel (~> 2)
|
169
|
-
|
170
|
-
PLATFORMS
|
171
|
-
ruby
|
172
|
-
|
173
|
-
DEPENDENCIES
|
174
|
-
activerecord (~> 3)
|
175
|
-
cohort_scope (>= 0.0.7)
|
176
|
-
conversions (>= 1.4.5)
|
177
|
-
data_miner (~> 0.5.6)
|
178
|
-
earth!
|
179
|
-
falls_back_on (>= 0.0.3)
|
180
|
-
fastercsv
|
181
|
-
geokit (>= 1.5.0)
|
182
|
-
loose_tight_dictionary (>= 0.0.8)
|
183
|
-
sniff (~> 0.4.11)
|
184
|
-
weighted_average (>= 0.0.4)
|