eeml 0.0.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.
metadata ADDED
@@ -0,0 +1,177 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: eeml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Neill Bogie, Sam Mulube
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRMwEQYDVQQDDApzYW0u
14
+ bXVsdWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNj
15
+ b20wHhcNMDkwNDA5MDA0MTM0WhcNMTAwNDA5MDA0MTM0WjBBMRMwEQYDVQQDDApz
16
+ YW0ubXVsdWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
17
+ FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC7qguBvno2p114
18
+ XMkUimGvPqtxGW81Sopxc5IoJ5c5ViZW89kS3FedJPI9pjv9YbocJdI+A17cvLuU
19
+ IbUar078HEjN9/AverLva5h5+f9KyfDZWMXPer8IrGeY06TShrLQ6LRWYnYZmeZT
20
+ 0+d0Ya0REPbZjUyF2lQeFiItrGjIKUgcC8XnBHEwleMBf0T/hEybZ+2vPvVZ8/r4
21
+ pxTRFEjHE1g88OvB5QYMl9s8BRC1IXCkxn+uyeSVcdPKl645pXex+3Nb5GPPwui+
22
+ emhIFir+B+9ksGWCR4KbeJXhQPDAV7/kY6uZU6skvX28A/PuORuD3oeXPqmJTov4
23
+ 6ot4ISgFAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
24
+ BBTVpDuRBcyQlJXavgQUTw5t2EEoRzANBgkqhkiG9w0BAQUFAAOCAQEAAZWZw4wJ
25
+ URCduxVR7QOfJtILhEFf6lH/tGcIvszxQCBU3kq9xN6MSoWOsgDoYzPqLlnmGSci
26
+ JRZpjzDG7n6e9GlIxDnFaoDmNdSBJF4GPC4W9o18KLGxXCO7eA0Zva7AEZ5GggUA
27
+ VeQR8SPZ6szVtObb+oQB28+SPjtx/bbmWuKnOJoPVR0eivQxhOYxT0S1kNmKX8vA
28
+ IoGdiXT3hCwdqB9Het8z4rhhwDBww5eJXGTsA2ByRYpF6ywu1TO5lveUFonLasTx
29
+ AjeaOWNZqGH14rCvSOTC9/iVbn+dj1lwINrIHDI60NYOtijBDvNcw7YIigXcoTRp
30
+ yyRwZdVyDdsafg==
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2009-04-17 00:00:00 +01:00
34
+ default_executable:
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: libxml-ruby
38
+ type: :runtime
39
+ version_requirement:
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ - - "="
46
+ - !ruby/object:Gem::Version
47
+ version: 1.1.3
48
+ version:
49
+ - !ruby/object:Gem::Dependency
50
+ name: json
51
+ type: :runtime
52
+ version_requirement:
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ - - "="
59
+ - !ruby/object:Gem::Version
60
+ version: 1.1.3
61
+ version:
62
+ - !ruby/object:Gem::Dependency
63
+ name: rake
64
+ type: :development
65
+ version_requirement:
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ - - "="
72
+ - !ruby/object:Gem::Version
73
+ version: 0.8.4
74
+ version:
75
+ - !ruby/object:Gem::Dependency
76
+ name: mocha
77
+ type: :development
78
+ version_requirement:
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: "0"
84
+ - - "="
85
+ - !ruby/object:Gem::Version
86
+ version: 0.9.6
87
+ version:
88
+ description: Simple little library for programmatically manipulating EEML documents, in particular this library is designed to work with the Pachube web service.
89
+ email: sam.mulube@gmail.com
90
+ executables: []
91
+
92
+ extensions: []
93
+
94
+ extra_rdoc_files:
95
+ - LICENSE
96
+ - CHANGELOG
97
+ - README
98
+ - lib/eeml.rb
99
+ - lib/eeml/constants.rb
100
+ - lib/eeml/feed_retriever.rb
101
+ - lib/eeml/json_environment_parser.rb
102
+ - lib/eeml/output_registry.rb
103
+ - lib/eeml/parser_registry.rb
104
+ - lib/eeml/libxml_eeml_output_v005.rb
105
+ - lib/eeml/feed_output.rb
106
+ - lib/eeml/libxml_eeml_parser_v005.rb
107
+ - lib/eeml/exceptions.rb
108
+ - lib/eeml/csv_parser.rb
109
+ - lib/eeml/environment.rb
110
+ - lib/blank.rb
111
+ files:
112
+ - example.rb
113
+ - eeml.gemspec
114
+ - LICENSE
115
+ - CHANGELOG
116
+ - README
117
+ - test/test_environment.rb
118
+ - test/test_libxml_test_helper.rb
119
+ - test/libxml_test_helper.rb
120
+ - test/test_libxml_eeml_parser_v005.rb
121
+ - test/test_helper.rb
122
+ - test/data/minimal.xml
123
+ - test/data/out_empty.xml
124
+ - test/data/doc_1.xml
125
+ - test/data/doc_1.json
126
+ - lib/eeml.rb
127
+ - lib/eeml/constants.rb
128
+ - lib/eeml/feed_retriever.rb
129
+ - lib/eeml/json_environment_parser.rb
130
+ - lib/eeml/output_registry.rb
131
+ - lib/eeml/parser_registry.rb
132
+ - lib/eeml/libxml_eeml_output_v005.rb
133
+ - lib/eeml/feed_output.rb
134
+ - lib/eeml/libxml_eeml_parser_v005.rb
135
+ - lib/eeml/exceptions.rb
136
+ - lib/eeml/csv_parser.rb
137
+ - lib/eeml/environment.rb
138
+ - lib/blank.rb
139
+ - schemas/eeml/005.xsd
140
+ - Rakefile
141
+ - Manifest
142
+ has_rdoc: true
143
+ homepage: ""
144
+ post_install_message:
145
+ rdoc_options:
146
+ - --line-numbers
147
+ - --inline-source
148
+ - --title
149
+ - Eeml
150
+ - --main
151
+ - README
152
+ require_paths:
153
+ - lib
154
+ required_ruby_version: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - ">="
157
+ - !ruby/object:Gem::Version
158
+ version: "0"
159
+ version:
160
+ required_rubygems_version: !ruby/object:Gem::Requirement
161
+ requirements:
162
+ - - ">="
163
+ - !ruby/object:Gem::Version
164
+ version: "1.2"
165
+ version:
166
+ requirements: []
167
+
168
+ rubyforge_project: eeml
169
+ rubygems_version: 1.3.1
170
+ signing_key:
171
+ specification_version: 2
172
+ summary: Simple little library for programmatically manipulating EEML documents.
173
+ test_files:
174
+ - test/test_environment.rb
175
+ - test/test_libxml_test_helper.rb
176
+ - test/test_libxml_eeml_parser_v005.rb
177
+ - test/test_helper.rb
metadata.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ (ѭ�س�
2
+ A���5jj�Bh�k_�G�F�ȴ'*KLY�|4��Q��
3
+ ��<R���5 7z>ӱ�|�|]m��E:��a�.{�ҹ�J��h:�C�C�Է��DT���д���w�^d^