From 7d6bbbcdd2aa3f9bd984483b4faef58fea42be8e Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Fri, 9 Apr 2010 10:05:01 -0700 Subject: [PATCH] update files for 0.1.2 release --- CHANGELOG.md | 3 +++ lib/mysql2.rb | 2 +- mysql2.gemspec | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c98097..3d676df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.2 (April 9th, 2010) +* fix a bug (copy/paste fail) around checking for empty TIME values and returning nil (thanks @marius) + ## 0.1.1 (April 6th, 2010) * added affected_rows method (mysql_affected_rows) * added last_id method (last_insert_id) diff --git a/lib/mysql2.rb b/lib/mysql2.rb index b99caa7..e0b0cd1 100644 --- a/lib/mysql2.rb +++ b/lib/mysql2.rb @@ -5,5 +5,5 @@ require 'mysql2_ext' # # A modern, simple and very fast Mysql library for Ruby - binding to libmysql module Mysql2 - VERSION = "0.1.1" + VERSION = "0.1.2" end \ No newline at end of file diff --git a/mysql2.gemspec b/mysql2.gemspec index 38d419c..b86896b 100644 --- a/mysql2.gemspec +++ b/mysql2.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{mysql2} - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Lopez"] - s.date = %q{2010-04-07} + s.date = %q{2010-04-09} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [