From d7e0d551f80fa471d4f6a9227953cbd76b04694c Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Wed, 2 Jun 2010 00:37:59 -0700 Subject: [PATCH] update files for 0.1.8 release --- CHANGELOG.md | 4 ++++ lib/mysql2.rb | 2 +- mysql2.gemspec | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd78b0ec2..cff082ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.8 (June 2nd, 2010) +* fixes for AR adapter for timezone juggling +* fixes to be able to run benchmarks and specs under 1.9.2 + ## 0.1.7 (May 22nd, 2010) * fix a bug when using the disconnect! method on a closed connection in the AR driver diff --git a/lib/mysql2.rb b/lib/mysql2.rb index 5124e6618..884ba3304 100644 --- a/lib/mysql2.rb +++ b/lib/mysql2.rb @@ -5,5 +5,5 @@ # # A modern, simple and very fast Mysql library for Ruby - binding to libmysql module Mysql2 - VERSION = "0.1.7" + VERSION = "0.1.8" end \ No newline at end of file diff --git a/mysql2.gemspec b/mysql2.gemspec index 6b58e1719..5d09849ef 100644 --- a/mysql2.gemspec +++ b/mysql2.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{mysql2} - s.version = "0.1.7" + s.version = "0.1.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Lopez"] - s.date = %q{2010-05-22} + s.date = %q{2010-06-02} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [