pheme 5.2.5 → 5.2.7
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 -1
- data/Gemfile.lock +17 -14
- data/lib/pheme/version.rb +1 -1
- data/spec/support/example_queue_poller_with_message_handler.rb +1 -1
- data/spec/version_spec.rb +1 -0
- 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: cabbc81a00b84dd79a8ad4453e67485eab89f1b3edbb86a2454664be343aabb9
|
4
|
+
data.tar.gz: 3335e6435795de5b4ec7fe087375df8a50eea75d92ceee6aa197b9894aef232e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fb740e7c8f0136455adc1448c1dd48c7d14349cf19421071c9fa5e9cb88e78193edd28222fafd61d216a4e1e6ed4fb9c865b1cf85e9511a86c6b43bbc1adc08
|
7
|
+
data.tar.gz: c841e92ccd98b1e661bc96323474fb3cfd78a0dc4e7e934ec372a1e029668653915d78b1f39a9484afe25b234f7c4408f8dbe76ff0116e4778d66df38c2e9bde
|
data/CHANGELOG.md
CHANGED
@@ -4,11 +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.2.6 - 2023-09-08
|
8
|
+
### Added
|
9
|
+
- Updated dependencies & fixed rubocop issues
|
10
|
+
|
11
|
+
## 5.2.6 - 2023-08-23
|
12
|
+
### Added
|
13
|
+
- Updated dependencies - CVE
|
14
|
+
|
7
15
|
## 5.2.4 - 2023-07-26
|
8
16
|
### Added
|
9
17
|
- chore: add changelog link to gemspec
|
10
18
|
|
11
|
-
|
12
19
|
## 5.2.3 - 2023-07-17
|
13
20
|
### Changed
|
14
21
|
- Updated dependencies
|
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.7)
|
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.0.7)
|
14
|
+
activesupport (7.0.7.2)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
@@ -20,8 +20,8 @@ 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.819.0)
|
24
|
+
aws-sdk-core (3.181.0)
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
26
26
|
aws-partitions (~> 1, >= 1.651.0)
|
27
27
|
aws-sigv4 (~> 1.5)
|
@@ -34,6 +34,7 @@ GEM
|
|
34
34
|
aws-sigv4 (~> 1.1)
|
35
35
|
aws-sigv4 (1.6.0)
|
36
36
|
aws-eventstream (~> 1, >= 1.0.2)
|
37
|
+
base64 (0.1.1)
|
37
38
|
bundler-audit (0.9.1)
|
38
39
|
bundler (>= 1.2.0, < 3)
|
39
40
|
thor (~> 1.0)
|
@@ -49,7 +50,7 @@ GEM
|
|
49
50
|
json (2.6.3)
|
50
51
|
language_server-protocol (3.17.0.3)
|
51
52
|
lint_roller (1.1.0)
|
52
|
-
minitest (5.
|
53
|
+
minitest (5.20.0)
|
53
54
|
parallel (1.23.0)
|
54
55
|
parser (3.2.2.3)
|
55
56
|
ast (~> 2.4.1)
|
@@ -83,14 +84,16 @@ GEM
|
|
83
84
|
rspec-support (3.12.1)
|
84
85
|
rspec_junit_formatter (0.6.0)
|
85
86
|
rspec-core (>= 2, < 4, != 2.12.0)
|
86
|
-
rubocop (1.
|
87
|
+
rubocop (1.56.2)
|
88
|
+
base64 (~> 0.1.1)
|
87
89
|
json (~> 2.3)
|
90
|
+
language_server-protocol (>= 3.17.0)
|
88
91
|
parallel (~> 1.10)
|
89
92
|
parser (>= 3.2.2.3)
|
90
93
|
rainbow (>= 2.2.2, < 4.0)
|
91
94
|
regexp_parser (>= 1.8, < 3.0)
|
92
95
|
rexml (>= 3.2.5, < 4.0)
|
93
|
-
rubocop-ast (>= 1.28.
|
96
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
94
97
|
ruby-progressbar (~> 1.7)
|
95
98
|
unicode-display_width (>= 2.4.0, < 3.0)
|
96
99
|
rubocop-ast (1.29.0)
|
@@ -99,7 +102,7 @@ GEM
|
|
99
102
|
rubocop (~> 1.41)
|
100
103
|
rubocop-factory_bot (2.23.1)
|
101
104
|
rubocop (~> 1.33)
|
102
|
-
rubocop-performance (1.
|
105
|
+
rubocop-performance (1.19.0)
|
103
106
|
rubocop (>= 1.7.0, < 2.0)
|
104
107
|
rubocop-ast (>= 0.4.0)
|
105
108
|
rubocop-rails (2.19.1)
|
@@ -119,19 +122,19 @@ GEM
|
|
119
122
|
simplecov_json_formatter (~> 0.1)
|
120
123
|
simplecov-html (0.12.3)
|
121
124
|
simplecov_json_formatter (0.1.4)
|
122
|
-
smarter_csv (1.
|
123
|
-
standard (1.
|
125
|
+
smarter_csv (1.9.0)
|
126
|
+
standard (1.31.0)
|
124
127
|
language_server-protocol (~> 3.17.0.2)
|
125
128
|
lint_roller (~> 1.0)
|
126
|
-
rubocop (~> 1.
|
129
|
+
rubocop (~> 1.56.0)
|
127
130
|
standard-custom (~> 1.0.0)
|
128
|
-
standard-performance (~> 1.
|
131
|
+
standard-performance (~> 1.2)
|
129
132
|
standard-custom (1.0.2)
|
130
133
|
lint_roller (~> 1.0)
|
131
134
|
rubocop (~> 1.50)
|
132
|
-
standard-performance (1.
|
135
|
+
standard-performance (1.2.0)
|
133
136
|
lint_roller (~> 1.1)
|
134
|
-
rubocop-performance (~> 1.
|
137
|
+
rubocop-performance (~> 1.19.0)
|
135
138
|
standard-rails (0.1.0)
|
136
139
|
lint_roller (~> 1.0)
|
137
140
|
rubocop-rails (~> 2.19.0)
|
data/lib/pheme/version.rb
CHANGED
data/spec/version_spec.rb
CHANGED
@@ -27,6 +27,7 @@ describe Pheme do
|
|
27
27
|
skip('already on main branch, no need to compare versions') if is_main_branch
|
28
28
|
|
29
29
|
head_version = get_version(git, 'HEAD')
|
30
|
+
puts "head_version " + head_version
|
30
31
|
raise 'no version.rb file found on the current branch' if head_version.nil?
|
31
32
|
|
32
33
|
expect(Gem::Version.new(head_version)).to be > Gem::Version.new(main_version)
|
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.7
|
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-08
|
11
|
+
date: 2023-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|