bcl 0.2.3 → 0.2.9
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/lib/bcl/GatherComponents_oldAndrew.rb +94 -0
- data/lib/bcl/andrew changed/ComponentXml.rb +461 -0
- data/lib/bcl/andrew changed/MasterTaxonomy.rb +561 -0
- data/lib/bcl/andrew changed/current_taxonomy.json +0 -0
- data/lib/bcl/andrew changed/current_taxonomy.xml +6674 -0
- data/lib/bcl/component_methods.rb +232 -28
- data/lib/bcl/component_spreadsheet.rb +4 -5
- data/lib/bcl/component_xml.rb +17 -7
- data/lib/bcl/current_taxonomy.json +0 -0
- data/lib/bcl/current_taxonomy.xml +6201 -3899
- data/lib/bcl/version.rb +1 -1
- metadata +10 -7
data/lib/bcl/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 9
|
10
|
+
version: 0.2.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Daniel Macumber
|
@@ -18,8 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2013-03
|
22
|
-
default_executable:
|
21
|
+
date: 2013-09-03 00:00:00 Z
|
23
22
|
dependencies:
|
24
23
|
- !ruby/object:Gem::Dependency
|
25
24
|
name: uuid
|
@@ -128,19 +127,23 @@ extensions: []
|
|
128
127
|
extra_rdoc_files: []
|
129
128
|
|
130
129
|
files:
|
130
|
+
- lib/bcl/andrew changed/ComponentXml.rb
|
131
|
+
- lib/bcl/andrew changed/current_taxonomy.json
|
132
|
+
- lib/bcl/andrew changed/current_taxonomy.xml
|
133
|
+
- lib/bcl/andrew changed/MasterTaxonomy.rb
|
131
134
|
- lib/bcl/bcl_xml.rb
|
132
135
|
- lib/bcl/component_methods.rb
|
133
136
|
- lib/bcl/component_spreadsheet.rb
|
134
137
|
- lib/bcl/component_xml.rb
|
135
138
|
- lib/bcl/current_taxonomy.json
|
136
139
|
- lib/bcl/current_taxonomy.xml
|
140
|
+
- lib/bcl/GatherComponents_oldAndrew.rb
|
137
141
|
- lib/bcl/master_taxonomy.rb
|
138
142
|
- lib/bcl/measure_xml.rb
|
139
143
|
- lib/bcl/mongo_to_component.rb
|
140
144
|
- lib/bcl/tar_ball.rb
|
141
145
|
- lib/bcl/version.rb
|
142
146
|
- lib/bcl.rb
|
143
|
-
has_rdoc: true
|
144
147
|
homepage: http://bcl.nrel.gov
|
145
148
|
licenses:
|
146
149
|
- LGPL
|
@@ -170,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
173
|
requirements: []
|
171
174
|
|
172
175
|
rubyforge_project:
|
173
|
-
rubygems_version: 1.
|
176
|
+
rubygems_version: 1.8.24
|
174
177
|
signing_key:
|
175
178
|
specification_version: 3
|
176
179
|
summary: Classes for creating component XML files for the BCL
|