Sha256: fa78452d99050f1cabaf522650884121e029b0830dac8787b06df21f89cd1230

Contents?: true

Size: 619 Bytes

Versions: 27

Compression:

Stored size: 619 Bytes

Contents

require 'jeweler'

Jeweler::Tasks.new do |s|
	s.name = "kuzushi"
	s.description = "A tool used by the sumo gem for performing instance setup and management in AWS"
	s.summary = s.description
	s.author = "Orion Henry"
	s.email = "orion@heroku.com"
	s.homepage = "http://github.com/orionhenry/kuzushi"
#	s.rubyforge_project = "sumo"
	s.files = FileList["[A-Z]*", "{bin,lib,spec}/**/*"]
	s.executables = %w(kuzushi)
	s.add_dependency "rest-client"
	s.add_dependency "json"
	s.add_dependency "ohai"
end

Jeweler::RubyforgeTasks.new

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

task :default => :spec

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
kuzushi-0.0.43 Rakefile
kuzushi-0.0.42 Rakefile
kuzushi-0.0.41 Rakefile
kuzushi-0.0.40 Rakefile
kuzushi-0.0.39 Rakefile
kuzushi-0.0.38 Rakefile
kuzushi-0.0.37 Rakefile
kuzushi-0.0.36 Rakefile
kuzushi-0.0.35 Rakefile
kuzushi-0.0.34 Rakefile
kuzushi-0.0.33 Rakefile
kuzushi-0.0.32 Rakefile
kuzushi-0.0.31 Rakefile
kuzushi-0.0.30 Rakefile
kuzushi-0.0.29 Rakefile
kuzushi-0.0.28 Rakefile
kuzushi-0.0.27 Rakefile
kuzushi-0.0.26 Rakefile
kuzushi-0.0.25 Rakefile
kuzushi-0.0.24 Rakefile