# 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{bard} s.version = "0.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Micah Geisel", "Nick Hogle"] s.date = %q{2009-12-23} s.default_executable = %q{bard} s.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.} s.email = %q{info@botandrose.com} s.executables = ["bard"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", ".gitmodules", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bard.gemspec", "bin/bard", "features/bard_check.feature", "features/bard_deploy.feature", "features/bard_pull.feature", "features/bard_push.feature", "features/step_definitions/check_steps.rb", "features/step_definitions/git_steps.rb", "features/step_definitions/global_steps.rb", "features/step_definitions/rails_steps.rb", "features/step_definitions/submodule_steps.rb", "features/support/env.rb", "features/support/grit_ext.rb", "features/support/io.rb", "lib/bard.rb", "lib/bard/check.rb", "lib/bard/error.rb", "lib/bard/git.rb", "lib/bard/io.rb", "lib/bard/ssh_delegation.rb", "spec/bard_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/botandrose/bard} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Tools for collaborating with Bot and Rose Design.} s.test_files = [ "spec/bard_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::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0.11.7"]) s.add_runtime_dependency(%q, ["= 1.1.1"]) s.add_runtime_dependency(%q, [">= 0.3.0"]) s.add_runtime_dependency(%q, [">= 1.2.0"]) s.add_runtime_dependency(%q, [">= 1.0.3"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0.11.7"]) s.add_dependency(%q, ["= 1.1.1"]) s.add_dependency(%q, [">= 0.3.0"]) s.add_dependency(%q, [">= 1.2.0"]) s.add_dependency(%q, [">= 1.0.3"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0.11.7"]) s.add_dependency(%q, ["= 1.1.1"]) s.add_dependency(%q, [">= 0.3.0"]) s.add_dependency(%q, [">= 1.2.0"]) s.add_dependency(%q, [">= 1.0.3"]) end end