Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Dec 28, 2011
1 parent 61e21f2 commit 9355d65
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions activerecord-postgres-hstore.gemspec
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{activerecord-postgres-hstore}
s.version = "0.1.2"
s.name = "activerecord-postgres-hstore"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Juan Maiz", "Diogo Biazus"]
s.date = %q{2011-08-02}
s.description = %q{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 = %q{juanmaiz@gmail.com}
s.date = "2011-12-28"
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 = [
"LICENSE",
"README.textile"
Expand Down Expand Up @@ -87,14 +87,13 @@ Gem::Specification.new do |s|
"spec/activerecord-postgres-hstore_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/softa/activerecord-postgres-hstore}
s.homepage = "http://github.com/softa/activerecord-postgres-hstore"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Goodbye serialize, hello hstore}
s.rubygems_version = "1.8.10"
s.summary = "Goodbye serialize, hello hstore"

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 9355d65

Please sign in to comment.