with_connection 0.2.2 → 0.3.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjM2YzVmYWI4N2RiZGUwZTNlOTE2ZTE4OGI1Y2UyMzY3ZmMxZTdmYg==
5
- data.tar.gz: !binary |-
6
- NmYzNTk4ZWQ2ZjYzOGY0ZjcwYTA0ZjBiMjNlODVkMmU5YWVhZWI2MQ==
2
+ SHA1:
3
+ metadata.gz: 2d2fd8ba06e34d14b278d243f701edf0981ce135
4
+ data.tar.gz: 4884dca371ebed54a134fe2165fa6f90dbe9d512
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YjU1YmE4MWVlMjhmODYyZDc1ZDU0NjQ4MTNmYTJkNjM1ZWFkOTE1NWM4ODQw
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
- voltron
1
+ with_connection
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-1.9.3-p327
1
+ ruby-2.1.2
data/Gemfile CHANGED
@@ -1,9 +1,8 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'rails', '~> 3.0.15'
3
+ gem 'rails', '~> 4.1.0'
4
4
 
5
5
  group :development do
6
- gem "rdoc", "~> 3.12"
7
- gem "jeweler", "~> 1.8.4"
8
- gem "rspec", ">= 0"
6
+ gem "jeweler"
7
+ gem "rspec"
9
8
  end
data/Gemfile.lock CHANGED
@@ -1,94 +1,159 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.20)
6
- actionpack (= 3.0.20)
7
- mail (~> 2.2.19)
8
- actionpack (3.0.20)
9
- activemodel (= 3.0.20)
10
- activesupport (= 3.0.20)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
13
- i18n (~> 0.5.0)
14
- rack (~> 1.2.5)
15
- rack-mount (~> 0.6.14)
16
- rack-test (~> 0.5.7)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.20)
19
- activesupport (= 3.0.20)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.5.0)
22
- activerecord (3.0.20)
23
- activemodel (= 3.0.20)
24
- activesupport (= 3.0.20)
25
- arel (~> 2.0.10)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.20)
28
- activemodel (= 3.0.20)
29
- activesupport (= 3.0.20)
30
- activesupport (3.0.20)
31
- arel (2.0.10)
32
- builder (2.1.2)
33
- diff-lcs (1.2.4)
34
- erubis (2.6.6)
35
- abstract (>= 1.0.0)
36
- git (1.2.5)
37
- i18n (0.5.0)
38
- jeweler (1.8.4)
39
- bundler (~> 1.0)
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.0)
44
- mail (2.2.20)
45
- activesupport (>= 2.3.6)
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.23)
50
- polyglot (0.3.3)
51
- rack (1.2.8)
52
- rack-mount (0.6.14)
53
- rack (>= 1.0.0)
54
- rack-test (0.5.7)
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 (3.0.20)
57
- actionmailer (= 3.0.20)
58
- actionpack (= 3.0.20)
59
- activerecord (= 3.0.20)
60
- activeresource (= 3.0.20)
61
- activesupport (= 3.0.20)
62
- bundler (~> 1.0)
63
- railties (= 3.0.20)
64
- railties (3.0.20)
65
- actionpack (= 3.0.20)
66
- activesupport (= 3.0.20)
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
- rdoc (~> 3.4)
69
- thor (~> 0.14.4)
70
- rake (10.0.4)
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 (2.13.0)
74
- rspec-core (~> 2.13.0)
75
- rspec-expectations (~> 2.13.0)
76
- rspec-mocks (~> 2.13.0)
77
- rspec-core (2.13.1)
78
- rspec-expectations (2.13.0)
79
- diff-lcs (>= 1.1.3, < 2.0)
80
- rspec-mocks (2.13.1)
81
- thor (0.14.6)
82
- treetop (1.4.12)
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 (0.3.37)
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 (~> 1.8.4)
92
- rails (~> 3.0.15)
93
- rdoc (~> 3.12)
157
+ jeweler
158
+ rails (~> 4.1.0)
94
159
  rspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.3.0
@@ -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.2.2 ruby lib
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.2.2"
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-03-10"
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.require_paths = ["lib"]
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>, ["~> 3.0.15"])
52
- s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
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>, ["~> 3.0.15"])
57
- s.add_dependency(%q<rdoc>, ["~> 3.12"])
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>, ["~> 3.0.15"])
63
- s.add_dependency(%q<rdoc>, ["~> 3.12"])
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.2.2
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-03-10 00:00:00.000000000 Z
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: 3.0.15
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: 3.0.15
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: 1.8.4
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: 1.8.4
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.1.11
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