Sha256: 7e3da05dd906d1445c390e66e03fc08cedede9864cb3955d3d806ec29c9a9ab9

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

#################
# Deploy the gem 'gcloud'

Echoe.new('palladius') do |p|
  p.summary        = "Google Cloud gem. See http://github.com/palladius/gcloud"
  p.description    = "My Google Cloud gem with various utilities. 
  
  More to come
  "
  p.url            = "http://github.com/palladius/palladius"
  p.author         = "Riccardo Carlesso"
  p.email          = "palladiusbonton AT gmail DOT com"
  #  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' ]
  #p.runtime_dependencies     = [ 'ric', 'sakuric', 'facter' ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
palladius-0.0.1 tasks/rubygem.rake