-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9df890
commit ea9b21f
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# Changelog | ||
|
||
## 0.1.1 (April 6th, 2010) | ||
* added affected_rows method (mysql_affected_rows) | ||
* added last_id method (last_insert_id) | ||
* enable reconnect option by default | ||
* added initial async query support | ||
* updated extconf (thanks to the mysqlplus project) for easier gem building | ||
|
||
## 0.1.0 (April 6th, 2010) | ||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{mysql2} | ||
s.version = "0.1.0" | ||
s.version = "0.1.1" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Brian Lopez"] | ||
s.date = %q{2010-04-06} | ||
s.date = %q{2010-04-07} | ||
s.email = %q{[email protected]} | ||
s.extensions = ["ext/extconf.rb"] | ||
s.extra_rdoc_files = [ | ||
|