Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Balthrop committed Nov 21, 2009
1 parent f601a21 commit 31bcd1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions active_document.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# 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|
Expand All @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION.yml",
"active_document.gemspec",
"examples/foo.rb",
"examples/photo.rb",
"lib/active_document.rb",
Expand Down Expand Up @@ -51,12 +52,16 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<bdb>, ["= 0.1.0"])
s.add_runtime_dependency(%q<tuple>, ["= 0.1.1"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.0.0"])
else
s.add_dependency(%q<bdb>, ["= 0.1.0"])
s.add_dependency(%q<tuple>, ["= 0.1.1"])
s.add_dependency(%q<activesupport>, [">= 2.0.0"])
end
else
s.add_dependency(%q<bdb>, ["= 0.1.0"])
s.add_dependency(%q<tuple>, ["= 0.1.1"])
s.add_dependency(%q<activesupport>, [">= 2.0.0"])
end
end

0 comments on commit 31bcd1f

Please sign in to comment.