Sha256: 4ffed4bcbf2634d605b44cc0de1bdad59141c928836dac3ebac7d66fc99ebb33

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

require 'rubygems'
require "lib/poolparty"
begin
  require 'echoe'
  
  Echoe.new("poolparty") do |s|
    s.author = "Ari Lerner"
    s.email = "ari.lerner@citrusbyte.com"
    s.summary = "Run your entire application off EC2, managed and auto-scaling"
    s.url = "http://blog.citrusbyte.com"
    s.runtime_dependencies = ["aws-s3", "amazon-ec2", "auser-aska", "git", "crafterm-sprinkle", "SystemTimer"]
    s.development_dependencies = []
    s.install_message = %q{
      
      Get ready to jump in the pool, you just installed PoolParty!

      Please check out the documentation for any questions or check out the google groups at
        http://groups.google.com/group/poolpartyrb

      Don't forget to check out the plugin tutorial @ http://poolpartyrb.com for extending PoolParty!      

      For more information, check http://poolpartyrb.com
      On IRC: 
        irc.freenode.net
        #poolpartyrb
      *** Ari Lerner @ <ari.lerner@citrusbyte.com> ***
    }
  end
  
rescue LoadError => boom
  puts "You are missing a dependency required for meta-operations on this gem."
end

task :default => :test

PoolParty.include_tasks

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auser-poolparty-0.0.9 Rakefile