pheme 5.0.1 → 5.0.4

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: 73d6d18c98b810a214ef5386e5ec140fc32def55ab066649e7ff4d1296dda78b
4
- data.tar.gz: b8735d499447d6e83a3a5b301a42b58832dd814e7551be5a2b30b2fc9ee58cd7
3
+ metadata.gz: e174fa375af8bb58175f75fbcad7550dae391a0f663f46096673fc493611652b
4
+ data.tar.gz: 639582afe08ce5a3395003581763b6269001d1ff8bf294bcbe029a581f7ec525
5
5
  SHA512:
6
- metadata.gz: 7df69644e5d8a98420f716f7435197f6d303d1db53a74b98e50f26a93a8c0e3de54f33a6421bd1169948d63fbad5542dd33e7c1251e4f0167ce6f0d9095342a3
7
- data.tar.gz: c48888c79ea780c30b07bdbd7135f424b9ce306deb7839fc8146a3805a9046aed318be03d94ef472585eb496a101a6f47c7ca5f79916f27fdd0a6e624c7e63be
6
+ metadata.gz: fe8d841a80563b1121ce450ce360695e5875e4aab2a93a03d86d0249fc4bc6379741e1a44306918319d3608a4bf849660af4f6fedbda3481d64349f059568e35
7
+ data.tar.gz: a8e36bc839f84258b05d06bd27f42e3b75d1d82635f40af3f5c841542dd0b06e6a696fc1705f4a7d9300a7ae786fc658fc14a9c7be9c57024ecbededcdc62471
@@ -10,7 +10,7 @@ jobs:
10
10
  - uses: actions/stale@v4
11
11
  with:
12
12
  days-before-stale: 30
13
- days-before-close: 60
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,18 @@ 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
+
11
+ ## 5.0.3 - 2022-03-25
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 5.0.2 - 2022-02-25
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 5.0.1 - 2022-02-02
8
20
  ### Changed
9
21
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.0.1)
4
+ pheme (5.0.4)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,90 +11,90 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.1)
14
+ activesupport (7.0.2.3)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
19
  ast (2.4.2)
20
20
  aws-eventstream (1.2.0)
21
- aws-partitions (1.551.0)
22
- aws-sdk-core (3.125.5)
21
+ aws-partitions (1.572.0)
22
+ aws-sdk-core (3.130.0)
23
23
  aws-eventstream (~> 1, >= 1.0.2)
24
24
  aws-partitions (~> 1, >= 1.525.0)
25
25
  aws-sigv4 (~> 1.1)
26
26
  jmespath (~> 1.0)
27
- aws-sdk-sns (1.50.0)
28
- aws-sdk-core (~> 3, >= 3.125.0)
27
+ aws-sdk-sns (1.53.0)
28
+ aws-sdk-core (~> 3, >= 3.127.0)
29
29
  aws-sigv4 (~> 1.1)
30
- aws-sdk-sqs (1.49.0)
31
- aws-sdk-core (~> 3, >= 3.125.0)
30
+ aws-sdk-sqs (1.51.0)
31
+ aws-sdk-core (~> 3, >= 3.127.0)
32
32
  aws-sigv4 (~> 1.1)
33
33
  aws-sigv4 (1.4.0)
34
34
  aws-eventstream (~> 1, >= 1.0.2)
35
35
  bundler-audit (0.9.0.1)
36
36
  bundler (>= 1.2.0, < 3)
37
37
  thor (~> 1.0)
38
- concurrent-ruby (1.1.9)
38
+ concurrent-ruby (1.1.10)
39
39
  diff-lcs (1.5.0)
40
40
  docile (1.4.0)
41
41
  git (1.10.2)
42
42
  rchardet (~> 1.8)
43
- i18n (1.9.1)
43
+ i18n (1.10.0)
44
44
  concurrent-ruby (~> 1.0)
45
- jmespath (1.5.0)
45
+ jmespath (1.6.1)
46
46
  minitest (5.15.0)
47
- parallel (1.21.0)
48
- parser (3.1.0.0)
47
+ parallel (1.22.0)
48
+ parser (3.1.1.0)
49
49
  ast (~> 2.4.1)
50
50
  rack (2.2.3)
51
51
  rainbow (3.1.1)
52
52
  rake (13.0.6)
53
53
  rchardet (1.8.0)
54
- regexp_parser (2.2.0)
54
+ regexp_parser (2.2.1)
55
55
  resource-struct (0.4.0)
56
56
  rexml (3.2.5)
57
- rspec (3.10.0)
58
- rspec-core (~> 3.10.0)
59
- rspec-expectations (~> 3.10.0)
60
- rspec-mocks (~> 3.10.0)
57
+ rspec (3.11.0)
58
+ rspec-core (~> 3.11.0)
59
+ rspec-expectations (~> 3.11.0)
60
+ rspec-mocks (~> 3.11.0)
61
61
  rspec-collection_matchers (1.2.0)
62
62
  rspec-expectations (>= 2.99.0.beta1)
63
- rspec-core (3.10.2)
64
- rspec-support (~> 3.10.0)
65
- rspec-expectations (3.10.2)
63
+ rspec-core (3.11.0)
64
+ rspec-support (~> 3.11.0)
65
+ rspec-expectations (3.11.0)
66
66
  diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.10.0)
67
+ rspec-support (~> 3.11.0)
68
68
  rspec-its (1.3.0)
69
69
  rspec-core (>= 3.0.0)
70
70
  rspec-expectations (>= 3.0.0)
71
- rspec-mocks (3.10.3)
71
+ rspec-mocks (3.11.0)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.10.0)
74
- rspec-support (3.10.3)
73
+ rspec-support (~> 3.11.0)
74
+ rspec-support (3.11.0)
75
75
  rspec_junit_formatter (0.5.1)
76
76
  rspec-core (>= 2, < 4, != 2.12.0)
77
- rubocop (1.25.0)
77
+ rubocop (1.26.1)
78
78
  parallel (~> 1.10)
79
79
  parser (>= 3.1.0.0)
80
80
  rainbow (>= 2.2.2, < 4.0)
81
81
  regexp_parser (>= 1.8, < 3.0)
82
82
  rexml
83
- rubocop-ast (>= 1.15.1, < 2.0)
83
+ rubocop-ast (>= 1.16.0, < 2.0)
84
84
  ruby-progressbar (~> 1.7)
85
85
  unicode-display_width (>= 1.4.0, < 3.0)
86
- rubocop-ast (1.15.1)
87
- parser (>= 3.0.1.1)
88
- rubocop-performance (1.13.2)
86
+ rubocop-ast (1.16.0)
87
+ parser (>= 3.1.1.0)
88
+ rubocop-performance (1.13.3)
89
89
  rubocop (>= 1.7.0, < 2.0)
90
90
  rubocop-ast (>= 0.4.0)
91
- rubocop-rails (2.13.2)
91
+ rubocop-rails (2.14.2)
92
92
  activesupport (>= 4.2.0)
93
93
  rack (>= 1.1)
94
94
  rubocop (>= 1.7.0, < 2.0)
95
- rubocop-rspec (2.8.0)
95
+ rubocop-rspec (2.9.0)
96
96
  rubocop (~> 1.19)
97
- rubocop-vendor (0.8.0)
97
+ rubocop-vendor (0.8.3)
98
98
  rubocop (>= 0.53.0)
99
99
  ruby-progressbar (1.11.0)
100
100
  simplecov (0.21.2)
@@ -102,13 +102,13 @@ GEM
102
102
  simplecov-html (~> 0.11)
103
103
  simplecov_json_formatter (~> 0.1)
104
104
  simplecov-html (0.12.3)
105
- simplecov_json_formatter (0.1.3)
106
- smarter_csv (1.2.9)
105
+ simplecov_json_formatter (0.1.4)
106
+ smarter_csv (1.4.2)
107
107
  thor (1.2.1)
108
108
  tzinfo (2.0.4)
109
109
  concurrent-ruby (~> 1.0)
110
110
  unicode-display_width (2.1.0)
111
- ws-style (6.13.6)
111
+ ws-style (6.13.13)
112
112
  rubocop (>= 1.23)
113
113
  rubocop-performance (>= 1.10.2)
114
114
  rubocop-rails (>= 2.9.1)
@@ -132,4 +132,4 @@ DEPENDENCIES
132
132
  ws-style
133
133
 
134
134
  BUNDLED WITH
135
- 2.2.33
135
+ 2.3.10
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.0.1'.freeze
2
+ VERSION = '5.0.4'.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.0.1
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-02-02 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport