murakumo 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Murakumo
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
 
4
4
  # Priority
5
5
  MASTER = 1
@@ -43,7 +43,7 @@ module Murakumo
43
43
  rescue LoadError
44
44
  begin
45
45
  require 'mysql2'
46
- mysql_class = Mysql2
46
+ mysql_class = Mysql2::Client
47
47
  rescue LoadError
48
48
  end
49
49
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murakumo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel