eeml 0.0.3 → 0.0.4
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/eeml.gemspec +2 -2
- data/lib/eeml/libxml_eeml_parser_v005.rb +1 -1
- data/lib/eeml.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
data/eeml.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{eeml}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.4"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Neill Bogie, Sam Mulube"]
|
|
9
9
|
s.cert_chain = ["/home/sam/.gem/gem-public_cert.pem"]
|
|
10
|
-
s.date = %q{2009-
|
|
10
|
+
s.date = %q{2009-07-02}
|
|
11
11
|
s.description = %q{Simple little library for programmatically manipulating EEML documents, in particular this library is designed to work with the Pachube web service.}
|
|
12
12
|
s.email = %q{sam.mulube@gmail.com}
|
|
13
13
|
s.extra_rdoc_files = ["LICENSE", "CHANGELOG", "README", "lib/eeml.rb", "lib/eeml/constants.rb", "lib/eeml/json_environment_parser_v005.rb", "lib/eeml/output_registry.rb", "lib/eeml/parser_registry.rb", "lib/eeml/libxml_eeml_output_v005.rb", "lib/eeml/libxml_eeml_parser_v005.rb", "lib/eeml/exceptions.rb", "lib/eeml/csv_parser.rb", "lib/eeml/json_output.rb", "lib/eeml/environment.rb", "lib/blank.rb"]
|
|
@@ -140,7 +140,7 @@ module Eeml
|
|
|
140
140
|
#<unit symbol="C" type="basicSI">Celsius</unit>
|
|
141
141
|
#</data>
|
|
142
142
|
data = DataStream.new
|
|
143
|
-
raise MissingAttribute.new('id'
|
|
143
|
+
raise MissingAttribute.new(node.name, 'id') if node['id'].nil?
|
|
144
144
|
data.identifier = node['id']
|
|
145
145
|
node.find('x:tag').each do |tag_node|
|
|
146
146
|
data.tags << tag_node.content
|
data/lib/eeml.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eeml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neill Bogie, Sam Mulube
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
yyRwZdVyDdsafg==
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
32
|
|
|
33
|
-
date: 2009-
|
|
33
|
+
date: 2009-07-02 00:00:00 +01:00
|
|
34
34
|
default_executable:
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
|
Binary file
|