db-charmer 1.6.15 → 1.6.16

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.15
1
+ 1.6.16
data/db-charmer.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{db-charmer}
8
- s.version = "1.6.15"
8
+ s.version = "1.6.16"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alexey Kovyrin"]
@@ -204,7 +204,7 @@ module DbCharmer
204
204
  # FIXME: Find a better way, maybe move config method to our ar extenstions
205
205
  connection.instance_variable_get(:@config).clone.merge(
206
206
  # Name for the connection factory
207
- :name => shard_name,
207
+ :connection_name => shard_name,
208
208
  # Connection params
209
209
  :host => shard.db_host,
210
210
  :port => shard.db_port,
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db-charmer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 47
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 15
10
- version: 1.6.15
9
+ - 16
10
+ version: 1.6.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Kovyrin