Commit d962ef2 1 parent dd23e2c commit d962ef2 Copy full SHA for d962ef2
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
#
12
12
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
13
13
module Mysql2
14
- VERSION = "0.2.0 "
14
+ VERSION = "0.2.1 "
15
15
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.0 "
8
+ s . version = "0.2.1 "
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" ]
@@ -40,6 +40,7 @@ Gem::Specification.new do |s|
40
40
"ext/mysql2/result.c" ,
41
41
"ext/mysql2/result.h" ,
42
42
"lib/active_record/connection_adapters/em_mysql2_adapter.rb" ,
43
+ "lib/active_record/connection_adapters/mysql2_adapter.rb" ,
43
44
"lib/active_record/fiber_patches.rb" ,
44
45
"lib/arel/engines/sql/compilers/mysql2_compiler.rb" ,
45
46
"lib/mysql2.rb" ,
You can’t perform that action at this time.
0 commit comments