with_connection 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/.ruby-gemset +1 -1
- data/.ruby-version +1 -1
- data/Gemfile +3 -4
- data/Gemfile.lock +140 -75
- data/VERSION +1 -1
- data/with_connection.gemspec +11 -14
- metadata +18 -32
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NmYzNTk4ZWQ2ZjYzOGY0ZjcwYTA0ZjBiMjNlODVkMmU5YWVhZWI2MQ==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2d2fd8ba06e34d14b278d243f701edf0981ce135
|
4
|
+
data.tar.gz: 4884dca371ebed54a134fe2165fa6f90dbe9d512
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
ZmM4NDAxNjNkNjU2NThmOGM2N2Q4M2YwN2ZlNjAyN2U1NzczMjY4MDJhNzJi
|
11
|
-
ZjcwZjU4YzhjOWM3YmM5ZDliYjg0NDhlOGY4NTU2MDJjYmFjZjM=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YjMzYTAwMjBhZmU1Yjc1YjcwODVkNmY3MTc5MDMxYjE1ZjQ5NzIyOWViN2Nl
|
14
|
-
OThiOTE1MmRjNjk5ZjM1YWQ0MWZmMzQ0NmVjNDcwNGE2MjljNTIxMDFjODFh
|
15
|
-
YjQ0YTE1ODkwYzAwYjFlNDhkZGRhN2JiMjI4NTljYzdkNTkyNWY=
|
6
|
+
metadata.gz: fc4c5e58dc2222feccd0ece9bb48c19bce3dfb651436167c440a1e6bfbbc9caf435b576dc62f04241ead66bb6f9b42ebc4853e2f5f1d252f230c2fe5d6d7ff21
|
7
|
+
data.tar.gz: 693ba66b1dc7c4df9b5e830d169ad51b3dc5f530b2238de6d74a7a94644ae3bcbf11e64fa58984edcf951cd64aeaed9ec995ccd3e4ac36803d3064b205e5e151
|
data/.ruby-gemset
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
with_connection
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-1.
|
1
|
+
ruby-2.1.2
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,94 +1,159 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
mail (~> 2.
|
8
|
-
actionpack (
|
9
|
-
|
10
|
-
activesupport (=
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
arel (
|
32
|
-
builder (2.
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
4
|
+
actionmailer (4.1.4)
|
5
|
+
actionpack (= 4.1.4)
|
6
|
+
actionview (= 4.1.4)
|
7
|
+
mail (~> 2.5.4)
|
8
|
+
actionpack (4.1.4)
|
9
|
+
actionview (= 4.1.4)
|
10
|
+
activesupport (= 4.1.4)
|
11
|
+
rack (~> 1.5.2)
|
12
|
+
rack-test (~> 0.6.2)
|
13
|
+
actionview (4.1.4)
|
14
|
+
activesupport (= 4.1.4)
|
15
|
+
builder (~> 3.1)
|
16
|
+
erubis (~> 2.7.0)
|
17
|
+
activemodel (4.1.4)
|
18
|
+
activesupport (= 4.1.4)
|
19
|
+
builder (~> 3.1)
|
20
|
+
activerecord (4.1.4)
|
21
|
+
activemodel (= 4.1.4)
|
22
|
+
activesupport (= 4.1.4)
|
23
|
+
arel (~> 5.0.0)
|
24
|
+
activesupport (4.1.4)
|
25
|
+
i18n (~> 0.6, >= 0.6.9)
|
26
|
+
json (~> 1.7, >= 1.7.7)
|
27
|
+
minitest (~> 5.1)
|
28
|
+
thread_safe (~> 0.1)
|
29
|
+
tzinfo (~> 1.1)
|
30
|
+
addressable (2.3.6)
|
31
|
+
arel (5.0.1.20140414130214)
|
32
|
+
builder (3.2.2)
|
33
|
+
descendants_tracker (0.0.4)
|
34
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
35
|
+
diff-lcs (1.2.5)
|
36
|
+
erubis (2.7.0)
|
37
|
+
faraday (0.9.0)
|
38
|
+
multipart-post (>= 1.2, < 3)
|
39
|
+
git (1.2.7)
|
40
|
+
github_api (0.11.3)
|
41
|
+
addressable (~> 2.3)
|
42
|
+
descendants_tracker (~> 0.0.1)
|
43
|
+
faraday (~> 0.8, < 0.10)
|
44
|
+
hashie (>= 1.2)
|
45
|
+
multi_json (>= 1.7.5, < 2.0)
|
46
|
+
nokogiri (~> 1.6.0)
|
47
|
+
oauth2
|
48
|
+
hashie (3.2.0)
|
49
|
+
highline (1.6.21)
|
50
|
+
hike (1.2.3)
|
51
|
+
i18n (0.6.11)
|
52
|
+
jeweler (2.0.1)
|
53
|
+
builder
|
54
|
+
bundler (>= 1.0)
|
40
55
|
git (>= 1.2.5)
|
56
|
+
github_api
|
57
|
+
highline (>= 1.6.15)
|
58
|
+
nokogiri (>= 1.5.10)
|
41
59
|
rake
|
42
60
|
rdoc
|
43
|
-
json (1.8.
|
44
|
-
|
45
|
-
|
46
|
-
i18n (>= 0.4.0)
|
61
|
+
json (1.8.1)
|
62
|
+
jwt (1.0.0)
|
63
|
+
mail (2.5.4)
|
47
64
|
mime-types (~> 1.16)
|
48
65
|
treetop (~> 1.4.8)
|
49
|
-
mime-types (1.
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
66
|
+
mime-types (1.25.1)
|
67
|
+
mini_portile (0.6.0)
|
68
|
+
minitest (5.4.0)
|
69
|
+
multi_json (1.10.1)
|
70
|
+
multi_xml (0.5.5)
|
71
|
+
multipart-post (2.0.0)
|
72
|
+
nokogiri (1.6.3.1)
|
73
|
+
mini_portile (= 0.6.0)
|
74
|
+
oauth2 (1.0.0)
|
75
|
+
faraday (>= 0.8, < 0.10)
|
76
|
+
jwt (~> 1.0)
|
77
|
+
multi_json (~> 1.3)
|
78
|
+
multi_xml (~> 0.5)
|
79
|
+
rack (~> 1.2)
|
80
|
+
polyglot (0.3.5)
|
81
|
+
rack (1.5.2)
|
82
|
+
rack-test (0.6.2)
|
55
83
|
rack (>= 1.0)
|
56
|
-
rails (
|
57
|
-
actionmailer (=
|
58
|
-
actionpack (=
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
84
|
+
rails (4.1.4)
|
85
|
+
actionmailer (= 4.1.4)
|
86
|
+
actionpack (= 4.1.4)
|
87
|
+
actionview (= 4.1.4)
|
88
|
+
activemodel (= 4.1.4)
|
89
|
+
activerecord (= 4.1.4)
|
90
|
+
activesupport (= 4.1.4)
|
91
|
+
bundler (>= 1.3.0, < 2.0)
|
92
|
+
railties (= 4.1.4)
|
93
|
+
sprockets-rails (~> 2.0)
|
94
|
+
railties (4.1.4)
|
95
|
+
actionpack (= 4.1.4)
|
96
|
+
activesupport (= 4.1.4)
|
67
97
|
rake (>= 0.8.7)
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
rdoc (3.12.2)
|
98
|
+
thor (>= 0.18.1, < 2.0)
|
99
|
+
rake (10.3.2)
|
100
|
+
rdoc (4.1.1)
|
72
101
|
json (~> 1.4)
|
73
|
-
rspec (
|
74
|
-
rspec-core (~>
|
75
|
-
rspec-expectations (~>
|
76
|
-
rspec-mocks (~>
|
77
|
-
rspec-core (
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
102
|
+
rspec (3.0.0)
|
103
|
+
rspec-core (~> 3.0.0)
|
104
|
+
rspec-expectations (~> 3.0.0)
|
105
|
+
rspec-mocks (~> 3.0.0)
|
106
|
+
rspec-core (3.0.3)
|
107
|
+
rspec-support (~> 3.0.0)
|
108
|
+
rspec-expectations (3.0.3)
|
109
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
110
|
+
rspec-support (~> 3.0.0)
|
111
|
+
rspec-mocks (3.0.3)
|
112
|
+
rspec-support (~> 3.0.0)
|
113
|
+
rspec-support (3.0.3)
|
114
|
+
sprockets (2.12.1)
|
115
|
+
hike (~> 1.2)
|
116
|
+
multi_json (~> 1.0)
|
117
|
+
rack (~> 1.0)
|
118
|
+
tilt (~> 1.1, != 1.3.0)
|
119
|
+
sprockets-rails (2.1.3)
|
120
|
+
actionpack (>= 3.0)
|
121
|
+
activesupport (>= 3.0)
|
122
|
+
sprockets (~> 2.8)
|
123
|
+
thor (0.19.1)
|
124
|
+
thread_safe (0.3.4)
|
125
|
+
tilt (1.4.1)
|
126
|
+
treetop (1.4.15)
|
83
127
|
polyglot
|
128
|
+
polyglot
|
129
|
+
polyglot
|
130
|
+
polyglot
|
131
|
+
polyglot
|
132
|
+
polyglot
|
133
|
+
polyglot
|
134
|
+
polyglot
|
135
|
+
polyglot
|
136
|
+
polyglot
|
137
|
+
polyglot
|
138
|
+
polyglot (>= 0.3.1)
|
139
|
+
polyglot (>= 0.3.1)
|
140
|
+
polyglot (>= 0.3.1)
|
141
|
+
polyglot (>= 0.3.1)
|
142
|
+
polyglot (>= 0.3.1)
|
143
|
+
polyglot (>= 0.3.1)
|
144
|
+
polyglot (>= 0.3.1)
|
145
|
+
polyglot (>= 0.3.1)
|
146
|
+
polyglot (>= 0.3.1)
|
147
|
+
polyglot (>= 0.3.1)
|
148
|
+
polyglot (>= 0.3.1)
|
84
149
|
polyglot (>= 0.3.1)
|
85
|
-
tzinfo (
|
150
|
+
tzinfo (1.2.1)
|
151
|
+
thread_safe (~> 0.1)
|
86
152
|
|
87
153
|
PLATFORMS
|
88
154
|
ruby
|
89
155
|
|
90
156
|
DEPENDENCIES
|
91
|
-
jeweler
|
92
|
-
rails (~>
|
93
|
-
rdoc (~> 3.12)
|
157
|
+
jeweler
|
158
|
+
rails (~> 4.1.0)
|
94
159
|
rspec
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/with_connection.gemspec
CHANGED
@@ -2,15 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: with_connection 0.
|
5
|
+
# stub: with_connection 0.3.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "with_connection"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.3.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
12
13
|
s.authors = ["Doug Youch"]
|
13
|
-
s.date = "2014-
|
14
|
+
s.date = "2014-07-24"
|
14
15
|
s.description = "Uses active record connection pool logic with the fiber_patch"
|
15
16
|
s.email = "doug@sessionm.com"
|
16
17
|
s.extra_rdoc_files = [
|
@@ -40,28 +41,24 @@ Gem::Specification.new do |s|
|
|
40
41
|
]
|
41
42
|
s.homepage = "http://github.com/dyouch5@yahoo.com/with_connection"
|
42
43
|
s.licenses = ["MIT"]
|
43
|
-
s.
|
44
|
-
s.rubygems_version = "2.1.11"
|
44
|
+
s.rubygems_version = "2.2.2"
|
45
45
|
s.summary = "Generic connection pool for fibers and threads"
|
46
46
|
|
47
47
|
if s.respond_to? :specification_version then
|
48
48
|
s.specification_version = 4
|
49
49
|
|
50
50
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
51
|
-
s.add_runtime_dependency(%q<rails>, ["~>
|
52
|
-
s.add_development_dependency(%q<
|
53
|
-
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
|
51
|
+
s.add_runtime_dependency(%q<rails>, ["~> 4.1.0"])
|
52
|
+
s.add_development_dependency(%q<jeweler>, [">= 0"])
|
54
53
|
s.add_development_dependency(%q<rspec>, [">= 0"])
|
55
54
|
else
|
56
|
-
s.add_dependency(%q<rails>, ["~>
|
57
|
-
s.add_dependency(%q<
|
58
|
-
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
|
55
|
+
s.add_dependency(%q<rails>, ["~> 4.1.0"])
|
56
|
+
s.add_dependency(%q<jeweler>, [">= 0"])
|
59
57
|
s.add_dependency(%q<rspec>, [">= 0"])
|
60
58
|
end
|
61
59
|
else
|
62
|
-
s.add_dependency(%q<rails>, ["~>
|
63
|
-
s.add_dependency(%q<
|
64
|
-
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
|
60
|
+
s.add_dependency(%q<rails>, ["~> 4.1.0"])
|
61
|
+
s.add_dependency(%q<jeweler>, [">= 0"])
|
65
62
|
s.add_dependency(%q<rspec>, [">= 0"])
|
66
63
|
end
|
67
64
|
end
|
metadata
CHANGED
@@ -1,69 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: with_connection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Doug Youch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: rdoc
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ~>
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '3.12'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - ~>
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '3.12'
|
26
|
+
version: 4.1.0
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: jeweler
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
44
30
|
requirements:
|
45
|
-
- -
|
31
|
+
- - ">="
|
46
32
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
33
|
+
version: '0'
|
48
34
|
type: :development
|
49
35
|
prerelease: false
|
50
36
|
version_requirements: !ruby/object:Gem::Requirement
|
51
37
|
requirements:
|
52
|
-
- -
|
38
|
+
- - ">="
|
53
39
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
40
|
+
version: '0'
|
55
41
|
- !ruby/object:Gem::Dependency
|
56
42
|
name: rspec
|
57
43
|
requirement: !ruby/object:Gem::Requirement
|
58
44
|
requirements:
|
59
|
-
- -
|
45
|
+
- - ">="
|
60
46
|
- !ruby/object:Gem::Version
|
61
47
|
version: '0'
|
62
48
|
type: :development
|
63
49
|
prerelease: false
|
64
50
|
version_requirements: !ruby/object:Gem::Requirement
|
65
51
|
requirements:
|
66
|
-
- -
|
52
|
+
- - ">="
|
67
53
|
- !ruby/object:Gem::Version
|
68
54
|
version: '0'
|
69
55
|
description: Uses active record connection pool logic with the fiber_patch
|
@@ -74,9 +60,9 @@ extra_rdoc_files:
|
|
74
60
|
- LICENSE.txt
|
75
61
|
- README.rdoc
|
76
62
|
files:
|
77
|
-
- .document
|
78
|
-
- .ruby-gemset
|
79
|
-
- .ruby-version
|
63
|
+
- ".document"
|
64
|
+
- ".ruby-gemset"
|
65
|
+
- ".ruby-version"
|
80
66
|
- Gemfile
|
81
67
|
- Gemfile.lock
|
82
68
|
- LICENSE.txt
|
@@ -103,17 +89,17 @@ require_paths:
|
|
103
89
|
- lib
|
104
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|
105
91
|
requirements:
|
106
|
-
- -
|
92
|
+
- - ">="
|
107
93
|
- !ruby/object:Gem::Version
|
108
94
|
version: '0'
|
109
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
96
|
requirements:
|
111
|
-
- -
|
97
|
+
- - ">="
|
112
98
|
- !ruby/object:Gem::Version
|
113
99
|
version: '0'
|
114
100
|
requirements: []
|
115
101
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.
|
102
|
+
rubygems_version: 2.2.2
|
117
103
|
signing_key:
|
118
104
|
specification_version: 4
|
119
105
|
summary: Generic connection pool for fibers and threads
|