Sha256: 76429e7655edca66172dd902c38c0314cf13740735d094163002bb41b2aff891

Contents?: true

Size: 1.51 KB

Versions: 6

Compression:

Stored size: 1.51 KB

Contents

# You also need to setup your name and email for git if you haven't already done so.
# Info at http://github.com/guides/tell-git-your-user-name-and-email-address

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "poolparty"
    s.summary = <<-EOM      
      Self-healing, auto-scaling system administration, provisioning
      and maintaining tool that makes cloud computing fun and easy
    EOM
    s.description = s.summary
    
    s.homepage = "http://poolpartyrb.com"
    s.email = "ari.lerner@citrusbyte.com"
    s.authors = ["Ari Lerner"]
    
    s.test_files = Dir["test/**/test_*.rb"]
    s.files = %w(Rakefile History.txt README.txt PostInstall.txt License.txt VERSION.yml) + 
              Dir["{config,examples,lib,spec,test,tasks,script,generators,bin,vendor}/**/*"]
    
    s.has_rdoc = true
    s.extra_rdoc_files = ["README.txt", "License.txt", 'History.txt']
    s.rdoc_options = ['--quiet', '--title', 'PoolParty documentation',
        # "index.html",
        "--line-numbers",
        "--main", "README"
        ]
    
    s.add_dependency 'activesupport'
    s.add_dependency 'logging'
    s.add_dependency 'auser-dslify'
    s.add_dependency 'auser-parenting'
    # s.add_dependency 'auser-suitcase'
    s.add_dependency 'ruby2ruby'
    s.add_dependency 'grempe-amazon-ec2'
    s.add_dependency 'rubigen', ">=1.5.2"
    # Certainly there should be more here
    
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
auser-poolparty-1.1.1 config/jeweler.rb
auser-poolparty-1.1.3 config/jeweler.rb
auser-poolparty-1.1.4 config/jeweler.rb
auser-poolparty-1.1.5 config/jeweler.rb
fairchild-poolparty-1.1.3 config/jeweler.rb
fairchild-poolparty-1.1.4 config/jeweler.rb