Sha256: dbdb6619f820a96cf2c678b2be7aff9a44e45dfcdb1de50e19916f2dcaa034ba
Contents?: true
Size: 731 Bytes
Versions: 5
Compression:
Stored size: 731 Bytes
Contents
require 'echoe' $:.unshift(File.join(File.dirname(__FILE__), "lib")) require 'eeml' Echoe.new("eeml") do |p| p.author = "Neill Bogie, Sam Mulube" p.email = "sam.mulube@gmail.com" p.description = "Simple little library for programmatically manipulating EEML documents, in particular this library is designed to work with the Pachube web service." p.summary = "Simple little library for programmatically manipulating EEML documents." p.version = Eeml::VERSION p.runtime_dependencies = [ "libxml-ruby >= 1.1.3", "json >= 1.1.4" ] p.development_dependencies = [ "rake >= 0.8.4", "mocha >= 0.9.6" ] p.ignore_pattern = [ "test/data/real_xmls/v005/oks/*", "test/data/real_xmls/v005/*" ] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
eeml-0.0.6 | Rakefile |
eeml-0.0.3 | Rakefile |
eeml-0.0.4 | Rakefile |
eeml-0.0.5 | Rakefile |
eeml-0.0.2 | Rakefile |