Sha256: 9af7bf1255841afaf9f15c99a86436b2d7784d2f1aa10eb9a08eb9b9bff1490f

Contents?: true

Size: 1003 Bytes

Versions: 4

Compression:

Stored size: 1003 Bytes

Contents

#################
# Deploy the gem 'gcloud'
gemnames = %w{ gcloud googlecloud }

gemnames.each do |gemname|
  Echoe.new(gemname) do |p|
    p.summary        = "Google Cloud gem. See http://github.com/palladius/gcloud"
    p.description    = "My Google Cloud gem ('#{gemname}') with various utilities. 
  
    It deploys gcutil, gsutil, and more.
    "
    p.url            = "http://github.com/palladius/gcloud"
    p.author         = "Riccardo Carlesso"
    p.email          = "palladiusbonton AT gmail DOT com"
    # Doesnt exist :(
    #p.path           = [ 'bin/', 'packages/gcutil']
    #  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
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
googlecloud-0.0.7 tasks/rubygem.rake
gcloud-0.0.7 tasks/rubygem.rake
googlecloud-0.0.6 tasks/rubygem.rake
gcloud-0.0.6 tasks/rubygem.rake