Skip to content

Commit

Permalink
Regenerate gemspec for version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Jul 14, 2011
1 parent e594f69 commit bc7a786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgres-copy.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{postgres-copy}
s.version = "0.3.4"
s.version = "0.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Diogo Biazus"]
s.date = %q{2011-05-26}
s.date = %q{2011-07-14}
s.description = %q{Now you can use the super fast COPY for import/export data directly from your AR models.}
s.email = %q{diogob@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/diogob/postgres-copy}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Put COPY command functionality in ActiveRecord's model class}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit bc7a786

Please sign in to comment.