sequel-schema-sharding 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72c3a3c826da68b413c8e5f02daece3618b0d140
|
4
|
+
data.tar.gz: 673f606a75369496689b165ffc7561e90bac33f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e89e9d6d2c49922dab1eaa721edd3cc8c6f985061b72cf37bde8140f41609fe475a0e33aa5662a2e6061a16564f8cab44ff6a39083a1cafb27f5018bd46e3329
|
7
|
+
data.tar.gz: eed3aa67a1287cf6e907f613c1563d2c2299f931b84b7ee44d38f8efee3f8f528c415441885864fe0059d363fbe30c22f8fc4111196975371ec9f9f2f838b56d
|
@@ -14,7 +14,8 @@ module Sequel
|
|
14
14
|
@connections[name.to_s] ||= Sequel.postgres(:user => config['username'],
|
15
15
|
:password => config['password'],
|
16
16
|
:host => config['host'],
|
17
|
-
:database => config['database']
|
17
|
+
:database => config['database'],
|
18
|
+
:port => config['port'])
|
18
19
|
end
|
19
20
|
|
20
21
|
def disconnect
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequel-schema-sharding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Henry
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-09-
|
13
|
+
date: 2013-09-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: sequel
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
requirements: []
|
133
133
|
rubyforge_project:
|
134
|
-
rubygems_version: 2.0.
|
134
|
+
rubygems_version: 2.0.7
|
135
135
|
signing_key:
|
136
136
|
specification_version: 4
|
137
137
|
summary: Create horizontally sharded Sequel models with Postgres
|
@@ -147,4 +147,3 @@ test_files:
|
|
147
147
|
- spec/schema-sharding/ring_spec.rb
|
148
148
|
- spec/spec_helper.rb
|
149
149
|
- spec/support/database_helper.rb
|
150
|
-
has_rdoc:
|