pheme 5.0.7 → 5.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +10 -10
- data/lib/pheme/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 218474c6e50f16e2f56e4531bf39b0b12104b63686bccac45d268622a9c0ab37
|
4
|
+
data.tar.gz: 5df7436fb3d4c0dc22c5a3bc3c97a7f55ecc26cc45825ec9fd77cab6baddbba6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc67c77509dddd5a9dd9554dcbcf8cd0419cd249ae275959ed4eb34ab0cc55ab8b325d76fb0e4ba066e36ffe9d7994b014990e403b448411ae1e522c768a0971
|
7
|
+
data.tar.gz: 9e52bd7a9243026eea8c96065187936786086d028e2a476f763af6bdddb9254aa47013a7248582014c6f7670d16fbb084e4b3d77b468db21d38a33dac5c3514b
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## 5.0.8 - 2022-06-20
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
7
11
|
## 5.0.7 - 2022-05-27
|
8
12
|
### Changed
|
9
13
|
- Updated rack
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (5.0.
|
4
|
+
pheme (5.0.8)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -18,8 +18,8 @@ GEM
|
|
18
18
|
tzinfo (~> 2.0)
|
19
19
|
ast (2.4.2)
|
20
20
|
aws-eventstream (1.2.0)
|
21
|
-
aws-partitions (1.
|
22
|
-
aws-sdk-core (3.131.
|
21
|
+
aws-partitions (1.600.0)
|
22
|
+
aws-sdk-core (3.131.2)
|
23
23
|
aws-eventstream (~> 1, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.525.0)
|
25
25
|
aws-sigv4 (~> 1.1)
|
@@ -43,7 +43,7 @@ GEM
|
|
43
43
|
i18n (1.10.0)
|
44
44
|
concurrent-ruby (~> 1.0)
|
45
45
|
jmespath (1.6.1)
|
46
|
-
minitest (5.
|
46
|
+
minitest (5.16.0)
|
47
47
|
parallel (1.22.1)
|
48
48
|
parser (3.1.2.0)
|
49
49
|
ast (~> 2.4.1)
|
@@ -51,7 +51,7 @@ GEM
|
|
51
51
|
rainbow (3.1.1)
|
52
52
|
rake (13.0.6)
|
53
53
|
rchardet (1.8.0)
|
54
|
-
regexp_parser (2.
|
54
|
+
regexp_parser (2.5.0)
|
55
55
|
resource-struct (0.4.0)
|
56
56
|
rexml (3.2.5)
|
57
57
|
rspec (3.11.0)
|
@@ -74,21 +74,21 @@ GEM
|
|
74
74
|
rspec-support (3.11.0)
|
75
75
|
rspec_junit_formatter (0.5.1)
|
76
76
|
rspec-core (>= 2, < 4, != 2.12.0)
|
77
|
-
rubocop (1.
|
77
|
+
rubocop (1.30.1)
|
78
78
|
parallel (~> 1.10)
|
79
79
|
parser (>= 3.1.0.0)
|
80
80
|
rainbow (>= 2.2.2, < 4.0)
|
81
81
|
regexp_parser (>= 1.8, < 3.0)
|
82
82
|
rexml (>= 3.2.5, < 4.0)
|
83
|
-
rubocop-ast (>= 1.
|
83
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
84
84
|
ruby-progressbar (~> 1.7)
|
85
85
|
unicode-display_width (>= 1.4.0, < 3.0)
|
86
86
|
rubocop-ast (1.18.0)
|
87
87
|
parser (>= 3.1.1.0)
|
88
|
-
rubocop-performance (1.
|
88
|
+
rubocop-performance (1.14.2)
|
89
89
|
rubocop (>= 1.7.0, < 2.0)
|
90
90
|
rubocop-ast (>= 0.4.0)
|
91
|
-
rubocop-rails (2.
|
91
|
+
rubocop-rails (2.15.0)
|
92
92
|
activesupport (>= 4.2.0)
|
93
93
|
rack (>= 1.1)
|
94
94
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -132,4 +132,4 @@ DEPENDENCIES
|
|
132
132
|
ws-style
|
133
133
|
|
134
134
|
BUNDLED WITH
|
135
|
-
2.3.
|
135
|
+
2.3.16
|
data/lib/pheme/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pheme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|