pheme 5.0.3 → 5.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/stale.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +3 -3
- 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: e174fa375af8bb58175f75fbcad7550dae391a0f663f46096673fc493611652b
|
4
|
+
data.tar.gz: 639582afe08ce5a3395003581763b6269001d1ff8bf294bcbe029a581f7ec525
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe8d841a80563b1121ce450ce360695e5875e4aab2a93a03d86d0249fc4bc6379741e1a44306918319d3608a4bf849660af4f6fedbda3481d64349f059568e35
|
7
|
+
data.tar.gz: a8e36bc839f84258b05d06bd27f42e3b75d1d82635f40af3f5c841542dd0b06e6a696fc1705f4a7d9300a7ae786fc658fc14a9c7be9c57024ecbededcdc62471
|
data/.github/workflows/stale.yml
CHANGED
@@ -10,7 +10,7 @@ jobs:
|
|
10
10
|
- uses: actions/stale@v4
|
11
11
|
with:
|
12
12
|
days-before-stale: 30
|
13
|
-
days-before-close:
|
13
|
+
days-before-close: 30
|
14
14
|
stale-pr-message: >
|
15
15
|
This issue has been automatically marked as stale because it has not had
|
16
16
|
recent activity. It will be closed if no further activity occurs.
|
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.0.4 - 2022-04-01
|
8
|
+
### Changed
|
9
|
+
- Updated workflows
|
10
|
+
|
7
11
|
## 5.0.3 - 2022-03-25
|
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.0.
|
4
|
+
pheme (5.0.4)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
tzinfo (~> 2.0)
|
19
19
|
ast (2.4.2)
|
20
20
|
aws-eventstream (1.2.0)
|
21
|
-
aws-partitions (1.
|
21
|
+
aws-partitions (1.572.0)
|
22
22
|
aws-sdk-core (3.130.0)
|
23
23
|
aws-eventstream (~> 1, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1, >= 1.525.0)
|
@@ -132,4 +132,4 @@ DEPENDENCIES
|
|
132
132
|
ws-style
|
133
133
|
|
134
134
|
BUNDLED WITH
|
135
|
-
2.
|
135
|
+
2.3.10
|
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: 5.0.
|
4
|
+
version: 5.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|