pheme 5.1.12 → 5.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +4 -4
- data/.github/workflows/stale.yml +2 -2
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +19 -19
- data/lib/pheme/version.rb +1 -1
- data/pheme.gemspec +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da53ee009a697403c904874aa612e2e88ca73ec5b16788d595147e52292ad2d9
|
4
|
+
data.tar.gz: a31c31894be6b4814329ebd885c7d5b611a6f986b5a0a9ef6bbb4d41436ba52b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c86270b9287bbe262ab31639a36e1b41a711de86bb51f67b85a875550cd26190bab977f01b66d3d9e223835812b20de965627a87caa07533f79d029fa4e0f80d
|
7
|
+
data.tar.gz: c6b159002878a00471e44633deb2f84e285cdc64739947013958fbe5a233b06b5641fa1222fc2e7bdc7f3227dbc1b0bb2ea84681d41ff5f662a9fc1338f30ba8
|
data/.github/workflows/main.yml
CHANGED
@@ -12,9 +12,9 @@ jobs:
|
|
12
12
|
runs-on: ubuntu-22.04
|
13
13
|
strategy:
|
14
14
|
matrix:
|
15
|
-
ruby-version: [
|
15
|
+
ruby-version: [3.0.6, 3.1.4, 3.2.2]
|
16
16
|
steps:
|
17
|
-
- uses: actions/checkout@
|
17
|
+
- uses: actions/checkout@v3
|
18
18
|
with:
|
19
19
|
fetch-depth: 0
|
20
20
|
- name: Set up Ruby ${{ matrix.ruby-version }}
|
@@ -33,9 +33,9 @@ jobs:
|
|
33
33
|
name: Release
|
34
34
|
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
35
35
|
needs: build
|
36
|
-
runs-on: ubuntu-
|
36
|
+
runs-on: ubuntu-22.04
|
37
37
|
steps:
|
38
|
-
- uses: actions/checkout@
|
38
|
+
- uses: actions/checkout@v3
|
39
39
|
with:
|
40
40
|
fetch-depth: 0
|
41
41
|
- name: Set up Ruby
|
data/.github/workflows/stale.yml
CHANGED
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.6
|
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.13 - 2023-04-14
|
8
|
+
### Changed
|
9
|
+
- Removed Ruby 2 support
|
10
|
+
|
7
11
|
## 5.1.12 - 2023-03-24
|
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.14)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -16,11 +16,11 @@ GEM
|
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
18
18
|
tzinfo (~> 2.0)
|
19
|
-
addressable (2.8.
|
19
|
+
addressable (2.8.4)
|
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.
|
23
|
+
aws-partitions (1.751.0)
|
24
24
|
aws-sdk-core (3.171.0)
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
26
26
|
aws-partitions (~> 1, >= 1.651.0)
|
@@ -48,15 +48,15 @@ GEM
|
|
48
48
|
jmespath (1.6.2)
|
49
49
|
json (2.6.3)
|
50
50
|
minitest (5.18.0)
|
51
|
-
parallel (1.
|
52
|
-
parser (3.2.
|
51
|
+
parallel (1.23.0)
|
52
|
+
parser (3.2.2.0)
|
53
53
|
ast (~> 2.4.1)
|
54
54
|
public_suffix (5.0.1)
|
55
55
|
rack (3.0.7)
|
56
56
|
rainbow (3.1.1)
|
57
57
|
rake (13.0.6)
|
58
58
|
rchardet (1.8.0)
|
59
|
-
regexp_parser (2.
|
59
|
+
regexp_parser (2.8.0)
|
60
60
|
resource-struct (0.4.0)
|
61
61
|
rexml (3.2.5)
|
62
62
|
rspec (3.12.0)
|
@@ -65,45 +65,45 @@ GEM
|
|
65
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.12.
|
68
|
+
rspec-core (3.12.2)
|
69
69
|
rspec-support (~> 3.12.0)
|
70
|
-
rspec-expectations (3.12.
|
70
|
+
rspec-expectations (3.12.3)
|
71
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
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.12.
|
76
|
+
rspec-mocks (3.12.5)
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
78
|
rspec-support (~> 3.12.0)
|
79
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.50.2)
|
83
83
|
json (~> 2.3)
|
84
84
|
parallel (~> 1.10)
|
85
85
|
parser (>= 3.2.0.0)
|
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.28.0, < 2.0)
|
90
90
|
ruby-progressbar (~> 1.7)
|
91
91
|
unicode-display_width (>= 2.4.0, < 3.0)
|
92
|
-
rubocop-ast (1.
|
92
|
+
rubocop-ast (1.28.0)
|
93
93
|
parser (>= 3.2.1.0)
|
94
|
-
rubocop-capybara (2.
|
94
|
+
rubocop-capybara (2.18.0)
|
95
95
|
rubocop (~> 1.41)
|
96
|
-
rubocop-performance (1.
|
96
|
+
rubocop-performance (1.17.1)
|
97
97
|
rubocop (>= 1.7.0, < 2.0)
|
98
98
|
rubocop-ast (>= 0.4.0)
|
99
|
-
rubocop-rails (2.
|
99
|
+
rubocop-rails (2.19.1)
|
100
100
|
activesupport (>= 4.2.0)
|
101
101
|
rack (>= 1.1)
|
102
102
|
rubocop (>= 1.33.0, < 2.0)
|
103
|
-
rubocop-rspec (2.
|
103
|
+
rubocop-rspec (2.20.0)
|
104
104
|
rubocop (~> 1.33)
|
105
105
|
rubocop-capybara (~> 2.17)
|
106
|
-
rubocop-vendor (0.9.
|
106
|
+
rubocop-vendor (0.9.2)
|
107
107
|
rubocop (>= 0.53.0)
|
108
108
|
ruby-progressbar (1.13.0)
|
109
109
|
simplecov (0.22.0)
|
@@ -112,7 +112,7 @@ GEM
|
|
112
112
|
simplecov_json_formatter (~> 0.1)
|
113
113
|
simplecov-html (0.12.3)
|
114
114
|
simplecov_json_formatter (0.1.4)
|
115
|
-
smarter_csv (1.8.
|
115
|
+
smarter_csv (1.8.4)
|
116
116
|
thor (1.2.1)
|
117
117
|
tzinfo (2.0.6)
|
118
118
|
concurrent-ruby (~> 1.0)
|
@@ -141,4 +141,4 @@ DEPENDENCIES
|
|
141
141
|
ws-style
|
142
142
|
|
143
143
|
BUNDLED WITH
|
144
|
-
2.
|
144
|
+
2.4.12
|
data/lib/pheme/version.rb
CHANGED
data/pheme.gemspec
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.14
|
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-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -271,14 +271,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
271
271
|
requirements:
|
272
272
|
- - ">="
|
273
273
|
- !ruby/object:Gem::Version
|
274
|
-
version:
|
274
|
+
version: '3.0'
|
275
275
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
276
276
|
requirements:
|
277
277
|
- - ">="
|
278
278
|
- !ruby/object:Gem::Version
|
279
279
|
version: '0'
|
280
280
|
requirements: []
|
281
|
-
rubygems_version: 3.
|
281
|
+
rubygems_version: 3.2.33
|
282
282
|
signing_key:
|
283
283
|
specification_version: 4
|
284
284
|
summary: Ruby SNS publisher + SQS poller & message handler
|