Sha256: 81bc22541d95d54521f33d14acc0405b8b174180a4e1c2adeba20473523ceba9

Contents?: true

Size: 731 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
eeml-0.0.1 Rakefile