Sha256: 497fd2abbc2550932723b897be7c109c46465044bf5f86602c77065eddfa9637

Contents?: true

Size: 731 Bytes

Versions: 6

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.9"
  ]
  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

6 entries across 6 versions & 1 rubygems

Version Path
eeml-0.0.12 Rakefile
eeml-0.0.11 Rakefile
eeml-0.0.10 Rakefile
eeml-0.0.9 Rakefile
eeml-0.0.8 Rakefile
eeml-0.0.7 Rakefile