with_connection 0.3.0 → 0.4.0

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: 2d2fd8ba06e34d14b278d243f701edf0981ce135
4
- data.tar.gz: 4884dca371ebed54a134fe2165fa6f90dbe9d512
3
+ metadata.gz: 7892cb6f1646d750c0f18bb2b388c7a0255cef3e
4
+ data.tar.gz: 5df0fb6b2bc4d77e61c7bb0cb06c8943ce431f39
5
5
  SHA512:
6
- metadata.gz: fc4c5e58dc2222feccd0ece9bb48c19bce3dfb651436167c440a1e6bfbbc9caf435b576dc62f04241ead66bb6f9b42ebc4853e2f5f1d252f230c2fe5d6d7ff21
7
- data.tar.gz: 693ba66b1dc7c4df9b5e830d169ad51b3dc5f530b2238de6d74a7a94644ae3bcbf11e64fa58984edcf951cd64aeaed9ec995ccd3e4ac36803d3064b205e5e151
6
+ metadata.gz: c14710feb47987b54524d7329e40ae3a7b11e9a9f9887445ea711c60f4e4f8791f6658ce86544251698a6ac506207d746411a554f78847ec7666103503d32f74
7
+ data.tar.gz: 5879337bbf7ca0060742700a3875625601bfe75fbb7e98a4ca5ed64a3342382dd1e83dcc50779bb0a79b9e039ea47fa8d7b2abcb86b305b7508ad34997cd4e70
@@ -1 +1 @@
1
- ruby-2.1.2
1
+ ruby-2.2.0
data/Gemfile CHANGED
@@ -1,7 +1,5 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'rails', '~> 4.1.0'
4
-
5
3
  group :development do
6
4
  gem "jeweler"
7
5
  gem "rspec"
@@ -1,39 +1,11 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
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
4
  addressable (2.3.6)
31
- arel (5.0.1.20140414130214)
32
5
  builder (3.2.2)
33
6
  descendants_tracker (0.0.4)
34
7
  thread_safe (~> 0.3, >= 0.3.1)
35
8
  diff-lcs (1.2.5)
36
- erubis (2.7.0)
37
9
  faraday (0.9.0)
38
10
  multipart-post (>= 1.2, < 3)
39
11
  git (1.2.7)
@@ -47,8 +19,6 @@ GEM
47
19
  oauth2
48
20
  hashie (3.2.0)
49
21
  highline (1.6.21)
50
- hike (1.2.3)
51
- i18n (0.6.11)
52
22
  jeweler (2.0.1)
53
23
  builder
54
24
  bundler (>= 1.0)
@@ -60,12 +30,7 @@ GEM
60
30
  rdoc
61
31
  json (1.8.1)
62
32
  jwt (1.0.0)
63
- mail (2.5.4)
64
- mime-types (~> 1.16)
65
- treetop (~> 1.4.8)
66
- mime-types (1.25.1)
67
33
  mini_portile (0.6.0)
68
- minitest (5.4.0)
69
34
  multi_json (1.10.1)
70
35
  multi_xml (0.5.5)
71
36
  multipart-post (2.0.0)
@@ -77,25 +42,7 @@ GEM
77
42
  multi_json (~> 1.3)
78
43
  multi_xml (~> 0.5)
79
44
  rack (~> 1.2)
80
- polyglot (0.3.5)
81
45
  rack (1.5.2)
82
- rack-test (0.6.2)
83
- rack (>= 1.0)
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)
97
- rake (>= 0.8.7)
98
- thor (>= 0.18.1, < 2.0)
99
46
  rake (10.3.2)
100
47
  rdoc (4.1.1)
101
48
  json (~> 1.4)
@@ -111,49 +58,11 @@ GEM
111
58
  rspec-mocks (3.0.3)
112
59
  rspec-support (~> 3.0.0)
113
60
  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
61
  thread_safe (0.3.4)
125
- tilt (1.4.1)
126
- treetop (1.4.15)
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)
149
- polyglot (>= 0.3.1)
150
- tzinfo (1.2.1)
151
- thread_safe (~> 0.1)
152
62
 
153
63
  PLATFORMS
154
64
  ruby
155
65
 
156
66
  DEPENDENCIES
157
67
  jeweler
158
- rails (~> 4.1.0)
159
68
  rspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.4.0
@@ -2,16 +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.3.0 ruby lib
5
+ # stub: with_connection 0.4.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "with_connection"
9
- s.version = "0.3.0"
9
+ s.version = "0.4.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Doug Youch"]
14
- s.date = "2014-07-24"
14
+ s.date = "2015-02-17"
15
15
  s.description = "Uses active record connection pool logic with the fiber_patch"
16
16
  s.email = "doug@sessionm.com"
17
17
  s.extra_rdoc_files = [
@@ -41,23 +41,20 @@ Gem::Specification.new do |s|
41
41
  ]
42
42
  s.homepage = "http://github.com/dyouch5@yahoo.com/with_connection"
43
43
  s.licenses = ["MIT"]
44
- s.rubygems_version = "2.2.2"
44
+ s.rubygems_version = "2.4.5"
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>, ["~> 4.1.0"])
52
51
  s.add_development_dependency(%q<jeweler>, [">= 0"])
53
52
  s.add_development_dependency(%q<rspec>, [">= 0"])
54
53
  else
55
- s.add_dependency(%q<rails>, ["~> 4.1.0"])
56
54
  s.add_dependency(%q<jeweler>, [">= 0"])
57
55
  s.add_dependency(%q<rspec>, [">= 0"])
58
56
  end
59
57
  else
60
- s.add_dependency(%q<rails>, ["~> 4.1.0"])
61
58
  s.add_dependency(%q<jeweler>, [">= 0"])
62
59
  s.add_dependency(%q<rspec>, [">= 0"])
63
60
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: with_connection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-07-24 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 4.1.0
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 4.1.0
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: jeweler
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
85
  version: '0'
100
86
  requirements: []
101
87
  rubyforge_project:
102
- rubygems_version: 2.2.2
88
+ rubygems_version: 2.4.5
103
89
  signing_key:
104
90
  specification_version: 4
105
91
  summary: Generic connection pool for fibers and threads