Sha256: 168cf352abf7e825c65576e464cf8a00a79dff328d07a4e8ae2d7b0a3d7cb36f
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
require 'echoe' Echoe.new('logworm_amqp', '0.8.3') 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", "heroku", "minion >=0.1.15"] p.runtime_dependencies = ["memcache-client", "hpricot", "oauth", "heroku", "minion >=0.1.15"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logworm_amqp-0.8.3 | Rakefile |