Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomilho committed Jan 3, 2013
1 parent 3170c2c commit 1c41354
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions activerecord-postgres-hstore.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Juan Maiz", "Diogo Biazus"]
s.date = "2012-09-14"
s.date = "2013-01-03"
s.description = "This gem adds support for the postgres hstore type. It is the _just right_ alternative for storing hashes instead of using seralization or dynamic tables."
s.email = "juanmaiz@gmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -104,11 +104,8 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, [">= 0"])
s.add_runtime_dependency(%q<rake>, [">= 0"])
if RUBY_PLATFORM == "java"
s.add_runtime_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
else
s.add_runtime_dependency(%q<pg>, [">= 0"])
end
s.add_runtime_dependency(%q<pg>, [">= 0"])
s.add_runtime_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.1.3"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.3"])
Expand All @@ -117,11 +114,8 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
if RUBY_PLATFORM == "java"
s.add_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
else
s.add_dependency(%q<pg>, [">= 0"])
end
s.add_dependency(%q<pg>, [">= 0"])
s.add_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.1.3"])
s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
Expand All @@ -131,11 +125,8 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
if RUBY_PLATFORM == "java"
s.add_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
else
s.add_dependency(%q<pg>, [">= 0"])
end
s.add_dependency(%q<pg>, [">= 0"])
s.add_dependency(%q<activerecord-jdbcpostgresql-adapter>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.1.3"])
s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
Expand Down

0 comments on commit 1c41354

Please sign in to comment.