mysql2xxxx 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Mysql2xxxx
15
15
  end
16
16
 
17
17
  def host
18
- options['host'] || active_record_config.try(:[], :host) || '127.0.0.1'
18
+ options['host'] || active_record_config.try(:[], :host)
19
19
  end
20
20
 
21
21
  # MySQL connection charset
@@ -1,3 +1,3 @@
1
1
  module Mysql2xxxx
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mysql2xxxx
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Seamus Abshere
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-08 00:00:00 -05:00
13
+ date: 2011-05-18 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency