rail_trip 0.0.6 → 0.0.7
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/LICENSE +5 -20
- data/README.rdoc +17 -17
- metadata +68 -108
data/LICENSE
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
Copyright (c)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
-
the following conditions:
|
|
10
|
-
|
|
11
|
-
The above copyright notice and this permission notice shall be
|
|
12
|
-
included in all copies or substantial portions of the Software.
|
|
13
|
-
|
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1
|
+
Copyright (c) 2010 Brighter Planet
|
|
2
|
+
|
|
3
|
+
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
|
4
|
+
|
|
5
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
data/README.rdoc
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
= rail_trip
|
|
2
|
-
|
|
3
|
-
Description goes here.
|
|
4
|
-
|
|
5
|
-
== Note on Patches/Pull Requests
|
|
6
|
-
|
|
7
|
-
* Fork the project.
|
|
8
|
-
* Make your feature addition or bug fix.
|
|
9
|
-
* Add tests for it. This is important so I don't break it in a
|
|
10
|
-
future version unintentionally.
|
|
11
|
-
* Commit, do not mess with rakefile, version, or history.
|
|
12
|
-
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
|
13
|
-
* Send me a pull request. Bonus points for topic branches.
|
|
14
|
-
|
|
15
|
-
== Copyright
|
|
16
|
-
|
|
17
|
-
Copyright (c) 2010
|
|
1
|
+
= rail_trip
|
|
2
|
+
|
|
3
|
+
Description goes here.
|
|
4
|
+
|
|
5
|
+
== Note on Patches/Pull Requests
|
|
6
|
+
|
|
7
|
+
* Fork the project.
|
|
8
|
+
* Make your feature addition or bug fix.
|
|
9
|
+
* Add tests for it. This is important so I don't break it in a
|
|
10
|
+
future version unintentionally.
|
|
11
|
+
* Commit, do not mess with rakefile, version, or history.
|
|
12
|
+
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
|
13
|
+
* Send me a pull request. Bonus points for topic branches.
|
|
14
|
+
|
|
15
|
+
== Copyright
|
|
16
|
+
|
|
17
|
+
Copyright (c) 2010 Brighter Planet. See LICENSE for details.
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rail_trip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 19
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.0.7
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Andy Rossmeissl
|
|
@@ -19,36 +18,31 @@ autorequire:
|
|
|
19
18
|
bindir: bin
|
|
20
19
|
cert_chain: []
|
|
21
20
|
|
|
22
|
-
date: 2010-08-11 00:00:00 -
|
|
21
|
+
date: 2010-08-11 00:00:00 -05:00
|
|
23
22
|
default_executable:
|
|
24
23
|
dependencies:
|
|
25
24
|
- !ruby/object:Gem::Dependency
|
|
26
|
-
type: :development
|
|
27
|
-
prerelease: false
|
|
28
25
|
name: activerecord
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
prerelease: false
|
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
31
28
|
requirements:
|
|
32
29
|
- - "="
|
|
33
30
|
- !ruby/object:Gem::Version
|
|
34
|
-
hash: -1848230024
|
|
35
31
|
segments:
|
|
36
32
|
- 3
|
|
37
33
|
- 0
|
|
38
34
|
- 0
|
|
39
35
|
- beta4
|
|
40
36
|
version: 3.0.0.beta4
|
|
41
|
-
requirement: *id001
|
|
42
|
-
- !ruby/object:Gem::Dependency
|
|
43
37
|
type: :development
|
|
44
|
-
|
|
38
|
+
version_requirements: *id001
|
|
39
|
+
- !ruby/object:Gem::Dependency
|
|
45
40
|
name: bundler
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
prerelease: false
|
|
42
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
48
43
|
requirements:
|
|
49
44
|
- - ">="
|
|
50
45
|
- !ruby/object:Gem::Version
|
|
51
|
-
hash: 62196359
|
|
52
46
|
segments:
|
|
53
47
|
- 1
|
|
54
48
|
- 0
|
|
@@ -56,77 +50,67 @@ dependencies:
|
|
|
56
50
|
- beta
|
|
57
51
|
- 2
|
|
58
52
|
version: 1.0.0.beta.2
|
|
59
|
-
requirement: *id002
|
|
60
|
-
- !ruby/object:Gem::Dependency
|
|
61
53
|
type: :development
|
|
62
|
-
|
|
54
|
+
version_requirements: *id002
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
63
56
|
name: cucumber
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
prerelease: false
|
|
58
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
66
59
|
requirements:
|
|
67
60
|
- - "="
|
|
68
61
|
- !ruby/object:Gem::Version
|
|
69
|
-
hash: 57
|
|
70
62
|
segments:
|
|
71
63
|
- 0
|
|
72
64
|
- 8
|
|
73
65
|
- 3
|
|
74
66
|
version: 0.8.3
|
|
75
|
-
requirement: *id003
|
|
76
|
-
- !ruby/object:Gem::Dependency
|
|
77
67
|
type: :development
|
|
78
|
-
|
|
68
|
+
version_requirements: *id003
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
79
70
|
name: jeweler
|
|
80
|
-
|
|
81
|
-
|
|
71
|
+
prerelease: false
|
|
72
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
82
73
|
requirements:
|
|
83
74
|
- - "="
|
|
84
75
|
- !ruby/object:Gem::Version
|
|
85
|
-
hash: 7
|
|
86
76
|
segments:
|
|
87
77
|
- 1
|
|
88
78
|
- 4
|
|
89
79
|
- 0
|
|
90
80
|
version: 1.4.0
|
|
91
|
-
requirement: *id004
|
|
92
|
-
- !ruby/object:Gem::Dependency
|
|
93
81
|
type: :development
|
|
94
|
-
|
|
82
|
+
version_requirements: *id004
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
95
84
|
name: rake
|
|
96
|
-
|
|
97
|
-
|
|
85
|
+
prerelease: false
|
|
86
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
98
87
|
requirements:
|
|
99
88
|
- - ">="
|
|
100
89
|
- !ruby/object:Gem::Version
|
|
101
|
-
hash: 3
|
|
102
90
|
segments:
|
|
103
91
|
- 0
|
|
104
92
|
version: "0"
|
|
105
|
-
requirement: *id005
|
|
106
|
-
- !ruby/object:Gem::Dependency
|
|
107
93
|
type: :development
|
|
108
|
-
|
|
94
|
+
version_requirements: *id005
|
|
95
|
+
- !ruby/object:Gem::Dependency
|
|
109
96
|
name: rdoc
|
|
110
|
-
|
|
111
|
-
|
|
97
|
+
prerelease: false
|
|
98
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
112
99
|
requirements:
|
|
113
100
|
- - ">="
|
|
114
101
|
- !ruby/object:Gem::Version
|
|
115
|
-
hash: 3
|
|
116
102
|
segments:
|
|
117
103
|
- 0
|
|
118
104
|
version: "0"
|
|
119
|
-
requirement: *id006
|
|
120
|
-
- !ruby/object:Gem::Dependency
|
|
121
105
|
type: :development
|
|
122
|
-
|
|
106
|
+
version_requirements: *id006
|
|
107
|
+
- !ruby/object:Gem::Dependency
|
|
123
108
|
name: rspec
|
|
124
|
-
|
|
125
|
-
|
|
109
|
+
prerelease: false
|
|
110
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
126
111
|
requirements:
|
|
127
112
|
- - "="
|
|
128
113
|
- !ruby/object:Gem::Version
|
|
129
|
-
hash: 62196417
|
|
130
114
|
segments:
|
|
131
115
|
- 2
|
|
132
116
|
- 0
|
|
@@ -134,150 +118,133 @@ dependencies:
|
|
|
134
118
|
- beta
|
|
135
119
|
- 17
|
|
136
120
|
version: 2.0.0.beta.17
|
|
137
|
-
requirement: *id007
|
|
138
|
-
- !ruby/object:Gem::Dependency
|
|
139
121
|
type: :development
|
|
140
|
-
|
|
122
|
+
version_requirements: *id007
|
|
123
|
+
- !ruby/object:Gem::Dependency
|
|
141
124
|
name: sniff
|
|
142
|
-
|
|
143
|
-
|
|
125
|
+
prerelease: false
|
|
126
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
|
144
127
|
requirements:
|
|
145
128
|
- - "="
|
|
146
129
|
- !ruby/object:Gem::Version
|
|
147
|
-
hash: 3
|
|
148
130
|
segments:
|
|
149
131
|
- 0
|
|
150
132
|
- 0
|
|
151
133
|
- 14
|
|
152
134
|
version: 0.0.14
|
|
153
|
-
|
|
135
|
+
type: :development
|
|
136
|
+
version_requirements: *id008
|
|
154
137
|
- !ruby/object:Gem::Dependency
|
|
155
|
-
type: :runtime
|
|
156
|
-
prerelease: false
|
|
157
138
|
name: characterizable
|
|
158
|
-
|
|
159
|
-
|
|
139
|
+
prerelease: false
|
|
140
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
|
160
141
|
requirements:
|
|
161
142
|
- - "="
|
|
162
143
|
- !ruby/object:Gem::Version
|
|
163
|
-
hash: 7
|
|
164
144
|
segments:
|
|
165
145
|
- 0
|
|
166
146
|
- 0
|
|
167
147
|
- 12
|
|
168
148
|
version: 0.0.12
|
|
169
|
-
requirement: *id009
|
|
170
|
-
- !ruby/object:Gem::Dependency
|
|
171
149
|
type: :runtime
|
|
172
|
-
|
|
150
|
+
version_requirements: *id009
|
|
151
|
+
- !ruby/object:Gem::Dependency
|
|
173
152
|
name: cohort_scope
|
|
174
|
-
|
|
175
|
-
|
|
153
|
+
prerelease: false
|
|
154
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
|
176
155
|
requirements:
|
|
177
156
|
- - ~>
|
|
178
157
|
- !ruby/object:Gem::Version
|
|
179
|
-
hash: 11
|
|
180
158
|
segments:
|
|
181
159
|
- 0
|
|
182
160
|
- 0
|
|
183
161
|
version: "0.0"
|
|
184
|
-
requirement: *id010
|
|
185
|
-
- !ruby/object:Gem::Dependency
|
|
186
162
|
type: :runtime
|
|
187
|
-
|
|
163
|
+
version_requirements: *id010
|
|
164
|
+
- !ruby/object:Gem::Dependency
|
|
188
165
|
name: data_miner
|
|
189
|
-
|
|
190
|
-
|
|
166
|
+
prerelease: false
|
|
167
|
+
requirement: &id011 !ruby/object:Gem::Requirement
|
|
191
168
|
requirements:
|
|
192
169
|
- - "="
|
|
193
170
|
- !ruby/object:Gem::Version
|
|
194
|
-
hash: 15
|
|
195
171
|
segments:
|
|
196
172
|
- 0
|
|
197
173
|
- 5
|
|
198
174
|
- 2
|
|
199
175
|
version: 0.5.2
|
|
200
|
-
requirement: *id011
|
|
201
|
-
- !ruby/object:Gem::Dependency
|
|
202
176
|
type: :runtime
|
|
203
|
-
|
|
177
|
+
version_requirements: *id011
|
|
178
|
+
- !ruby/object:Gem::Dependency
|
|
204
179
|
name: earth
|
|
205
|
-
|
|
206
|
-
|
|
180
|
+
prerelease: false
|
|
181
|
+
requirement: &id012 !ruby/object:Gem::Requirement
|
|
207
182
|
requirements:
|
|
208
183
|
- - ">="
|
|
209
184
|
- !ruby/object:Gem::Version
|
|
210
|
-
hash: 17
|
|
211
185
|
segments:
|
|
212
186
|
- 0
|
|
213
187
|
- 0
|
|
214
188
|
- 7
|
|
215
189
|
version: 0.0.7
|
|
216
|
-
requirement: *id012
|
|
217
|
-
- !ruby/object:Gem::Dependency
|
|
218
190
|
type: :runtime
|
|
219
|
-
|
|
191
|
+
version_requirements: *id012
|
|
192
|
+
- !ruby/object:Gem::Dependency
|
|
220
193
|
name: falls_back_on
|
|
221
|
-
|
|
222
|
-
|
|
194
|
+
prerelease: false
|
|
195
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
|
223
196
|
requirements:
|
|
224
197
|
- - "="
|
|
225
198
|
- !ruby/object:Gem::Version
|
|
226
|
-
hash: 27
|
|
227
199
|
segments:
|
|
228
200
|
- 0
|
|
229
201
|
- 0
|
|
230
202
|
- 2
|
|
231
203
|
version: 0.0.2
|
|
232
|
-
requirement: *id013
|
|
233
|
-
- !ruby/object:Gem::Dependency
|
|
234
204
|
type: :runtime
|
|
235
|
-
|
|
205
|
+
version_requirements: *id013
|
|
206
|
+
- !ruby/object:Gem::Dependency
|
|
236
207
|
name: fast_timestamp
|
|
237
|
-
|
|
238
|
-
|
|
208
|
+
prerelease: false
|
|
209
|
+
requirement: &id014 !ruby/object:Gem::Requirement
|
|
239
210
|
requirements:
|
|
240
211
|
- - "="
|
|
241
212
|
- !ruby/object:Gem::Version
|
|
242
|
-
hash: 23
|
|
243
213
|
segments:
|
|
244
214
|
- 0
|
|
245
215
|
- 0
|
|
246
216
|
- 4
|
|
247
217
|
version: 0.0.4
|
|
248
|
-
requirement: *id014
|
|
249
|
-
- !ruby/object:Gem::Dependency
|
|
250
218
|
type: :runtime
|
|
251
|
-
|
|
219
|
+
version_requirements: *id014
|
|
220
|
+
- !ruby/object:Gem::Dependency
|
|
252
221
|
name: leap
|
|
253
|
-
|
|
254
|
-
|
|
222
|
+
prerelease: false
|
|
223
|
+
requirement: &id015 !ruby/object:Gem::Requirement
|
|
255
224
|
requirements:
|
|
256
225
|
- - ">="
|
|
257
226
|
- !ruby/object:Gem::Version
|
|
258
|
-
hash: 13
|
|
259
227
|
segments:
|
|
260
228
|
- 0
|
|
261
229
|
- 4
|
|
262
230
|
- 1
|
|
263
231
|
version: 0.4.1
|
|
264
|
-
requirement: *id015
|
|
265
|
-
- !ruby/object:Gem::Dependency
|
|
266
232
|
type: :runtime
|
|
267
|
-
|
|
233
|
+
version_requirements: *id015
|
|
234
|
+
- !ruby/object:Gem::Dependency
|
|
268
235
|
name: summary_judgement
|
|
269
|
-
|
|
270
|
-
|
|
236
|
+
prerelease: false
|
|
237
|
+
requirement: &id016 !ruby/object:Gem::Requirement
|
|
271
238
|
requirements:
|
|
272
239
|
- - "="
|
|
273
240
|
- !ruby/object:Gem::Version
|
|
274
|
-
hash: 11
|
|
275
241
|
segments:
|
|
276
242
|
- 1
|
|
277
243
|
- 3
|
|
278
244
|
- 8
|
|
279
245
|
version: 1.3.8
|
|
280
|
-
|
|
246
|
+
type: :runtime
|
|
247
|
+
version_requirements: *id016
|
|
281
248
|
description: A software model in Ruby for the greenhouse gas emissions of an rail_trip
|
|
282
249
|
email: andy@rossmeissl.net
|
|
283
250
|
executables: []
|
|
@@ -297,9 +264,6 @@ files:
|
|
|
297
264
|
- lib/rail_trip/summarization.rb
|
|
298
265
|
- lib/test_support/db/schema.rb
|
|
299
266
|
- lib/test_support/rail_trip_record.rb
|
|
300
|
-
- features/support/env.rb
|
|
301
|
-
- features/rail_trip_committees.feature
|
|
302
|
-
- features/rail_trip_emissions.feature
|
|
303
267
|
has_rdoc: true
|
|
304
268
|
homepage: http://github.com/brighterplanet/rail_trip
|
|
305
269
|
licenses: []
|
|
@@ -310,27 +274,23 @@ rdoc_options:
|
|
|
310
274
|
require_paths:
|
|
311
275
|
- lib
|
|
312
276
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
313
|
-
none: false
|
|
314
277
|
requirements:
|
|
315
278
|
- - ">="
|
|
316
279
|
- !ruby/object:Gem::Version
|
|
317
|
-
hash: 3
|
|
318
280
|
segments:
|
|
319
281
|
- 0
|
|
320
282
|
version: "0"
|
|
321
283
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
322
|
-
none: false
|
|
323
284
|
requirements:
|
|
324
285
|
- - ">="
|
|
325
286
|
- !ruby/object:Gem::Version
|
|
326
|
-
hash: 3
|
|
327
287
|
segments:
|
|
328
288
|
- 0
|
|
329
289
|
version: "0"
|
|
330
290
|
requirements: []
|
|
331
291
|
|
|
332
292
|
rubyforge_project:
|
|
333
|
-
rubygems_version: 1.3.
|
|
293
|
+
rubygems_version: 1.3.6
|
|
334
294
|
signing_key:
|
|
335
295
|
specification_version: 3
|
|
336
296
|
summary: A carbon model
|