Sha256: 3f41cd26013a356ef42bec7f44181956ac816341efea14d82147d05b135ef579

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

require 'echoe'
Echoe.new('logworm', '0.6.1') do |p|
  p.description = "logworm logging tool"
  p.url = "http://www.logworm.com"
  p.author = "Pomelo, LLC"
  p.email  = "schapira@pomelollc.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.development_dependencies = ["memcache-client", "hpricot", "oauth"]
  p.runtime_dependencies = ["memcache-client", "hpricot", "oauth"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logworm-0.6.1 Rakefile