--- !ruby/object:Gem::Specification name: eeml version: !ruby/object:Gem::Version hash: 87 prerelease: false segments: - 0 - 0 - 36 version: 0.0.36 platform: ruby authors: - Neill Bogie - Sam Mulube - Levent Ali - Paul Bellamy autorequire: bindir: bin cert_chain: [] date: 2011-02-28 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: libxml-ruby prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 21 segments: - 1 - 1 - 3 version: 1.1.3 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: yajl-ruby prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 19 segments: - 0 - 7 - 8 version: 0.7.8 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: lightcsv prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 19 segments: - 0 - 2 - 2 version: 0.2.2 type: :runtime version_requirements: *id003 description: Simple little library for programmatically manipulating EEML documents, in particular this library is designed to work with the Pachube web service. email: sam.mulube@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README files: - .gitignore - CHANGELOG - LICENSE - Manifest - README - Rakefile - ci/build_hudson.sh - example.rb - lib/blank.rb - lib/eeml.rb - lib/eeml/attr_alias.rb - lib/eeml/constants.rb - lib/eeml/csv_parser_v1.rb - lib/eeml/csv_parser_v2.rb - lib/eeml/environment.rb - lib/eeml/environment_builder.rb - lib/eeml/exceptions.rb - lib/eeml/helpers.rb - lib/eeml/json_environment_parser_v005.rb - lib/eeml/json_environment_parser_v006.rb - lib/eeml/json_environment_parser_v100.rb - lib/eeml/libxml_eeml_parser_v005.rb - lib/eeml/libxml_eeml_parser_v051.rb - lib/eeml/libxml_eeml_parser_v052.rb - schemas/eeml/0.5.1.xsd - schemas/eeml/0.5.2.xsd - schemas/eeml/005.xsd - test/data/.gitignore - test/data/complete_namespaced.xml - test/data/difficult_tag.xml - test/data/doc_1.json - test/data/doc_1.xml - test/data/doc_1_non_private.json - test/data/doc_1_non_private.xml - test/data/doc_1_private.json - test/data/doc_1_private.xml - test/data/doc_1_v1-0-0.json - test/data/doc_1_v6.json - test/data/doc_1_v6_non_private.json - test/data/doc_1_v6_private.json - test/data/doc_2.xml - test/data/doc_2_expected.json - test/data/eeml_datastream_051.xml - test/data/eeml_datastream_052.xml - test/data/environment_minimal_051.xml - test/data/environment_minimal_052.xml - test/data/environment_tags.json - test/data/environment_tags.xml - test/data/list.xml - test/data/minimal.xml - test/data/no_namespace.xml - test/data/out_empty.xml - test/libxml_test_helper.rb - test/test_csv_parser_v1.rb - test/test_csv_parser_v2.rb - test/test_environment.rb - test/test_helper.rb - test/test_libxml_eeml_parser_v005.rb - test/test_libxml_test_helper.rb has_rdoc: true homepage: licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Simple little library for programmatically manipulating EEML documents. test_files: - test/test_libxml_eeml_parser_v005.rb - test/test_libxml_test_helper.rb - test/test_csv_parser_v2.rb - test/test_csv_parser_v1.rb - test/test_environment.rb - test/libxml_test_helper.rb - test/test_helper.rb