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

Commit

Permalink
0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkovacs committed Apr 20, 2009
1 parent 2a89e80 commit 75570eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.2.5 2009/04/07
0.2.6 2009/04/20
- fix bug interacting with new open_scanner API

0.2.5 2009/04/20
- added methods to raw ruby thrift client for iterating over large results
- each_cell_as_arrays
- each_row (still has bug in underlying code)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 2
:patch: 5
:patch: 6
2 changes: 1 addition & 1 deletion hyper_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{hyper_record}
s.version = "0.2.5"
s.version = "0.2.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["tylerkovacs"]
Expand Down
Binary file removed pkg/hyper_record-0.2.5.gem
Binary file not shown.

0 comments on commit 75570eb

Please sign in to comment.