Skip to content

Commit d962ef2

Browse files
committed
update files for 0.2.1 release
1 parent dd23e2c commit d962ef2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/mysql2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#
1212
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
1313
module Mysql2
14-
VERSION = "0.2.0"
14+
VERSION = "0.2.1"
1515
end

mysql2.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{mysql2}
8-
s.version = "0.2.0"
8+
s.version = "0.2.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Brian Lopez"]
@@ -40,6 +40,7 @@ Gem::Specification.new do |s|
4040
"ext/mysql2/result.c",
4141
"ext/mysql2/result.h",
4242
"lib/active_record/connection_adapters/em_mysql2_adapter.rb",
43+
"lib/active_record/connection_adapters/mysql2_adapter.rb",
4344
"lib/active_record/fiber_patches.rb",
4445
"lib/arel/engines/sql/compilers/mysql2_compiler.rb",
4546
"lib/mysql2.rb",

0 commit comments

Comments
 (0)