pheme 4.0.14 → 4.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +4 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +12 -12
- 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: 55dba8498ea4e27e8725d819a9ecb085182e568a9b7f978ee8108224ce2f6b75
|
|
4
|
+
data.tar.gz: b563ecb37ec9cd3b57e0e53f6f1145c0871661dbe87d005428cab70b3d15ea0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1be078789a00dd493a1493aabb6efd4a308210d254cbeb4dffdec8a25e99ded101e9f6801de70ce80a9eb2d570caaee4dca9bbfe22dcce3a5fa8da58ceb0e0a5
|
|
7
|
+
data.tar.gz: 59d82218e150ceb46f3f2e0c9de6445d866ec7e351115d7542774452766ff03efe9aebabe4366701dd968e417ef8feeec865119f9abdae2e750184a5e3f5abf8
|
data/.github/workflows/main.yml
CHANGED
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
|
+
## 4.0.15 - 2021-12-03
|
|
8
|
+
### Changed
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
7
11
|
## 4.0.14 - 2021-11-05
|
|
8
12
|
### Changed
|
|
9
13
|
- Update dependencies
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
pheme (4.0.
|
|
4
|
+
pheme (4.0.15)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
aws-sdk-sns (~> 1.1)
|
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
|
@@ -19,16 +19,16 @@ GEM
|
|
|
19
19
|
zeitwerk (~> 2.3)
|
|
20
20
|
ast (2.4.2)
|
|
21
21
|
aws-eventstream (1.2.0)
|
|
22
|
-
aws-partitions (1.
|
|
23
|
-
aws-sdk-core (3.
|
|
22
|
+
aws-partitions (1.539.0)
|
|
23
|
+
aws-sdk-core (3.124.0)
|
|
24
24
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
25
25
|
aws-partitions (~> 1, >= 1.525.0)
|
|
26
26
|
aws-sigv4 (~> 1.1)
|
|
27
27
|
jmespath (~> 1.0)
|
|
28
|
-
aws-sdk-sns (1.
|
|
28
|
+
aws-sdk-sns (1.49.0)
|
|
29
29
|
aws-sdk-core (~> 3, >= 3.122.0)
|
|
30
30
|
aws-sigv4 (~> 1.1)
|
|
31
|
-
aws-sdk-sqs (1.
|
|
31
|
+
aws-sdk-sqs (1.48.0)
|
|
32
32
|
aws-sdk-core (~> 3, >= 3.122.0)
|
|
33
33
|
aws-sigv4 (~> 1.1)
|
|
34
34
|
aws-sigv4 (1.4.0)
|
|
@@ -46,7 +46,7 @@ GEM
|
|
|
46
46
|
jmespath (1.4.0)
|
|
47
47
|
minitest (5.14.4)
|
|
48
48
|
parallel (1.21.0)
|
|
49
|
-
parser (3.0.
|
|
49
|
+
parser (3.0.3.1)
|
|
50
50
|
ast (~> 2.4.1)
|
|
51
51
|
rack (2.2.3)
|
|
52
52
|
rainbow (3.0.0)
|
|
@@ -75,7 +75,7 @@ GEM
|
|
|
75
75
|
rspec-support (3.10.3)
|
|
76
76
|
rspec_junit_formatter (0.4.1)
|
|
77
77
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
78
|
-
rubocop (1.
|
|
78
|
+
rubocop (1.23.0)
|
|
79
79
|
parallel (~> 1.10)
|
|
80
80
|
parser (>= 3.0.0.0)
|
|
81
81
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -84,7 +84,7 @@ GEM
|
|
|
84
84
|
rubocop-ast (>= 1.12.0, < 2.0)
|
|
85
85
|
ruby-progressbar (~> 1.7)
|
|
86
86
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
87
|
-
rubocop-ast (1.
|
|
87
|
+
rubocop-ast (1.14.0)
|
|
88
88
|
parser (>= 3.0.1.1)
|
|
89
89
|
rubocop-performance (1.12.0)
|
|
90
90
|
rubocop (>= 1.7.0, < 2.0)
|
|
@@ -93,7 +93,7 @@ GEM
|
|
|
93
93
|
activesupport (>= 4.2.0)
|
|
94
94
|
rack (>= 1.1)
|
|
95
95
|
rubocop (>= 1.7.0, < 2.0)
|
|
96
|
-
rubocop-rspec (2.
|
|
96
|
+
rubocop-rspec (2.6.0)
|
|
97
97
|
rubocop (~> 1.19)
|
|
98
98
|
rubocop-vendor (0.6.1)
|
|
99
99
|
rubocop (>= 0.53.0)
|
|
@@ -104,12 +104,12 @@ GEM
|
|
|
104
104
|
simplecov_json_formatter (~> 0.1)
|
|
105
105
|
simplecov-html (0.12.3)
|
|
106
106
|
simplecov_json_formatter (0.1.3)
|
|
107
|
-
smarter_csv (1.2.
|
|
107
|
+
smarter_csv (1.2.9)
|
|
108
108
|
thor (1.1.0)
|
|
109
109
|
tzinfo (2.0.4)
|
|
110
110
|
concurrent-ruby (~> 1.0)
|
|
111
111
|
unicode-display_width (2.1.0)
|
|
112
|
-
ws-style (6.11.
|
|
112
|
+
ws-style (6.11.3)
|
|
113
113
|
rubocop (>= 1.12.1)
|
|
114
114
|
rubocop-performance (>= 1.10.2)
|
|
115
115
|
rubocop-rails (>= 2.9.1)
|
|
@@ -134,4 +134,4 @@ DEPENDENCIES
|
|
|
134
134
|
ws-style
|
|
135
135
|
|
|
136
136
|
BUNDLED WITH
|
|
137
|
-
2.2.
|
|
137
|
+
2.2.32
|
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: 4.0.
|
|
4
|
+
version: 4.0.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Graham
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|