pheme 5.1.4 → 5.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9a2ddd40dc60641dc2d4f1457f95068cbb028500fe37df592f79ad80545242e
4
- data.tar.gz: 1948b92708ef0dc88f04f4a4e5e1751900e408a56ecad25a017ed3d73ef7f842
3
+ metadata.gz: 5c1bae0d42648411a4f20956cd263bb5eaf806cf8bee286b90c5c562784eac9d
4
+ data.tar.gz: 6f2cc909763edc95c0f79f9eb671a0569bd760758865593afa07383aa887afb7
5
5
  SHA512:
6
- metadata.gz: eaf8f6507c98a4c7b08c46a818e2bb0d7b257833811be263de577ccdee4c2ab190a7b562e86a4fdab78563bdf4bd8b3afd4bd91c0ddff098418014848ece8e1d
7
- data.tar.gz: 35041409d58ed4dd6e9cf21ae7a7b72c8dfee04458e8d36410b7731f2bd0df17dfecb6972ddad42adb767c9d8e313fe5978c073c00a02a9ff249eaadb53c1714
6
+ metadata.gz: 1d2c6c5f05cabcda662a170aeb17459afaa4113b82c04831372dbf8f93a8f6704f8a10ade1db975f252da32eaa7d8aa25455cff05d77af49e2736797534046db
7
+ data.tar.gz: bbc43d6cf2ae21ca64939b7b7d02fbff06f623e5f13f217a30bfad61f86b9fba148ff91c6a19fb419d034e55cc288596de7e63d8a659d6d1c01e4a6a63c6adaf
@@ -1,7 +1,7 @@
1
1
  name: 'Close stale PRs'
2
2
  on:
3
3
  schedule:
4
- - cron: '30 6 * * *' # 6:30 am UTC: 1:30 am EST
4
+ - cron: '30 6 1 * *' # 6:30 am UTC: 1:30 am EST on 1st day of the month
5
5
 
6
6
  jobs:
7
7
  stale:
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.1.5 - 2023-01-03
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.1.4 - 2022-12-02
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.1.4)
4
+ pheme (5.1.5)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -20,16 +20,16 @@ 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.670.0)
24
- aws-sdk-core (3.168.2)
23
+ aws-partitions (1.686.0)
24
+ aws-sdk-core (3.168.4)
25
25
  aws-eventstream (~> 1, >= 1.0.2)
26
26
  aws-partitions (~> 1, >= 1.651.0)
27
27
  aws-sigv4 (~> 1.5)
28
28
  jmespath (~> 1, >= 1.6.1)
29
- aws-sdk-sns (1.56.0)
29
+ aws-sdk-sns (1.57.0)
30
30
  aws-sdk-core (~> 3, >= 3.165.0)
31
31
  aws-sigv4 (~> 1.1)
32
- aws-sdk-sqs (1.52.0)
32
+ aws-sdk-sqs (1.52.1)
33
33
  aws-sdk-core (~> 3, >= 3.165.0)
34
34
  aws-sigv4 (~> 1.1)
35
35
  aws-sigv4 (1.5.2)
@@ -40,19 +40,19 @@ GEM
40
40
  concurrent-ruby (1.1.10)
41
41
  diff-lcs (1.5.0)
42
42
  docile (1.4.0)
43
- git (1.12.0)
43
+ git (1.13.0)
44
44
  addressable (~> 2.8)
45
45
  rchardet (~> 1.8)
46
46
  i18n (1.12.0)
47
47
  concurrent-ruby (~> 1.0)
48
48
  jmespath (1.6.2)
49
- json (2.6.2)
49
+ json (2.6.3)
50
50
  minitest (5.16.3)
51
51
  parallel (1.22.1)
52
52
  parser (3.1.3.0)
53
53
  ast (~> 2.4.1)
54
- public_suffix (5.0.0)
55
- rack (3.0.1)
54
+ public_suffix (5.0.1)
55
+ rack (3.0.3)
56
56
  rainbow (3.1.1)
57
57
  rake (13.0.6)
58
58
  rchardet (1.8.0)
@@ -67,19 +67,19 @@ GEM
67
67
  rspec-expectations (>= 2.99.0.beta1)
68
68
  rspec-core (3.12.0)
69
69
  rspec-support (~> 3.12.0)
70
- rspec-expectations (3.12.0)
70
+ rspec-expectations (3.12.1)
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
72
  rspec-support (~> 3.12.0)
73
73
  rspec-its (1.3.0)
74
74
  rspec-core (>= 3.0.0)
75
75
  rspec-expectations (>= 3.0.0)
76
- rspec-mocks (3.12.0)
76
+ rspec-mocks (3.12.1)
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
78
  rspec-support (~> 3.12.0)
79
79
  rspec-support (3.12.0)
80
80
  rspec_junit_formatter (0.6.0)
81
81
  rspec-core (>= 2, < 4, != 2.12.0)
82
- rubocop (1.39.0)
82
+ rubocop (1.41.1)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
85
  parser (>= 3.1.2.1)
@@ -89,27 +89,27 @@ GEM
89
89
  rubocop-ast (>= 1.23.0, < 2.0)
90
90
  ruby-progressbar (~> 1.7)
91
91
  unicode-display_width (>= 1.4.0, < 3.0)
92
- rubocop-ast (1.24.0)
92
+ rubocop-ast (1.24.1)
93
93
  parser (>= 3.1.1.0)
94
- rubocop-performance (1.15.1)
94
+ rubocop-performance (1.15.2)
95
95
  rubocop (>= 1.7.0, < 2.0)
96
96
  rubocop-ast (>= 0.4.0)
97
- rubocop-rails (2.17.3)
97
+ rubocop-rails (2.17.4)
98
98
  activesupport (>= 4.2.0)
99
99
  rack (>= 1.1)
100
100
  rubocop (>= 1.33.0, < 2.0)
101
- rubocop-rspec (2.15.0)
101
+ rubocop-rspec (2.16.0)
102
102
  rubocop (~> 1.33)
103
103
  rubocop-vendor (0.8.10)
104
104
  rubocop (>= 0.53.0)
105
105
  ruby-progressbar (1.11.0)
106
- simplecov (0.21.2)
106
+ simplecov (0.22.0)
107
107
  docile (~> 1.1)
108
108
  simplecov-html (~> 0.11)
109
109
  simplecov_json_formatter (~> 0.1)
110
110
  simplecov-html (0.12.3)
111
111
  simplecov_json_formatter (0.1.4)
112
- smarter_csv (1.7.2)
112
+ smarter_csv (1.7.3)
113
113
  thor (1.2.1)
114
114
  tzinfo (2.0.5)
115
115
  concurrent-ruby (~> 1.0)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.1.4'.freeze
2
+ VERSION = '5.1.5'.freeze
3
3
  end
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.1.4
4
+ version: 5.1.5
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-12-02 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport