Skip to content

Commit

Permalink
Updating gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Flip Sasser committed Aug 11, 2012
1 parent 4ea5bda commit b5d5665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pgcrypto.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "pgcrypto"
s.version = "0.2.4"
s.version = "0.2.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Flip Sasser"]
Expand Down Expand Up @@ -53,11 +53,14 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activerecord>, [">= 3.2"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 3.2"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 3.2"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
end

0 comments on commit b5d5665

Please sign in to comment.