pheme 4.0.9 → 4.0.10
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 +6 -6
- 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: 18e6247556c069908883c20283fde8073278de7508e83ceccb1cc5fe49b4d857
|
4
|
+
data.tar.gz: f7f3789728ce7aa2c6fe0e05f5507acc031f64cbe50bb484d18057a19450e73e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4894682b96eac219ce104bdca217cb60c76a2738127d531bd036b73f94209cf9116642d516f849c04e80cc695ef808529b2cd4367dd50d10f5a0ea1e55066aa
|
7
|
+
data.tar.gz: ef9f3e7654600855ee28ee74666ac754c0c17669f8626b420915c8386fa99748a652a2c668aa00a8fc276f52c0a6ddee01c7ee069e753b8d5c308c5212850bf2
|
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.10 - 2021-07-27
|
8
|
+
### Changed
|
9
|
+
- Update dependencies
|
10
|
+
|
7
11
|
## 4.0.9 - 2021-07-12
|
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.10)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -19,7 +19,7 @@ GEM
|
|
19
19
|
zeitwerk (~> 2.3)
|
20
20
|
ast (2.4.2)
|
21
21
|
aws-eventstream (1.1.1)
|
22
|
-
aws-partitions (1.
|
22
|
+
aws-partitions (1.479.0)
|
23
23
|
aws-sdk-core (3.117.0)
|
24
24
|
aws-eventstream (~> 1, >= 1.0.2)
|
25
25
|
aws-partitions (~> 1, >= 1.239.0)
|
@@ -75,16 +75,16 @@ 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.18.
|
78
|
+
rubocop (1.18.4)
|
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.8.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.8.0)
|
88
88
|
parser (>= 3.0.1.1)
|
89
89
|
rubocop-performance (1.11.4)
|
90
90
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -110,7 +110,7 @@ GEM
|
|
110
110
|
tzinfo (2.0.4)
|
111
111
|
concurrent-ruby (~> 1.0)
|
112
112
|
unicode-display_width (2.0.0)
|
113
|
-
ws-style (6.9.
|
113
|
+
ws-style (6.9.4)
|
114
114
|
rubocop (>= 1.12.1)
|
115
115
|
rubocop-performance (>= 1.10.2)
|
116
116
|
rubocop-rails (>= 2.9.1)
|
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.10
|
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-07-
|
11
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|