db-charmer 1.6.15 → 1.6.16
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/db-charmer.gemspec +1 -1
- data/lib/db_charmer/sharding/method/db_block_group_map.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.6.
|
1
|
+
1.6.16
|
data/db-charmer.gemspec
CHANGED
@@ -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
|
-
:
|
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:
|
4
|
+
hash: 47
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 1.6.
|
9
|
+
- 16
|
10
|
+
version: 1.6.16
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexey Kovyrin
|