pheme 5.1.2 → 5.1.3
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 +26 -26
- data/lib/pheme/version.rb +1 -1
- data/spec/spec_helper.rb +0 -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: '0977c26a0d1baa3a78ec30864bdc3e14c595971dd193c46f639a16ffe5a63ab6'
|
4
|
+
data.tar.gz: 77e2d65a43708e71a4653cddeb5ce78542df9532a8be35a194694efbdb2d2ea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 113bbf6d79e47b61887c04144e973de2dcdfa2511c54d1c8d0f8c3aaa891917a73d816cd7f77b15c57a54e1ef467bef87ed0f280c95b9eb5c3c2abd18f55c837
|
7
|
+
data.tar.gz: 5888e38b513ac95d21b9935382da8b4bc33f5830d33c5222331c0a3e1338d1a8194e8879124da1ab2d98b2ca9627d8a394f5daa223880f4c6b6121a48f964906
|
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.1.3 - 2022-11-08
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
7
11
|
## 5.1.2 - 2022-10-12
|
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.1.
|
4
|
+
pheme (5.1.3)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -20,17 +20,17 @@ GEM
|
|
20
20
|
public_suffix (>= 2.0.2, < 6.0)
|
21
21
|
ast (2.4.2)
|
22
22
|
aws-eventstream (1.2.0)
|
23
|
-
aws-partitions (1.
|
24
|
-
aws-sdk-core (3.
|
23
|
+
aws-partitions (1.657.0)
|
24
|
+
aws-sdk-core (3.166.0)
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
26
|
-
aws-partitions (~> 1, >= 1.
|
27
|
-
aws-sigv4 (~> 1.
|
26
|
+
aws-partitions (~> 1, >= 1.651.0)
|
27
|
+
aws-sigv4 (~> 1.5)
|
28
28
|
jmespath (~> 1, >= 1.6.1)
|
29
|
-
aws-sdk-sns (1.
|
30
|
-
aws-sdk-core (~> 3, >= 3.
|
29
|
+
aws-sdk-sns (1.56.0)
|
30
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
31
31
|
aws-sigv4 (~> 1.1)
|
32
|
-
aws-sdk-sqs (1.
|
33
|
-
aws-sdk-core (~> 3, >= 3.
|
32
|
+
aws-sdk-sqs (1.52.0)
|
33
|
+
aws-sdk-core (~> 3, >= 3.165.0)
|
34
34
|
aws-sigv4 (~> 1.1)
|
35
35
|
aws-sigv4 (1.5.2)
|
36
36
|
aws-eventstream (~> 1, >= 1.0.2)
|
@@ -59,46 +59,46 @@ GEM
|
|
59
59
|
regexp_parser (2.6.0)
|
60
60
|
resource-struct (0.4.0)
|
61
61
|
rexml (3.2.5)
|
62
|
-
rspec (3.
|
63
|
-
rspec-core (~> 3.
|
64
|
-
rspec-expectations (~> 3.
|
65
|
-
rspec-mocks (~> 3.
|
62
|
+
rspec (3.12.0)
|
63
|
+
rspec-core (~> 3.12.0)
|
64
|
+
rspec-expectations (~> 3.12.0)
|
65
|
+
rspec-mocks (~> 3.12.0)
|
66
66
|
rspec-collection_matchers (1.2.0)
|
67
67
|
rspec-expectations (>= 2.99.0.beta1)
|
68
|
-
rspec-core (3.
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-expectations (3.
|
68
|
+
rspec-core (3.12.0)
|
69
|
+
rspec-support (~> 3.12.0)
|
70
|
+
rspec-expectations (3.12.0)
|
71
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
72
|
+
rspec-support (~> 3.12.0)
|
73
73
|
rspec-its (1.3.0)
|
74
74
|
rspec-core (>= 3.0.0)
|
75
75
|
rspec-expectations (>= 3.0.0)
|
76
|
-
rspec-mocks (3.
|
76
|
+
rspec-mocks (3.12.0)
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
|
-
rspec-support (~> 3.
|
79
|
-
rspec-support (3.
|
78
|
+
rspec-support (~> 3.12.0)
|
79
|
+
rspec-support (3.12.0)
|
80
80
|
rspec_junit_formatter (0.6.0)
|
81
81
|
rspec-core (>= 2, < 4, != 2.12.0)
|
82
|
-
rubocop (1.
|
82
|
+
rubocop (1.38.0)
|
83
83
|
json (~> 2.3)
|
84
84
|
parallel (~> 1.10)
|
85
85
|
parser (>= 3.1.2.1)
|
86
86
|
rainbow (>= 2.2.2, < 4.0)
|
87
87
|
regexp_parser (>= 1.8, < 3.0)
|
88
88
|
rexml (>= 3.2.5, < 4.0)
|
89
|
-
rubocop-ast (>= 1.
|
89
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
90
90
|
ruby-progressbar (~> 1.7)
|
91
91
|
unicode-display_width (>= 1.4.0, < 3.0)
|
92
|
-
rubocop-ast (1.
|
92
|
+
rubocop-ast (1.23.0)
|
93
93
|
parser (>= 3.1.1.0)
|
94
94
|
rubocop-performance (1.15.0)
|
95
95
|
rubocop (>= 1.7.0, < 2.0)
|
96
96
|
rubocop-ast (>= 0.4.0)
|
97
|
-
rubocop-rails (2.
|
97
|
+
rubocop-rails (2.17.2)
|
98
98
|
activesupport (>= 4.2.0)
|
99
99
|
rack (>= 1.1)
|
100
100
|
rubocop (>= 1.33.0, < 2.0)
|
101
|
-
rubocop-rspec (2.
|
101
|
+
rubocop-rspec (2.15.0)
|
102
102
|
rubocop (~> 1.33)
|
103
103
|
rubocop-vendor (0.8.10)
|
104
104
|
rubocop (>= 0.53.0)
|
@@ -138,4 +138,4 @@ DEPENDENCIES
|
|
138
138
|
ws-style
|
139
139
|
|
140
140
|
BUNDLED WITH
|
141
|
-
2.3.
|
141
|
+
2.3.25
|
data/lib/pheme/version.rb
CHANGED
data/spec/spec_helper.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.1.
|
4
|
+
version: 5.1.3
|
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-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|