Sha256: 2a5eacc64a5884981474f4b72c3daf35d4f0fd5107444dedea4f02ce29d2b1f5

Contents?: true

Size: 582 Bytes

Versions: 3

Compression:

Stored size: 582 Bytes

Contents

require 'jeweler'

Jeweler::Tasks.new do |s|
	s.name = "cardmagic-sumo"
	s.description = "A no-hassle way to launch one-off EC2 instances from the command line"
	s.summary = s.description
	s.author = "Adam Wiggins"
	s.email = "adam@heroku.com"
	s.homepage = "http://github.com/cardmagic/sumo"
	s.rubyforge_project = "sumo"
	s.files = FileList["[A-Z]*", "{bin,lib,spec}/**/*"]
	s.executables = %w(sumo)
	s.add_dependency "amazon-ec2"
	s.add_dependency "thor"
end

Jeweler::RubyforgeTasks.new

desc 'Run specs'
task :spec do
	sh 'bacon -s spec/*_spec.rb'
end

task :default => :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cardmagic-sumo-0.3.4 Rakefile
cardmagic-sumo-0.3.1 Rakefile
cardmagic-sumo-0.3.0 Rakefile