Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaspers committed Oct 28, 2010
1 parent f58856f commit bce5b6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions capfire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{capfire}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["pjaspers"]
s.date = %q{2010-04-22}
s.authors = ["pjaspers", "atog"]
s.date = %q{2010-10-28}
s.description = %q{Inspired by http://github.com/blog/609-tracking-deploys-with-compare-view}
s.email = %q{junkiesxl@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/pjaspers/Capfire}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Send a notification to Campfire after a cap deploy}
s.test_files = [
"test/helper.rb",
Expand All @@ -41,16 +41,16 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_runtime_dependency(%q<broach>, [">= 0.1.4"])
s.add_runtime_dependency(%q<broach>, [">= 0.2.1"])
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<broach>, [">= 0.1.4"])
s.add_dependency(%q<broach>, [">= 0.2.1"])
end
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<broach>, [">= 0.1.4"])
s.add_dependency(%q<broach>, [">= 0.2.1"])
end
end

0 comments on commit bce5b6d

Please sign in to comment.