bump to 0.2.6 to push fixed win32 gems

This commit is contained in:
Brian Lopez 2010-10-19 17:24:55 -07:00
parent f79bf6261e
commit 426cff8adc
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 0.2.6 (October 19th, 2010)
* version bump since the 0.2.5 win32 binary gems were broken
## 0.2.5 (October 19th, 2010)
* fixes for easier Win32 binary gem deployment for targeting 1.8 and 1.9 in the same gem
* refactor of connection checks and management to avoid race conditions with the GC/threading to prevent the unexpected loss of connections

View File

@ -12,5 +12,5 @@ require 'mysql2/result'
#
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
module Mysql2
VERSION = "0.2.5"
VERSION = "0.2.6"
end

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{mysql2}
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 = ["Brian Lopez"]