File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.6 (October 19th, 2010)
4
+ * version bump since the 0.2.5 win32 binary gems were broken
5
+
3
6
## 0.2.5 (October 19th, 2010)
4
7
* fixes for easier Win32 binary gem deployment for targeting 1.8 and 1.9 in the same gem
5
8
* refactor of connection checks and management to avoid race conditions with the GC/threading to prevent the unexpected loss of connections
Original file line number Diff line number Diff line change 12
12
#
13
13
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
14
14
module Mysql2
15
- VERSION = "0.2.5 "
15
+ VERSION = "0.2.6 "
16
16
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.2.5 "
8
+ s . version = "0.2.6 "
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" ]
You can’t perform that action at this time.
0 commit comments