Skip to content

Commit

Permalink
version incremented to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt.zukowski committed Mar 18, 2009
1 parent e3b885d commit e87e5b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion picnic.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{picnic}
s.version = '0.7.999.' + Time.now.strftime('%Y%m%d')
s.version = '0.8.0.' + Time.now.strftime('%Y%m%d')

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Zukowski"]
Expand All @@ -25,15 +25,18 @@ Gem::Specification.new do |s|
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rack>, [">= 0"])
s.add_runtime_dependency(%q<markaby>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_development_dependency(%q<hoe>, [">= 1.8.2"])
else
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<markaby>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<hoe>, [">= 1.8.2"])
end
else
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<markaby>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<hoe>, [">= 1.8.2"])
Expand Down

0 comments on commit e87e5b9

Please sign in to comment.