slave_pools 0.1.1 → 0.1.2
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/slave_pools.gemspec +2 -1
- metadata +5 -5
data/slave_pools.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{slave_pools}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Dan Drabik"]
|
|
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.require_paths = ["lib"]
|
|
17
17
|
s.rubygems_version = %q{1.3.1}
|
|
18
18
|
s.summary = "Connection proxy for ActiveRecord for single master / multiple slave database groups"
|
|
19
|
+
s.license = 'MIT'
|
|
19
20
|
|
|
20
21
|
s.add_dependency('activerecord', ["~> 3.2.12"])
|
|
21
22
|
s.add_development_dependency('mysql2', ["~> 0.3.11"])
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slave_pools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Drabik
|
|
@@ -102,8 +102,8 @@ files:
|
|
|
102
102
|
- spec/spec_helper.rb
|
|
103
103
|
- slave_pools.gemspec
|
|
104
104
|
homepage: https://github.com/kickstarter/slave_pools
|
|
105
|
-
licenses:
|
|
106
|
-
|
|
105
|
+
licenses:
|
|
106
|
+
- MIT
|
|
107
107
|
post_install_message:
|
|
108
108
|
rdoc_options:
|
|
109
109
|
- --line-numbers
|