pheme 4.0.11 → 4.0.15

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: f589074d3a0595dc68b0cc7236d1b5ea4af264f415163832e0f73222dfdc6c75
4
- data.tar.gz: 6c9d2d40e960ff659487129afd7a253c400578e85b432a05fcfd389246069dd8
3
+ metadata.gz: 55dba8498ea4e27e8725d819a9ecb085182e568a9b7f978ee8108224ce2f6b75
4
+ data.tar.gz: b563ecb37ec9cd3b57e0e53f6f1145c0871661dbe87d005428cab70b3d15ea0f
5
5
  SHA512:
6
- metadata.gz: f2e56986d4281e6e8ab7a86202c80bfb062b0a3e6bdc9094f0bd99b514767b20c53a87f19acd4c9d26495dfd339480dc1cdc5d4e1c1c7be7041006d37176eed3
7
- data.tar.gz: a5649005c5317ab91addd8dbeb7e6cbeedcd84782ecc82d4e1bda52a5393f2aa5def9ba791e2c0082a5b3f7f535c035a908c6cf36ff98946fac487bea8be120c
6
+ metadata.gz: 1be078789a00dd493a1493aabb6efd4a308210d254cbeb4dffdec8a25e99ded101e9f6801de70ce80a9eb2d570caaee4dca9bbfe22dcce3a5fa8da58ceb0e0a5
7
+ data.tar.gz: 59d82218e150ceb46f3f2e0c9de6445d866ec7e351115d7542774452766ff03efe9aebabe4366701dd968e417ef8feeec865119f9abdae2e750184a5e3f5abf8
@@ -2,6 +2,10 @@
2
2
  name: Pipeline
3
3
  on:
4
4
  push:
5
+ concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
5
9
  jobs:
6
10
  build:
7
11
  name: Build
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ 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.15 - 2021-12-03
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 4.0.14 - 2021-11-05
12
+ ### Changed
13
+ - Update dependencies
14
+
15
+ ## 4.0.13 - 2021-10-12
16
+ ### Changed
17
+ - Update dependencies
18
+
19
+ ## 4.0.12 - 2021-09-07
20
+ ### Changed
21
+ - Update dependencies
22
+
7
23
  ## 4.0.11 - 2021-08-30
8
24
  ### Changed
9
25
  - Update dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (4.0.11)
4
+ pheme (4.0.15)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -18,22 +18,22 @@ GEM
18
18
  tzinfo (~> 2.0)
19
19
  zeitwerk (~> 2.3)
20
20
  ast (2.4.2)
21
- aws-eventstream (1.1.1)
22
- aws-partitions (1.492.0)
23
- aws-sdk-core (3.119.1)
21
+ aws-eventstream (1.2.0)
22
+ aws-partitions (1.539.0)
23
+ aws-sdk-core (3.124.0)
24
24
  aws-eventstream (~> 1, >= 1.0.2)
25
- aws-partitions (~> 1, >= 1.239.0)
25
+ aws-partitions (~> 1, >= 1.525.0)
26
26
  aws-sigv4 (~> 1.1)
27
27
  jmespath (~> 1.0)
28
- aws-sdk-sns (1.44.0)
29
- aws-sdk-core (~> 3, >= 3.119.0)
28
+ aws-sdk-sns (1.49.0)
29
+ aws-sdk-core (~> 3, >= 3.122.0)
30
30
  aws-sigv4 (~> 1.1)
31
- aws-sdk-sqs (1.42.0)
32
- aws-sdk-core (~> 3, >= 3.119.0)
31
+ aws-sdk-sqs (1.48.0)
32
+ aws-sdk-core (~> 3, >= 3.122.0)
33
33
  aws-sigv4 (~> 1.1)
34
- aws-sigv4 (1.2.4)
34
+ aws-sigv4 (1.4.0)
35
35
  aws-eventstream (~> 1, >= 1.0.2)
36
- bundler-audit (0.8.0)
36
+ bundler-audit (0.9.0.1)
37
37
  bundler (>= 1.2.0, < 3)
38
38
  thor (~> 1.0)
39
39
  concurrent-ruby (1.1.9)
@@ -41,12 +41,12 @@ GEM
41
41
  docile (1.4.0)
42
42
  git (1.9.1)
43
43
  rchardet (~> 1.8)
44
- i18n (1.8.10)
44
+ i18n (1.8.11)
45
45
  concurrent-ruby (~> 1.0)
46
46
  jmespath (1.4.0)
47
47
  minitest (5.14.4)
48
- parallel (1.20.1)
49
- parser (3.0.2.0)
48
+ parallel (1.21.0)
49
+ parser (3.0.3.1)
50
50
  ast (~> 2.4.1)
51
51
  rack (2.2.3)
52
52
  rainbow (3.0.0)
@@ -72,30 +72,29 @@ GEM
72
72
  rspec-mocks (3.10.2)
73
73
  diff-lcs (>= 1.2.0, < 2.0)
74
74
  rspec-support (~> 3.10.0)
75
- rspec-support (3.10.2)
75
+ rspec-support (3.10.3)
76
76
  rspec_junit_formatter (0.4.1)
77
77
  rspec-core (>= 2, < 4, != 2.12.0)
78
- rubocop (1.20.0)
78
+ rubocop (1.23.0)
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.9.1, < 2.0)
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.11.0)
87
+ rubocop-ast (1.14.0)
88
88
  parser (>= 3.0.1.1)
89
- rubocop-performance (1.11.5)
89
+ rubocop-performance (1.12.0)
90
90
  rubocop (>= 1.7.0, < 2.0)
91
91
  rubocop-ast (>= 0.4.0)
92
- rubocop-rails (2.11.3)
92
+ rubocop-rails (2.12.4)
93
93
  activesupport (>= 4.2.0)
94
94
  rack (>= 1.1)
95
95
  rubocop (>= 1.7.0, < 2.0)
96
- rubocop-rspec (2.4.0)
97
- rubocop (~> 1.0)
98
- rubocop-ast (>= 1.1.0)
96
+ rubocop-rspec (2.6.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)
@@ -105,18 +104,18 @@ GEM
105
104
  simplecov_json_formatter (~> 0.1)
106
105
  simplecov-html (0.12.3)
107
106
  simplecov_json_formatter (0.1.3)
108
- smarter_csv (1.2.8)
107
+ smarter_csv (1.2.9)
109
108
  thor (1.1.0)
110
109
  tzinfo (2.0.4)
111
110
  concurrent-ruby (~> 1.0)
112
- unicode-display_width (2.0.0)
113
- ws-style (6.9.6)
111
+ unicode-display_width (2.1.0)
112
+ ws-style (6.11.3)
114
113
  rubocop (>= 1.12.1)
115
114
  rubocop-performance (>= 1.10.2)
116
115
  rubocop-rails (>= 2.9.1)
117
116
  rubocop-rspec (>= 2.2.0)
118
117
  rubocop-vendor (>= 0.6.0)
119
- zeitwerk (2.4.2)
118
+ zeitwerk (2.5.1)
120
119
 
121
120
  PLATFORMS
122
121
  ruby
@@ -135,4 +134,4 @@ DEPENDENCIES
135
134
  ws-style
136
135
 
137
136
  BUNDLED WITH
138
- 2.2.21
137
+ 2.2.32
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '4.0.11'.freeze
2
+ VERSION = '4.0.15'.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: 4.0.11
4
+ version: 4.0.15
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-08-30 00:00:00.000000000 Z
11
+ date: 2021-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport