# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{server-blender} s.version = "0.0.16" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Vitaly Kushner"] s.date = %q{2010-11-28} s.default_executable = %q{blender} s.description = %q{Boostrap and manage servers with shadow_puppet Server Blender tries to be a fairly minimal wrapper around shadow_puppet http://github.com/railsmachine/shadow_puppet shadow_puppet is a Ruby interface to Puppet's manifests. http://reductivelabs.com/products/puppet/ } s.email = %q{vitaly@astrails.com} s.executables = ["blender"] s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] s.files = [ ".braids", ".document", ".gitignore", "LICENSE", "PLAN", "README.markdown", "Rakefile", "VERSION", "bin/blender", "files/bootstrap.sh", "files/init.sh", "files/mix.sh", "lib/blender.rb", "lib/blender/cli.rb", "lib/blender/cli/init.rb", "lib/blender/cli/mix.rb", "lib/blender/cli/start.rb", "server-blender.gemspec", "spec/cli/init_spec.rb", "spec/cli/mix_spec.rb", "spec/cli/start_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://astrails.com/opensource/server-blender} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Server provisioning and configuration management tool} s.test_files = [ "spec/cli/init_spec.rb", "spec/cli/mix_spec.rb", "spec/cli/start_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 1.2.9"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end end