From ea9b21f632a884b4d7f82744b2084f32677da56f Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Wed, 7 Apr 2010 09:52:05 -0700 Subject: [PATCH] update files for 0.1.1 release --- CHANGELOG.md | 7 +++++++ lib/mysql2.rb | 4 ++-- mysql2.gemspec | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6783357b6..6c980979b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/lib/mysql2.rb b/lib/mysql2.rb index ef4197030..b99caa702 100644 --- a/lib/mysql2.rb +++ b/lib/mysql2.rb @@ -3,7 +3,7 @@ # = Mysql2 # -# A modern MySQL client library for Ruby, binding to libmysql +# A modern, simple and very fast Mysql library for Ruby - binding to libmysql module Mysql2 - VERSION = "0.1.0" + VERSION = "0.1.1" end \ No newline at end of file diff --git a/mysql2.gemspec b/mysql2.gemspec index e6edbeab8..38d419cae 100644 --- a/mysql2.gemspec +++ b/mysql2.gemspec @@ -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{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [