Skip to content

Commit

Permalink
Regenerated gemspec for version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Jan 14, 2010
1 parent 3556667 commit bb7239a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions vestal_versions.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{vestal_versions}
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["laserlemon"]
s.date = %q{2010-01-03}
s.date = %q{2010-01-13}
s.description = %q{Keep a DRY history of your ActiveRecord models' changes}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -88,19 +88,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<activerecord>, [">= 0"])
s.add_development_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<activerecord>, [">= 2.1.0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<activerecord>, [">= 2.1.0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<activerecord>, [">= 2.1.0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
end
Expand Down

0 comments on commit bb7239a

Please sign in to comment.