jrmey-mysqlplus 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/mysqlplus.gemspec +2 -2
  3. metadata +3 -3
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  An enhanced MySQL database driver. With support for async operations and threaded database access.
4
4
 
5
- Added Encoding awareness for Ruby 1.9. Convert all data to default external encoding
5
+ Added Encoding awareness for Ruby 1.9. Convert all data to default external encoding ( merged from http://github.com/lsegal/mysql-ruby )
6
6
 
7
7
  == Building
8
8
 
data/mysqlplus.gemspec CHANGED
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "jrmey-mysqlplus"
3
- s.version = "0.1.3"
3
+ s.version = "0.1.4"
4
4
  s.date = "2010-07-04"
5
- s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 support"
5
+ s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness"
6
6
  s.email = "jeremysuriel@gmail.com"
7
7
  s.homepage = "http://github.com/jrmey/mysqlplus"
8
8
  s.description = "Enhanced Ruby MySQL driver"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Muhammad A. Ali
@@ -84,6 +84,6 @@ rubyforge_project:
84
84
  rubygems_version: 1.3.7
85
85
  signing_key:
86
86
  specification_version: 3
87
- summary: Enhanced Ruby MySQL driver with Ruby 1.9 support
87
+ summary: Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness
88
88
  test_files: []
89
89