update files for 0.1.7 release
This commit is contained in:
parent
b51d709f6e
commit
f89d2b257b
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.7 (May 22nd, 2010)
|
||||
* fix a bug when using the disconnect! method on a closed connection in the AR driver
|
||||
|
||||
## 0.1.6 (May 14th, 2010)
|
||||
* more fixes to the AR adapter related to casting
|
||||
* add missing index creation override method to AR adapter
|
||||
|
|
|
@ -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.6"
|
||||
VERSION = "0.1.7"
|
||||
end
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{mysql2}
|
||||
s.version = "0.1.6"
|
||||
s.version = "0.1.7"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Brian Lopez"]
|
||||
s.date = %q{2010-05-14}
|
||||
s.date = %q{2010-05-22}
|
||||
s.email = %q{seniorlopez@gmail.com}
|
||||
s.extensions = ["ext/extconf.rb"]
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Reference in New Issue