# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{eeml} s.version = "0.0.13" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Neill Bogie, Sam Mulube"] s.cert_chain = ["/home/sam/.gem/gem-public_cert.pem"] s.date = %q{2009-12-16} s.description = %q{Simple little library for programmatically manipulating EEML documents, in particular this library is designed to work with the Pachube web service.} s.email = %q{sam.mulube@gmail.com} s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "lib/blank.rb", "lib/eeml.rb", "lib/eeml/constants.rb", "lib/eeml/csv_parser.rb", "lib/eeml/environment.rb", "lib/eeml/environment_builder.rb", "lib/eeml/exceptions.rb", "lib/eeml/json_environment_parser_v005.rb", "lib/eeml/json_environment_parser_v006.rb", "lib/eeml/json_output.rb", "lib/eeml/libxml_eeml_output_v005.rb", "lib/eeml/libxml_eeml_parser_v005.rb", "lib/eeml/output_registry.rb"] s.files = ["CHANGELOG", "LICENSE", "Manifest", "README", "Rakefile", "example.rb", "lib/blank.rb", "lib/eeml.rb", "lib/eeml/constants.rb", "lib/eeml/csv_parser.rb", "lib/eeml/environment.rb", "lib/eeml/environment_builder.rb", "lib/eeml/exceptions.rb", "lib/eeml/json_environment_parser_v005.rb", "lib/eeml/json_environment_parser_v006.rb", "lib/eeml/json_output.rb", "lib/eeml/libxml_eeml_output_v005.rb", "lib/eeml/libxml_eeml_parser_v005.rb", "lib/eeml/output_registry.rb", "schemas/eeml/005.xsd", "test/data/complete_namespaced.xml", "test/data/difficult_tag.xml", "test/data/doc_1.json", "test/data/doc_1.xml", "test/data/doc_1_v6.json", "test/data/doc_2.xml", "test/data/doc_2_expected.json", "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_environment.rb", "test/test_helper.rb", "test/test_libxml_eeml_parser_v005.rb", "test/test_libxml_test_helper.rb", "eeml.gemspec"] s.homepage = %q{} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Eeml", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{eeml} s.rubygems_version = %q{1.3.5} s.signing_key = %q{/home/sam/.gem/gem-private_key.pem} s.summary = %q{Simple little library for programmatically manipulating EEML documents.} s.test_files = ["test/test_environment.rb", "test/test_libxml_test_helper.rb", "test/test_libxml_eeml_parser_v005.rb", "test/test_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0", "= 1.1.3"]) s.add_runtime_dependency(%q, [">= 0", "= 1.2.0"]) s.add_development_dependency(%q, [">= 0", "= 0.8.4"]) s.add_development_dependency(%q, [">= 0", "= 0.9.6"]) else s.add_dependency(%q, [">= 0", "= 1.1.3"]) s.add_dependency(%q, [">= 0", "= 1.2.0"]) s.add_dependency(%q, [">= 0", "= 0.8.4"]) s.add_dependency(%q, [">= 0", "= 0.9.6"]) end else s.add_dependency(%q, [">= 0", "= 1.1.3"]) s.add_dependency(%q, [">= 0", "= 1.2.0"]) s.add_dependency(%q, [">= 0", "= 0.8.4"]) s.add_dependency(%q, [">= 0", "= 0.9.6"]) end end