Sha256: c3427a0b7fc2ebf0ace95f44dca0df5fd3fb51be0e31b95ea55544e2332b7ee7
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 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 class Array def one_of_regex option_list = join "|" Regexp.new "(#{option_list})" end end require 'rubygems' require 'jeweler' Jeweler::Tasks.new do |s| s.name = "poolparty" s.description = "PoolParty: The easy, open-source, cross-cloud management solution" s.summary = <<-EOM Self-healing, auto-scaling system administration, provisioning and maintaining tool that makes cloud computing easy and fun EOM s.homepage = "http://poolpartyrb.com" s.email = "arilerner@mac.com" s.authors = ["Ari Lerner", "Michael Fairchild", "Nate Murray"] s.test_files = Dir["test/**/test_*.rb"] s.files = (%w(Rakefile README.rdoc License.txt VERSION.yml) + Dir["{config,examples,lib,test,tasks,script,generators,bin,vendor}/**/*"]) s.files.exclude '**/*.beam' s.files.exclude "**/*/erl_crash.dump" s.has_rdoc = true s.extra_rdoc_files = ["README.txt", "License.txt", 'History.txt'] s.require_paths = ["lib"] s.rdoc_options = ['--quiet', '--title', 'PoolParty documentation', # "index.html", "--line-numbers", "--main", "README" ] s.add_dependency 'activesupport' s.add_dependency 'logging' s.add_dependency 'right_aws' s.add_dependency 'rubigen', ">=1.5.2" end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
auser-poolparty-1.3.3 | config/jeweler.rb |
poolparty-1.3.3 | config/jeweler.rb |