# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{bard}
  s.version = "0.6.0"

  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-10-06}
  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/git.rb",
     "lib/bard/io.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.4}
  s.summary = %q{Tools for collaborating with Bot and Rose Design.}
  s.test_files = [
    "spec/spec_helper.rb",
     "spec/bard_spec.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<ruby-debug>, [">= 0"])
      s.add_development_dependency(%q<rspec>, [">= 0"])
      s.add_development_dependency(%q<cucumber>, [">= 0"])
      s.add_runtime_dependency(%q<rubygems-update>, [">= 1.3.2"])
      s.add_runtime_dependency(%q<thor>, [">= 0.11.7"])
      s.add_runtime_dependency(%q<grit>, [">= 1.1.1"])
      s.add_runtime_dependency(%q<git_remote_branch>, [">= 0.3.0"])
      s.add_runtime_dependency(%q<systemu>, [">= 1.2.0"])
      s.add_runtime_dependency(%q<term-ansicolor>, [">= 1.0.3"])
    else
      s.add_dependency(%q<ruby-debug>, [">= 0"])
      s.add_dependency(%q<rspec>, [">= 0"])
      s.add_dependency(%q<cucumber>, [">= 0"])
      s.add_dependency(%q<rubygems-update>, [">= 1.3.2"])
      s.add_dependency(%q<thor>, [">= 0.11.7"])
      s.add_dependency(%q<grit>, [">= 1.1.1"])
      s.add_dependency(%q<git_remote_branch>, [">= 0.3.0"])
      s.add_dependency(%q<systemu>, [">= 1.2.0"])
      s.add_dependency(%q<term-ansicolor>, [">= 1.0.3"])
    end
  else
    s.add_dependency(%q<ruby-debug>, [">= 0"])
    s.add_dependency(%q<rspec>, [">= 0"])
    s.add_dependency(%q<cucumber>, [">= 0"])
    s.add_dependency(%q<rubygems-update>, [">= 1.3.2"])
    s.add_dependency(%q<thor>, [">= 0.11.7"])
    s.add_dependency(%q<grit>, [">= 1.1.1"])
    s.add_dependency(%q<git_remote_branch>, [">= 0.3.0"])
    s.add_dependency(%q<systemu>, [">= 1.2.0"])
    s.add_dependency(%q<term-ansicolor>, [">= 1.0.3"])
  end
end