Commit d7e0d55 1 parent e5c8f89 commit d7e0d55 Copy full SHA for d7e0d55
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.8 (June 2nd, 2010)
4
+ * fixes for AR adapter for timezone juggling
5
+ * fixes to be able to run benchmarks and specs under 1.9.2
6
+
3
7
## 0.1.7 (May 22nd, 2010)
4
8
* fix a bug when using the disconnect! method on a closed connection in the AR driver
5
9
Original file line number Diff line number Diff line change 5
5
#
6
6
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
7
7
module Mysql2
8
- VERSION = "0.1.7 "
8
+ VERSION = "0.1.8 "
9
9
end
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{mysql2}
8
- s . version = "0.1.7 "
8
+ s . version = "0.1.8 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Brian Lopez" ]
12
- s . date = %q{2010-05-22 }
12
+ s . date = %q{2010-06-02 }
13
13
s . email = %q{seniorlopez@gmail.com}
14
14
s . extensions = [ "ext/extconf.rb" ]
15
15
s . extra_rdoc_files = [
You can’t perform that action at this time.
0 commit comments