pheme 4.0.12 → 4.0.13
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +13 -14
- 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: 1444ea4641d5acfdbbeca60f9d39ea6649be8052a1cdf88dc55c579532e90f11
|
|
4
|
+
data.tar.gz: 5e899305ab33d1f4d2c6eff715be2239a85d75c1714e7e25917eed6106bf1969
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34fb219ea6f6b2991c784502d6a7701af91adb6be9e5786a6eca70b06865fb38b9953aae91bff3e531511b69c666616243c7867167c2665901fe3c94a98312e2
|
|
7
|
+
data.tar.gz: fa16373e9025c90eea487fc0bfec9756f850902f17543421abc83f72ea33624cde870e79f63f19f6fa712109141e530e538f99146889f0a8848c1ba9ba18bee2
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
|
|
8
|
+
## 4.0.13 - 2021-10-12
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies
|
|
11
|
+
|
|
7
12
|
## 4.0.12 - 2021-09-07
|
|
8
13
|
### Changed
|
|
9
14
|
- 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.13)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
aws-sdk-sns (~> 1.1)
|
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
|
@@ -19,8 +19,8 @@ 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.121.
|
|
22
|
+
aws-partitions (1.512.0)
|
|
23
|
+
aws-sdk-core (3.121.1)
|
|
24
24
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
25
25
|
aws-partitions (~> 1, >= 1.239.0)
|
|
26
26
|
aws-sigv4 (~> 1.1)
|
|
@@ -45,7 +45,7 @@ GEM
|
|
|
45
45
|
concurrent-ruby (~> 1.0)
|
|
46
46
|
jmespath (1.4.0)
|
|
47
47
|
minitest (5.14.4)
|
|
48
|
-
parallel (1.
|
|
48
|
+
parallel (1.21.0)
|
|
49
49
|
parser (3.0.2.0)
|
|
50
50
|
ast (~> 2.4.1)
|
|
51
51
|
rack (2.2.3)
|
|
@@ -75,27 +75,26 @@ GEM
|
|
|
75
75
|
rspec-support (3.10.2)
|
|
76
76
|
rspec_junit_formatter (0.4.1)
|
|
77
77
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
78
|
-
rubocop (1.
|
|
78
|
+
rubocop (1.22.1)
|
|
79
79
|
parallel (~> 1.10)
|
|
80
80
|
parser (>= 3.0.0.0)
|
|
81
81
|
rainbow (>= 2.2.2, < 4.0)
|
|
82
82
|
regexp_parser (>= 1.8, < 3.0)
|
|
83
83
|
rexml
|
|
84
|
-
rubocop-ast (>= 1.
|
|
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.12.0)
|
|
88
88
|
parser (>= 3.0.1.1)
|
|
89
89
|
rubocop-performance (1.11.5)
|
|
90
90
|
rubocop (>= 1.7.0, < 2.0)
|
|
91
91
|
rubocop-ast (>= 0.4.0)
|
|
92
|
-
rubocop-rails (2.
|
|
92
|
+
rubocop-rails (2.12.3)
|
|
93
93
|
activesupport (>= 4.2.0)
|
|
94
94
|
rack (>= 1.1)
|
|
95
95
|
rubocop (>= 1.7.0, < 2.0)
|
|
96
|
-
rubocop-rspec (2.
|
|
97
|
-
rubocop (~> 1.
|
|
98
|
-
rubocop-ast (>= 1.1.0)
|
|
96
|
+
rubocop-rspec (2.5.0)
|
|
97
|
+
rubocop (~> 1.19)
|
|
99
98
|
rubocop-vendor (0.6.1)
|
|
100
99
|
rubocop (>= 0.53.0)
|
|
101
100
|
ruby-progressbar (1.11.0)
|
|
@@ -109,8 +108,8 @@ GEM
|
|
|
109
108
|
thor (1.1.0)
|
|
110
109
|
tzinfo (2.0.4)
|
|
111
110
|
concurrent-ruby (~> 1.0)
|
|
112
|
-
unicode-display_width (2.
|
|
113
|
-
ws-style (6.9.
|
|
111
|
+
unicode-display_width (2.1.0)
|
|
112
|
+
ws-style (6.9.8)
|
|
114
113
|
rubocop (>= 1.12.1)
|
|
115
114
|
rubocop-performance (>= 1.10.2)
|
|
116
115
|
rubocop-rails (>= 2.9.1)
|
|
@@ -135,4 +134,4 @@ DEPENDENCIES
|
|
|
135
134
|
ws-style
|
|
136
135
|
|
|
137
136
|
BUNDLED WITH
|
|
138
|
-
2.2.
|
|
137
|
+
2.2.28
|
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.13
|
|
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-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|