purchase 0.1.0 → 0.1.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/LICENSE +3 -18
- data/README.markdown +4 -0
- metadata +72 -114
data/LICENSE
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2010 Brighter Planet
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
a copy of this software and associated documentation files (the
|
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
|
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:
|
|
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.
|
|
10
4
|
|
|
11
|
-
|
|
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.
|
|
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.markdown
CHANGED
|
@@ -76,3 +76,7 @@ Brighter Planet vigorously encourages collaborative improvement of its emitter l
|
|
|
76
76
|
1. Review changes for scientific accuracy.
|
|
77
77
|
1. Merge changes to master repository and publish.
|
|
78
78
|
1. Direct production environment to use new emitter version.
|
|
79
|
+
|
|
80
|
+
## Copyright
|
|
81
|
+
|
|
82
|
+
Copyright (c) 2010 Brighter Planet. See LICENSE for details.
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: purchase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 27
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
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,166 +118,147 @@ 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: 23
|
|
148
130
|
segments:
|
|
149
131
|
- 0
|
|
150
132
|
- 1
|
|
151
133
|
- 6
|
|
152
134
|
version: 0.1.6
|
|
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: 55
|
|
211
185
|
segments:
|
|
212
186
|
- 0
|
|
213
187
|
- 0
|
|
214
188
|
- 20
|
|
215
189
|
version: 0.0.20
|
|
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: 11
|
|
259
227
|
segments:
|
|
260
228
|
- 0
|
|
261
229
|
- 4
|
|
262
230
|
- 2
|
|
263
231
|
version: 0.4.2
|
|
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
|
-
requirement: *id016
|
|
281
|
-
- !ruby/object:Gem::Dependency
|
|
282
246
|
type: :runtime
|
|
283
|
-
|
|
247
|
+
version_requirements: *id016
|
|
248
|
+
- !ruby/object:Gem::Dependency
|
|
284
249
|
name: timeframe
|
|
285
|
-
|
|
286
|
-
|
|
250
|
+
prerelease: false
|
|
251
|
+
requirement: &id017 !ruby/object:Gem::Requirement
|
|
287
252
|
requirements:
|
|
288
253
|
- - "="
|
|
289
254
|
- !ruby/object:Gem::Version
|
|
290
|
-
hash: 15
|
|
291
255
|
segments:
|
|
292
256
|
- 0
|
|
293
257
|
- 0
|
|
294
258
|
- 8
|
|
295
259
|
version: 0.0.8
|
|
296
|
-
|
|
260
|
+
type: :runtime
|
|
261
|
+
version_requirements: *id017
|
|
297
262
|
description: A software model in Ruby for the greenhouse gas emissions of a purchase
|
|
298
263
|
email: seamus@brighterplanet.com
|
|
299
264
|
executables: []
|
|
@@ -313,9 +278,6 @@ files:
|
|
|
313
278
|
- lib/purchase/summarization.rb
|
|
314
279
|
- lib/test_support/db/schema.rb
|
|
315
280
|
- lib/test_support/purchase_record.rb
|
|
316
|
-
- features/support/env.rb
|
|
317
|
-
- features/purchase_committees.feature
|
|
318
|
-
- features/purchase_emissions.feature
|
|
319
281
|
has_rdoc: true
|
|
320
282
|
homepage: http://github.com/brighterplanet/purchase
|
|
321
283
|
licenses: []
|
|
@@ -326,27 +288,23 @@ rdoc_options:
|
|
|
326
288
|
require_paths:
|
|
327
289
|
- lib
|
|
328
290
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
329
|
-
none: false
|
|
330
291
|
requirements:
|
|
331
292
|
- - ">="
|
|
332
293
|
- !ruby/object:Gem::Version
|
|
333
|
-
hash: 3
|
|
334
294
|
segments:
|
|
335
295
|
- 0
|
|
336
296
|
version: "0"
|
|
337
297
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
338
|
-
none: false
|
|
339
298
|
requirements:
|
|
340
299
|
- - ">="
|
|
341
300
|
- !ruby/object:Gem::Version
|
|
342
|
-
hash: 3
|
|
343
301
|
segments:
|
|
344
302
|
- 0
|
|
345
303
|
version: "0"
|
|
346
304
|
requirements: []
|
|
347
305
|
|
|
348
306
|
rubyforge_project:
|
|
349
|
-
rubygems_version: 1.3.
|
|
307
|
+
rubygems_version: 1.3.6
|
|
350
308
|
signing_key:
|
|
351
309
|
specification_version: 3
|
|
352
310
|
summary: A carbon model
|