exceptional_synchrony 1.4.3.pre.1 → 1.4.3
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 +4 -4
- data/CHANGELOG.md +2 -2
- data/Gemfile.lock +2 -2
- 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: b5bdb260665703f32ecf34544572e38d1e497664114839950c672ab0390cb279
|
|
4
|
+
data.tar.gz: 2d6210c606d546533f5d3dbb8d6b1810ecdd27441a9196addfbe75c45cbc6cb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 718c4a5819c54a5f31bdeef67c88c9b7661703be2a2383b6261f4a56e5b19e82e863c10c2b5daaf9a2cbf4d4d1f2d26cc357b742a0fa3d540a2deccb9a5b3421
|
|
7
|
+
data.tar.gz: 2d301211b26981e3f1b22111dde38529ccae94a78f2ac7ec7e618ae957e95d635e20b4a5f939b53cd9c7a927bfd97f53f977818e7522193372d9b64efd55a1fc
|
data/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,9 @@ 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.3] -
|
|
9
|
+
## [1.4.3] - 2022-03-24
|
|
10
10
|
### Changed
|
|
11
|
-
- Update exception_handling
|
|
11
|
+
- Update exception_handling
|
|
12
12
|
|
|
13
13
|
## [1.4.2] - 2021-03-10
|
|
14
14
|
### Fixed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
exceptional_synchrony (1.4.3
|
|
4
|
+
exceptional_synchrony (1.4.3)
|
|
5
5
|
em-http-request
|
|
6
6
|
em-synchrony
|
|
7
7
|
eventmachine
|
|
@@ -45,7 +45,7 @@ GEM
|
|
|
45
45
|
ansi (1.5.0)
|
|
46
46
|
builder (3.2.4)
|
|
47
47
|
coderay (1.1.2)
|
|
48
|
-
concurrent-ruby (1.1.
|
|
48
|
+
concurrent-ruby (1.1.10)
|
|
49
49
|
contextual_logger (0.11.0)
|
|
50
50
|
activesupport
|
|
51
51
|
json
|
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.3
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Invoca
|
|
@@ -126,9 +126,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- - "
|
|
129
|
+
- - ">="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version:
|
|
131
|
+
version: '0'
|
|
132
132
|
requirements: []
|
|
133
133
|
rubygems_version: 3.0.3
|
|
134
134
|
signing_key:
|