pheme 5.3.0 → 5.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +34 -29
- 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: 77a30e7fac2b5c5aa90bf4fc13aac18169470060e7105f8dcb0e13bf8a7adbaf
|
4
|
+
data.tar.gz: 6ebb0656d54fa11bda6975e3a493149a7f1dcd615020328b0552f7a6e466f5e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9131f7f06ecdd87284efacf909143c0b4d597acbde113b8a490e883e30b76c4119d768122354675f41a133a2211670c2d2ceec12e702b9f6f3d333f83ce0cfd
|
7
|
+
data.tar.gz: c2c99f93d207374bc785821995afc6a7f9be87a56018006de904746740b21408f44360d6a8509714d8a5df0199fa8c5d66edae9e72c3881e79dd7f2024f47831
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,18 @@ 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.2 - 2024-06-27
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
11
|
+
## 5.3.1 - 2024-05-16
|
12
|
+
### Changed
|
13
|
+
- Updated dependencies
|
14
|
+
|
15
|
+
## 5.3.0 - 2024-04-19
|
16
|
+
### Changed
|
17
|
+
- Updated dependencies
|
18
|
+
|
7
19
|
## 5.2.16 - 2024-03-28
|
8
20
|
### Changed
|
9
21
|
- Updated dependencies
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (5.3.
|
4
|
+
pheme (5.3.2)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.1.3.
|
14
|
+
activesupport (7.1.3.3)
|
15
15
|
base64
|
16
16
|
bigdecimal
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -25,22 +25,22 @@ 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.930.0)
|
29
|
+
aws-sdk-core (3.196.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.
|
35
|
-
aws-sdk-core (~> 3, >= 3.
|
34
|
+
aws-sdk-sns (1.75.0)
|
35
|
+
aws-sdk-core (~> 3, >= 3.193.0)
|
36
36
|
aws-sigv4 (~> 1.1)
|
37
|
-
aws-sdk-sqs (1.
|
38
|
-
aws-sdk-core (~> 3, >= 3.
|
37
|
+
aws-sdk-sqs (1.74.0)
|
38
|
+
aws-sdk-core (~> 3, >= 3.193.0)
|
39
39
|
aws-sigv4 (~> 1.1)
|
40
40
|
aws-sigv4 (1.8.0)
|
41
41
|
aws-eventstream (~> 1, >= 1.0.2)
|
42
42
|
base64 (0.2.0)
|
43
|
-
bigdecimal (3.1.
|
43
|
+
bigdecimal (3.1.8)
|
44
44
|
bundler-audit (0.9.1)
|
45
45
|
bundler (>= 1.2.0, < 3)
|
46
46
|
thor (~> 1.0)
|
@@ -49,30 +49,34 @@ GEM
|
|
49
49
|
diff-lcs (1.5.1)
|
50
50
|
docile (1.4.0)
|
51
51
|
drb (2.2.1)
|
52
|
-
git (
|
52
|
+
git (2.0.0)
|
53
|
+
activesupport (>= 5.0)
|
53
54
|
addressable (~> 2.8)
|
55
|
+
process_executer (~> 1.1)
|
54
56
|
rchardet (~> 1.8)
|
55
|
-
i18n (1.14.
|
57
|
+
i18n (1.14.5)
|
56
58
|
concurrent-ruby (~> 1.0)
|
57
59
|
jmespath (1.6.2)
|
58
60
|
json (2.7.2)
|
59
61
|
language_server-protocol (3.17.0.3)
|
60
62
|
lint_roller (1.1.0)
|
61
|
-
minitest (5.
|
63
|
+
minitest (5.23.0)
|
62
64
|
mutex_m (0.2.0)
|
63
65
|
parallel (1.24.0)
|
64
|
-
parser (3.3.0
|
66
|
+
parser (3.3.1.0)
|
65
67
|
ast (~> 2.4.1)
|
66
68
|
racc
|
69
|
+
process_executer (1.1.0)
|
67
70
|
public_suffix (5.0.5)
|
68
71
|
racc (1.7.3)
|
69
|
-
rack (3.0.
|
72
|
+
rack (3.0.11)
|
70
73
|
rainbow (3.1.1)
|
71
74
|
rake (13.2.1)
|
72
75
|
rchardet (1.8.0)
|
73
|
-
regexp_parser (2.9.
|
76
|
+
regexp_parser (2.9.2)
|
74
77
|
resource-struct (0.4.0)
|
75
|
-
rexml (3.2.
|
78
|
+
rexml (3.2.8)
|
79
|
+
strscan (>= 3.0.9)
|
76
80
|
rspec (3.13.0)
|
77
81
|
rspec-core (~> 3.13.0)
|
78
82
|
rspec-expectations (~> 3.13.0)
|
@@ -87,13 +91,13 @@ GEM
|
|
87
91
|
rspec-its (1.3.0)
|
88
92
|
rspec-core (>= 3.0.0)
|
89
93
|
rspec-expectations (>= 3.0.0)
|
90
|
-
rspec-mocks (3.13.
|
94
|
+
rspec-mocks (3.13.1)
|
91
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
96
|
rspec-support (~> 3.13.0)
|
93
97
|
rspec-support (3.13.1)
|
94
98
|
rspec_junit_formatter (0.6.0)
|
95
99
|
rspec-core (>= 2, < 4, != 2.12.0)
|
96
|
-
rubocop (1.
|
100
|
+
rubocop (1.63.5)
|
97
101
|
json (~> 2.3)
|
98
102
|
language_server-protocol (>= 3.17.0)
|
99
103
|
parallel (~> 1.10)
|
@@ -104,21 +108,21 @@ GEM
|
|
104
108
|
rubocop-ast (>= 1.31.1, < 2.0)
|
105
109
|
ruby-progressbar (~> 1.7)
|
106
110
|
unicode-display_width (>= 2.4.0, < 3.0)
|
107
|
-
rubocop-ast (1.31.
|
108
|
-
parser (>= 3.3.0
|
111
|
+
rubocop-ast (1.31.3)
|
112
|
+
parser (>= 3.3.1.0)
|
109
113
|
rubocop-capybara (2.20.0)
|
110
114
|
rubocop (~> 1.41)
|
111
115
|
rubocop-factory_bot (2.25.1)
|
112
116
|
rubocop (~> 1.41)
|
113
|
-
rubocop-performance (1.
|
117
|
+
rubocop-performance (1.21.0)
|
114
118
|
rubocop (>= 1.48.1, < 2.0)
|
115
|
-
rubocop-ast (>= 1.
|
119
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
116
120
|
rubocop-rails (2.23.1)
|
117
121
|
activesupport (>= 4.2.0)
|
118
122
|
rack (>= 1.1)
|
119
123
|
rubocop (>= 1.33.0, < 2.0)
|
120
124
|
rubocop-ast (>= 1.30.0, < 2.0)
|
121
|
-
rubocop-rspec (2.29.
|
125
|
+
rubocop-rspec (2.29.2)
|
122
126
|
rubocop (~> 1.40)
|
123
127
|
rubocop-capybara (~> 2.17)
|
124
128
|
rubocop-factory_bot (~> 2.22)
|
@@ -135,21 +139,22 @@ GEM
|
|
135
139
|
simplecov-html (0.12.3)
|
136
140
|
simplecov_json_formatter (0.1.4)
|
137
141
|
smarter_csv (1.10.3)
|
138
|
-
standard (1.
|
142
|
+
standard (1.36.0)
|
139
143
|
language_server-protocol (~> 3.17.0.2)
|
140
144
|
lint_roller (~> 1.0)
|
141
|
-
rubocop (~> 1.
|
145
|
+
rubocop (~> 1.63.0)
|
142
146
|
standard-custom (~> 1.0.0)
|
143
|
-
standard-performance (~> 1.
|
147
|
+
standard-performance (~> 1.4)
|
144
148
|
standard-custom (1.0.2)
|
145
149
|
lint_roller (~> 1.0)
|
146
150
|
rubocop (~> 1.50)
|
147
|
-
standard-performance (1.
|
151
|
+
standard-performance (1.4.0)
|
148
152
|
lint_roller (~> 1.1)
|
149
|
-
rubocop-performance (~> 1.
|
153
|
+
rubocop-performance (~> 1.21.0)
|
150
154
|
standard-rails (1.0.2)
|
151
155
|
lint_roller (~> 1.0)
|
152
156
|
rubocop-rails (~> 2.23.1)
|
157
|
+
strscan (3.1.0)
|
153
158
|
thor (1.3.1)
|
154
159
|
tzinfo (2.0.6)
|
155
160
|
concurrent-ruby (~> 1.0)
|
@@ -178,4 +183,4 @@ DEPENDENCIES
|
|
178
183
|
ws-style
|
179
184
|
|
180
185
|
BUNDLED WITH
|
181
|
-
2.4.
|
186
|
+
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.3.
|
4
|
+
version: 5.3.2
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|