pheme 5.0.5 → 5.0.6
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 +15 -15
- 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: 606afecdd03fead65629b45d186f2373b2aa2d463878658778b24e8c9e733d7b
|
4
|
+
data.tar.gz: 3460af19b3baa42e4216507fae9a131c64189a69306e9a12867680ef69c9a4b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9a3425cfd50d93e63ee73410a59e03865e7b03f355bc969511e8374c7671d29f199d20daa9846acefd4b8392f067102838e6705999b066cf279d61268bb9b97
|
7
|
+
data.tar.gz: dc09e4f9809b0f1fa75a1e0d3b69c450a4c336b9e3a5c4faba892b499d5f007442fb232617d655fcdce8763c01e7859bb89eefdc269dc8712287208f6bc9bd31
|
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.6 - 2022-05-26
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
7
11
|
## 5.0.5 - 2022-04-22
|
8
12
|
### Changed
|
9
13
|
- Updated dependencies
|
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.6)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -11,28 +11,28 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.0.
|
14
|
+
activesupport (7.0.3)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
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.
|
21
|
+
aws-partitions (1.592.0)
|
22
|
+
aws-sdk-core (3.131.1)
|
23
23
|
aws-eventstream (~> 1, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.525.0)
|
25
25
|
aws-sigv4 (~> 1.1)
|
26
|
-
jmespath (~> 1.
|
26
|
+
jmespath (~> 1, >= 1.6.1)
|
27
27
|
aws-sdk-sns (1.53.0)
|
28
28
|
aws-sdk-core (~> 3, >= 3.127.0)
|
29
29
|
aws-sigv4 (~> 1.1)
|
30
|
-
aws-sdk-sqs (1.51.
|
30
|
+
aws-sdk-sqs (1.51.1)
|
31
31
|
aws-sdk-core (~> 3, >= 3.127.0)
|
32
32
|
aws-sigv4 (~> 1.1)
|
33
33
|
aws-sigv4 (1.5.0)
|
34
34
|
aws-eventstream (~> 1, >= 1.0.2)
|
35
|
-
bundler-audit (0.9.
|
35
|
+
bundler-audit (0.9.1)
|
36
36
|
bundler (>= 1.2.0, < 3)
|
37
37
|
thor (~> 1.0)
|
38
38
|
concurrent-ruby (1.1.10)
|
@@ -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.4.0)
|
55
55
|
resource-struct (0.4.0)
|
56
56
|
rexml (3.2.5)
|
57
57
|
rspec (3.11.0)
|
@@ -74,16 +74,16 @@ 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.29.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
|
-
rexml
|
82
|
+
rexml (>= 3.2.5, < 4.0)
|
83
83
|
rubocop-ast (>= 1.17.0, < 2.0)
|
84
84
|
ruby-progressbar (~> 1.7)
|
85
85
|
unicode-display_width (>= 1.4.0, < 3.0)
|
86
|
-
rubocop-ast (1.
|
86
|
+
rubocop-ast (1.18.0)
|
87
87
|
parser (>= 3.1.1.0)
|
88
88
|
rubocop-performance (1.13.3)
|
89
89
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -92,9 +92,9 @@ GEM
|
|
92
92
|
activesupport (>= 4.2.0)
|
93
93
|
rack (>= 1.1)
|
94
94
|
rubocop (>= 1.7.0, < 2.0)
|
95
|
-
rubocop-rspec (2.
|
95
|
+
rubocop-rspec (2.11.1)
|
96
96
|
rubocop (~> 1.19)
|
97
|
-
rubocop-vendor (0.8.
|
97
|
+
rubocop-vendor (0.8.10)
|
98
98
|
rubocop (>= 0.53.0)
|
99
99
|
ruby-progressbar (1.11.0)
|
100
100
|
simplecov (0.21.2)
|
@@ -103,12 +103,12 @@ GEM
|
|
103
103
|
simplecov_json_formatter (~> 0.1)
|
104
104
|
simplecov-html (0.12.3)
|
105
105
|
simplecov_json_formatter (0.1.4)
|
106
|
-
smarter_csv (1.
|
106
|
+
smarter_csv (1.6.1)
|
107
107
|
thor (1.2.1)
|
108
108
|
tzinfo (2.0.4)
|
109
109
|
concurrent-ruby (~> 1.0)
|
110
110
|
unicode-display_width (2.1.0)
|
111
|
-
ws-style (6.13.
|
111
|
+
ws-style (6.13.23)
|
112
112
|
rubocop (>= 1.23)
|
113
113
|
rubocop-performance (>= 1.10.2)
|
114
114
|
rubocop-rails (>= 2.9.1)
|
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.6
|
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-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|