Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 1, 2012
1 parent 93015b7 commit d2ff76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
=== HEAD
=== 1.4.0 (2012-06-01)

* Add support for streaming on PostgreSQL 9.2 using PQsetRowProcessor (jeremyevans)

Expand Down
4 changes: 2 additions & 2 deletions sequel_pg.gemspec
@@ -1,6 +1,6 @@
SEQUEL_PG_GEMSPEC = Gem::Specification.new do |s|
s.name = 'sequel_pg'
s.version = '1.3.0'
s.version = '1.4.0'
s.platform = Gem::Platform::RUBY
s.has_rdoc = false
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"]
Expand All @@ -13,7 +13,7 @@ SEQUEL_PG_GEMSPEC = Gem::Specification.new do |s|
s.files = %w(MIT-LICENSE CHANGELOG README.rdoc Rakefile ext/sequel_pg/extconf.rb ext/sequel_pg/sequel_pg.c lib/sequel_pg/sequel_pg.rb lib/sequel_pg/streaming.rb)
s.extensions << 'ext/sequel_pg/extconf.rb'
s.add_dependency("pg", [">= 0.8.0"])
s.add_dependency("sequel", [">= 3.34.0"])
s.add_dependency("sequel", [">= 3.36.0"])
s.description = <<END
sequel_pg overwrites the inner loop of the Sequel postgres
adapter row fetching code with a C version. The C version
Expand Down

0 comments on commit d2ff76c

Please sign in to comment.