Skip to content

Commit

Permalink
update files for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Aug 16, 2010
1 parent dd23e2c commit d962ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mysql2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
module Mysql2
VERSION = "0.2.0"
VERSION = "0.2.1"
end
3 changes: 2 additions & 1 deletion mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{mysql2}
s.version = "0.2.0"
s.version = "0.2.1"

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

0 comments on commit d962ef2

Please sign in to comment.