Sha256: 7abd0b976300bb95351f02c5681e44cb5fde9351b0dc7131271692cee9118929

Contents?: true

Size: 589 Bytes

Versions: 11

Compression:

Stored size: 589 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.files = FileList["[A-Z]*", "{bin,lib,spec}/**/*"]
	s.executables = %w(kuzushi kuzushi-setup kuzushi-erb)
	s.add_dependency "rest-client"
	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

11 entries across 11 versions & 1 rubygems

Version Path
kuzushi-0.0.55 Rakefile
kuzushi-0.0.54 Rakefile
kuzushi-0.0.53 Rakefile
kuzushi-0.0.52 Rakefile
kuzushi-0.0.51 Rakefile
kuzushi-0.0.50 Rakefile
kuzushi-0.0.49 Rakefile
kuzushi-0.0.48 Rakefile
kuzushi-0.0.47 Rakefile
kuzushi-0.0.46 Rakefile
kuzushi-0.0.45 Rakefile