pheme 5.2.7 → 5.2.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 +32 -21
- 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: bf7b6db7de46dce3b63f6082307e8a5022ceee6ef9d198b31253733ecc63ca69
|
4
|
+
data.tar.gz: '09ae1ddf206801f5412a5d08124b5381a6276d3e364c2b17b20b1e08b7074362'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4052617a64fef11cf7ee222a0840b9e21a21f2ea05995e37d40767b8f7499b269e0d7522b0ec7b8489054c45b6fdd759f85f48e3d1d554d0eeaabb548f5541e
|
7
|
+
data.tar.gz: eba8c50a12d08f3e74fb601c5b5e54689dfe551afd4671a092d3e45d37012af6ce47db4038d225a4309484aad318c1c44f79e0b952305adca182e6464ed7b5cd
|
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.2.7 - 2023-10-13
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
7
11
|
## 5.2.6 - 2023-09-08
|
8
12
|
### Added
|
9
13
|
- Updated dependencies & fixed rubocop issues
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (5.2.
|
4
|
+
pheme (5.2.8)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -11,36 +11,45 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.0
|
14
|
+
activesupport (7.1.0)
|
15
|
+
base64
|
16
|
+
bigdecimal
|
15
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
+
connection_pool (>= 2.2.5)
|
19
|
+
drb
|
16
20
|
i18n (>= 1.6, < 2)
|
17
21
|
minitest (>= 5.1)
|
22
|
+
mutex_m
|
18
23
|
tzinfo (~> 2.0)
|
19
24
|
addressable (2.8.5)
|
20
25
|
public_suffix (>= 2.0.2, < 6.0)
|
21
26
|
ast (2.4.2)
|
22
27
|
aws-eventstream (1.2.0)
|
23
|
-
aws-partitions (1.
|
24
|
-
aws-sdk-core (3.
|
28
|
+
aws-partitions (1.834.0)
|
29
|
+
aws-sdk-core (3.185.1)
|
25
30
|
aws-eventstream (~> 1, >= 1.0.2)
|
26
31
|
aws-partitions (~> 1, >= 1.651.0)
|
27
32
|
aws-sigv4 (~> 1.5)
|
28
33
|
jmespath (~> 1, >= 1.6.1)
|
29
|
-
aws-sdk-sns (1.
|
30
|
-
aws-sdk-core (~> 3, >= 3.
|
34
|
+
aws-sdk-sns (1.67.0)
|
35
|
+
aws-sdk-core (~> 3, >= 3.184.0)
|
31
36
|
aws-sigv4 (~> 1.1)
|
32
|
-
aws-sdk-sqs (1.
|
33
|
-
aws-sdk-core (~> 3, >= 3.
|
37
|
+
aws-sdk-sqs (1.64.0)
|
38
|
+
aws-sdk-core (~> 3, >= 3.184.0)
|
34
39
|
aws-sigv4 (~> 1.1)
|
35
40
|
aws-sigv4 (1.6.0)
|
36
41
|
aws-eventstream (~> 1, >= 1.0.2)
|
37
42
|
base64 (0.1.1)
|
43
|
+
bigdecimal (3.1.4)
|
38
44
|
bundler-audit (0.9.1)
|
39
45
|
bundler (>= 1.2.0, < 3)
|
40
46
|
thor (~> 1.0)
|
41
47
|
concurrent-ruby (1.2.2)
|
48
|
+
connection_pool (2.4.1)
|
42
49
|
diff-lcs (1.5.0)
|
43
50
|
docile (1.4.0)
|
51
|
+
drb (2.1.1)
|
52
|
+
ruby2_keywords
|
44
53
|
git (1.18.0)
|
45
54
|
addressable (~> 2.8)
|
46
55
|
rchardet (~> 1.8)
|
@@ -51,8 +60,9 @@ GEM
|
|
51
60
|
language_server-protocol (3.17.0.3)
|
52
61
|
lint_roller (1.1.0)
|
53
62
|
minitest (5.20.0)
|
63
|
+
mutex_m (0.1.2)
|
54
64
|
parallel (1.23.0)
|
55
|
-
parser (3.2.2.
|
65
|
+
parser (3.2.2.4)
|
56
66
|
ast (~> 2.4.1)
|
57
67
|
racc
|
58
68
|
public_suffix (5.0.3)
|
@@ -68,7 +78,7 @@ GEM
|
|
68
78
|
rspec-core (~> 3.12.0)
|
69
79
|
rspec-expectations (~> 3.12.0)
|
70
80
|
rspec-mocks (~> 3.12.0)
|
71
|
-
rspec-collection_matchers (1.2.
|
81
|
+
rspec-collection_matchers (1.2.1)
|
72
82
|
rspec-expectations (>= 2.99.0.beta1)
|
73
83
|
rspec-core (3.12.2)
|
74
84
|
rspec-support (~> 3.12.0)
|
@@ -84,7 +94,7 @@ GEM
|
|
84
94
|
rspec-support (3.12.1)
|
85
95
|
rspec_junit_formatter (0.6.0)
|
86
96
|
rspec-core (>= 2, < 4, != 2.12.0)
|
87
|
-
rubocop (1.56.
|
97
|
+
rubocop (1.56.4)
|
88
98
|
base64 (~> 0.1.1)
|
89
99
|
json (~> 2.3)
|
90
100
|
language_server-protocol (>= 3.17.0)
|
@@ -98,24 +108,25 @@ GEM
|
|
98
108
|
unicode-display_width (>= 2.4.0, < 3.0)
|
99
109
|
rubocop-ast (1.29.0)
|
100
110
|
parser (>= 3.2.1.0)
|
101
|
-
rubocop-capybara (2.
|
111
|
+
rubocop-capybara (2.19.0)
|
102
112
|
rubocop (~> 1.41)
|
103
|
-
rubocop-factory_bot (2.
|
113
|
+
rubocop-factory_bot (2.24.0)
|
104
114
|
rubocop (~> 1.33)
|
105
|
-
rubocop-performance (1.19.
|
115
|
+
rubocop-performance (1.19.1)
|
106
116
|
rubocop (>= 1.7.0, < 2.0)
|
107
117
|
rubocop-ast (>= 0.4.0)
|
108
|
-
rubocop-rails (2.
|
118
|
+
rubocop-rails (2.20.2)
|
109
119
|
activesupport (>= 4.2.0)
|
110
120
|
rack (>= 1.1)
|
111
121
|
rubocop (>= 1.33.0, < 2.0)
|
112
|
-
rubocop-rspec (2.
|
122
|
+
rubocop-rspec (2.24.1)
|
113
123
|
rubocop (~> 1.33)
|
114
124
|
rubocop-capybara (~> 2.17)
|
115
125
|
rubocop-factory_bot (~> 2.22)
|
116
126
|
rubocop-vendor (0.12.1)
|
117
127
|
rubocop
|
118
128
|
ruby-progressbar (1.13.0)
|
129
|
+
ruby2_keywords (0.0.5)
|
119
130
|
simplecov (0.22.0)
|
120
131
|
docile (~> 1.1)
|
121
132
|
simplecov-html (~> 0.11)
|
@@ -123,10 +134,10 @@ GEM
|
|
123
134
|
simplecov-html (0.12.3)
|
124
135
|
simplecov_json_formatter (0.1.4)
|
125
136
|
smarter_csv (1.9.0)
|
126
|
-
standard (1.31.
|
137
|
+
standard (1.31.1)
|
127
138
|
language_server-protocol (~> 3.17.0.2)
|
128
139
|
lint_roller (~> 1.0)
|
129
|
-
rubocop (~> 1.56.
|
140
|
+
rubocop (~> 1.56.2)
|
130
141
|
standard-custom (~> 1.0.0)
|
131
142
|
standard-performance (~> 1.2)
|
132
143
|
standard-custom (1.0.2)
|
@@ -135,13 +146,13 @@ GEM
|
|
135
146
|
standard-performance (1.2.0)
|
136
147
|
lint_roller (~> 1.1)
|
137
148
|
rubocop-performance (~> 1.19.0)
|
138
|
-
standard-rails (0.
|
149
|
+
standard-rails (0.2.0)
|
139
150
|
lint_roller (~> 1.0)
|
140
|
-
rubocop-rails (~> 2.
|
151
|
+
rubocop-rails (~> 2.20.2)
|
141
152
|
thor (1.2.2)
|
142
153
|
tzinfo (2.0.6)
|
143
154
|
concurrent-ruby (~> 1.0)
|
144
|
-
unicode-display_width (2.
|
155
|
+
unicode-display_width (2.5.0)
|
145
156
|
ws-style (7.2.0)
|
146
157
|
rubocop-rspec (>= 2.2.0)
|
147
158
|
rubocop-vendor (>= 0.11)
|
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.2.
|
4
|
+
version: 5.2.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: 2023-
|
11
|
+
date: 2023-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|