Sha256: 03ccbe22f7e24a566fa8d372c4755722d0181b2f4613a3e31f7bc7ed9b8a65e0
Contents?: true
Size: 827 Bytes
Versions: 2
Compression:
Stored size: 827 Bytes
Contents
################# # Deploy the gem 'palladius' #version = File.read( 'VERSION' ) Echoe.new('palladius') do |p| p.summary = "My PALLADIUS gem. See http://github.com/palladius/palladius" p.description = "My PALLADIUS gem with various utilities. More to come " p.url = "http://github.com/palladius/palladius" p.author = "Riccardo Carlesso" p.email = "rusko AT palladius DOT it" # So I can't accidentally ship with without certificate! Yay! # See: http://rubydoc.info/gems/echoe/4.6.3/frames p.require_signed = true p.ignore_pattern = [ "tmp/*", "tmp/*", #"tmp/*/*", "tmp/*/*/*", "private/*", ".noheroku", '.travis.yml', ] #p.development_dependencies = [ 'ric','echoe' ] p.runtime_dependencies = [ 'ric', 'sakuric', 'facter' ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
palladius-0.1.0 | tasks/gemmization.rake |
palladius-0.0.6 | tasks/gemmization.rake |