pheme 5.2.16 → 5.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +16 -11
- 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: 7cdd4798a439c8f2828ff55ace3f6ec2d828de8162db9abeb10c30fad5989ec1
|
4
|
+
data.tar.gz: ad031a3677e93fc9316fdef76df4d381050903639e37f05270c7e3e8e2b4f5cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5e364e42a4b8cad95e7bf219b4a9fa11e6c1d033816db387fad96809ae897fc4609a1990ad2f7bf05d53941d8ae784c8077a3d8300f7108ada56c115a09ed3e
|
7
|
+
data.tar.gz: e2f8fed5fa7dad972710c63995cd20b1d00df0b7fa3a5a2ae2527d2184766cf2cc8f6709340e982a5511d6e109ecb194a62ce6756d75bed0e3dfe53045f3b6e3
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,14 @@ 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.3.1 - 2024-05-16
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
11
|
+
## 5.3.0 - 2024-04-19
|
12
|
+
### Changed
|
13
|
+
- Updated dependencies
|
14
|
+
|
7
15
|
## 5.2.16 - 2024-03-28
|
8
16
|
### Changed
|
9
17
|
- Updated dependencies
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (5.
|
4
|
+
pheme (5.3.1)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -25,13 +25,13 @@ GEM
|
|
25
25
|
public_suffix (>= 2.0.2, < 6.0)
|
26
26
|
ast (2.4.2)
|
27
27
|
aws-eventstream (1.3.0)
|
28
|
-
aws-partitions (1.
|
29
|
-
aws-sdk-core (3.
|
28
|
+
aws-partitions (1.916.0)
|
29
|
+
aws-sdk-core (3.192.1)
|
30
30
|
aws-eventstream (~> 1, >= 1.3.0)
|
31
31
|
aws-partitions (~> 1, >= 1.651.0)
|
32
32
|
aws-sigv4 (~> 1.8)
|
33
33
|
jmespath (~> 1, >= 1.6.1)
|
34
|
-
aws-sdk-sns (1.
|
34
|
+
aws-sdk-sns (1.73.0)
|
35
35
|
aws-sdk-core (~> 3, >= 3.191.0)
|
36
36
|
aws-sigv4 (~> 1.1)
|
37
37
|
aws-sdk-sqs (1.70.0)
|
@@ -55,7 +55,7 @@ GEM
|
|
55
55
|
i18n (1.14.4)
|
56
56
|
concurrent-ruby (~> 1.0)
|
57
57
|
jmespath (1.6.2)
|
58
|
-
json (2.7.
|
58
|
+
json (2.7.2)
|
59
59
|
language_server-protocol (3.17.0.3)
|
60
60
|
lint_roller (1.1.0)
|
61
61
|
minitest (5.22.3)
|
@@ -64,15 +64,16 @@ GEM
|
|
64
64
|
parser (3.3.0.5)
|
65
65
|
ast (~> 2.4.1)
|
66
66
|
racc
|
67
|
-
public_suffix (5.0.
|
67
|
+
public_suffix (5.0.5)
|
68
68
|
racc (1.7.3)
|
69
69
|
rack (3.0.10)
|
70
70
|
rainbow (3.1.1)
|
71
|
-
rake (13.1
|
71
|
+
rake (13.2.1)
|
72
72
|
rchardet (1.8.0)
|
73
73
|
regexp_parser (2.9.0)
|
74
74
|
resource-struct (0.4.0)
|
75
|
-
rexml (3.2.
|
75
|
+
rexml (3.2.8)
|
76
|
+
strscan (>= 3.0.9)
|
76
77
|
rspec (3.13.0)
|
77
78
|
rspec-core (~> 3.13.0)
|
78
79
|
rspec-expectations (~> 3.13.0)
|
@@ -118,10 +119,13 @@ GEM
|
|
118
119
|
rack (>= 1.1)
|
119
120
|
rubocop (>= 1.33.0, < 2.0)
|
120
121
|
rubocop-ast (>= 1.30.0, < 2.0)
|
121
|
-
rubocop-rspec (2.
|
122
|
+
rubocop-rspec (2.29.1)
|
122
123
|
rubocop (~> 1.40)
|
123
124
|
rubocop-capybara (~> 2.17)
|
124
125
|
rubocop-factory_bot (~> 2.22)
|
126
|
+
rubocop-rspec_rails (~> 2.28)
|
127
|
+
rubocop-rspec_rails (2.28.3)
|
128
|
+
rubocop (~> 1.40)
|
125
129
|
rubocop-vendor (0.13.0)
|
126
130
|
rubocop
|
127
131
|
ruby-progressbar (1.13.0)
|
@@ -147,11 +151,12 @@ GEM
|
|
147
151
|
standard-rails (1.0.2)
|
148
152
|
lint_roller (~> 1.0)
|
149
153
|
rubocop-rails (~> 2.23.1)
|
154
|
+
strscan (3.1.0)
|
150
155
|
thor (1.3.1)
|
151
156
|
tzinfo (2.0.6)
|
152
157
|
concurrent-ruby (~> 1.0)
|
153
158
|
unicode-display_width (2.5.0)
|
154
|
-
ws-style (7.4.
|
159
|
+
ws-style (7.4.4)
|
155
160
|
rubocop-rspec (>= 2.2.0)
|
156
161
|
rubocop-vendor (>= 0.11)
|
157
162
|
standard (>= 1.30.1)
|
@@ -175,4 +180,4 @@ DEPENDENCIES
|
|
175
180
|
ws-style
|
176
181
|
|
177
182
|
BUNDLED WITH
|
178
|
-
2.4.
|
183
|
+
2.4.13
|
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.
|
4
|
+
version: 5.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|