Sha256: abe1784282360eb878ef834c1e0f990202b802c4f6aaff41f9caf5436e15ce6f
Contents?: true
Size: 600 Bytes
Versions: 4
Compression:
Stored size: 600 Bytes
Contents
require 'jeweler' Jeweler::Tasks.new do |s| s.name = "judo" s.description = "The gentle way to manage and control ec2 instances" s.summary = s.description s.author = "Orion Henry" s.email = "orion@heroku.com" s.homepage = "http://github.com/orionz/judo" s.rubyforge_project = "judo" s.files = FileList["[A-Z]*", "{bin,default,lib,spec}/**/*"] s.executables = %w(judo) s.add_dependency "aws", [">= 2.3.8"] s.add_dependency "json" s.add_dependency "activesupport" end Jeweler::RubyforgeTasks.new desc 'Run specs' task :spec do sh 'bacon -s spec/*_spec.rb' end task :default => :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
judo-0.5.2 | Rakefile |
judo-0.5.1 | Rakefile |
judo-0.5.0 | Rakefile |
judo-0.4.4 | Rakefile |