exceptional_synchrony 1.4.0.pre.3 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -1
- data/Gemfile.lock +21 -17
- data/lib/exceptional_synchrony/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 848bad0902a3f12ca5db9a3c357cc2ab3209799d74b347c578c626f23d699466
|
4
|
+
data.tar.gz: 5b0506f45a5dcd80127287d2fdd3cd7255f718b2c52866d0172fdf79fa27bd5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 263e887409ffe6620f687a79e0609cff55c46d989e4066f997846e00f08b582007e35fa12e46d991f2214a770da1312207c5432192ef23cb8f8eaa00916f2e3e
|
7
|
+
data.tar.gz: 5e628327433244d3bad52c4d0db5af754af69a8f941e57458437c891f8ba849a6583868860f95b336b311e49f8d262be349c51c7ef19dcb974d6531284782e3b
|
data/CHANGELOG.md
CHANGED
@@ -6,9 +6,10 @@ Note: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0
|
|
6
6
|
|
7
7
|
All notable changes to this project will be documented in this file.
|
8
8
|
|
9
|
-
## [1.4.0] -
|
9
|
+
## [1.4.0] - 2012-03-08
|
10
10
|
### Added
|
11
11
|
- Added use of Thread local variable to indicate when Eventmachine is running using EM::Synchrony
|
12
|
+
- Added faraday gem monkey patch to use the new Thread local variable to choose the adapter to use
|
12
13
|
|
13
14
|
## [1.3.0] - 2021-02-04
|
14
15
|
### Added
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
exceptional_synchrony (1.4.0
|
4
|
+
exceptional_synchrony (1.4.0)
|
5
5
|
em-http-request
|
6
6
|
em-synchrony
|
7
7
|
eventmachine
|
@@ -11,30 +11,30 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actionmailer (6.1.
|
15
|
-
actionpack (= 6.1.
|
16
|
-
actionview (= 6.1.
|
17
|
-
activejob (= 6.1.
|
18
|
-
activesupport (= 6.1.
|
14
|
+
actionmailer (6.1.3)
|
15
|
+
actionpack (= 6.1.3)
|
16
|
+
actionview (= 6.1.3)
|
17
|
+
activejob (= 6.1.3)
|
18
|
+
activesupport (= 6.1.3)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (6.1.
|
22
|
-
actionview (= 6.1.
|
23
|
-
activesupport (= 6.1.
|
21
|
+
actionpack (6.1.3)
|
22
|
+
actionview (= 6.1.3)
|
23
|
+
activesupport (= 6.1.3)
|
24
24
|
rack (~> 2.0, >= 2.0.9)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
28
|
-
actionview (6.1.
|
29
|
-
activesupport (= 6.1.
|
28
|
+
actionview (6.1.3)
|
29
|
+
activesupport (= 6.1.3)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
34
|
-
activejob (6.1.
|
35
|
-
activesupport (= 6.1.
|
34
|
+
activejob (6.1.3)
|
35
|
+
activesupport (= 6.1.3)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activesupport (6.1.
|
37
|
+
activesupport (6.1.3)
|
38
38
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
39
39
|
i18n (>= 1.6, < 2)
|
40
40
|
minitest (>= 5.1)
|
@@ -64,19 +64,21 @@ GEM
|
|
64
64
|
em-synchrony (1.0.6)
|
65
65
|
eventmachine (>= 1.0.0.beta.1)
|
66
66
|
erubi (1.10.0)
|
67
|
+
escalate (0.3.0)
|
67
68
|
eventmachine (1.2.7)
|
68
|
-
exception_handling (2.
|
69
|
+
exception_handling (2.9.0)
|
69
70
|
actionmailer (>= 4.2, < 7.0)
|
70
71
|
actionpack (>= 4.2, < 7.0)
|
71
72
|
activesupport (>= 4.2, < 7.0)
|
72
73
|
contextual_logger (~> 0.7)
|
74
|
+
escalate (~> 0.2)
|
73
75
|
eventmachine (~> 1.0)
|
74
76
|
invoca-utils (~> 0.3)
|
75
77
|
globalid (0.4.2)
|
76
78
|
activesupport (>= 4.2.0)
|
77
79
|
hashdiff (1.0.1)
|
78
80
|
http_parser.rb (0.6.0)
|
79
|
-
i18n (1.8.
|
81
|
+
i18n (1.8.9)
|
80
82
|
concurrent-ruby (~> 1.0)
|
81
83
|
invoca-utils (0.4.1)
|
82
84
|
json (2.5.1)
|
@@ -87,13 +89,15 @@ GEM
|
|
87
89
|
mini_mime (>= 0.1.1)
|
88
90
|
method_source (1.0.0)
|
89
91
|
mini_mime (1.0.2)
|
92
|
+
mini_portile2 (2.5.0)
|
90
93
|
minitest (5.14.0)
|
91
94
|
minitest-reporters (1.4.2)
|
92
95
|
ansi
|
93
96
|
builder
|
94
97
|
minitest (>= 5.0)
|
95
98
|
ruby-progressbar
|
96
|
-
nokogiri (1.11.1
|
99
|
+
nokogiri (1.11.1)
|
100
|
+
mini_portile2 (~> 2.5.0)
|
97
101
|
racc (~> 1.4)
|
98
102
|
pry (0.13.1)
|
99
103
|
coderay (~> 1.1)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exceptional_synchrony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.0
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Invoca
|
@@ -127,9 +127,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
127
|
version: '0'
|
128
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
|
-
- - "
|
130
|
+
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version:
|
132
|
+
version: '0'
|
133
133
|
requirements: []
|
134
134
|
rubygems_version: 3.0.3
|
135
135
|
signing_key:
|