pheme 4.0.14 → 4.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 122b36a8426c4735d9af6332bd7d72b60e6f874a9c908e3873a1fa406c0daaa3
4
- data.tar.gz: eb87161a6735af495fa3856ff86ed4ad0a34e409f4aa09bce67d9b9b10e1f39d
3
+ metadata.gz: 55dba8498ea4e27e8725d819a9ecb085182e568a9b7f978ee8108224ce2f6b75
4
+ data.tar.gz: b563ecb37ec9cd3b57e0e53f6f1145c0871661dbe87d005428cab70b3d15ea0f
5
5
  SHA512:
6
- metadata.gz: b6f4116b22157714bcae5b11f4352376476674bd694470648ad1c48678c5849f8b3cc5a8ad62ccc6892d1076cb155ea946ea1aba4b570879ef41aa202ed0770e
7
- data.tar.gz: 2eb6a9aef8a1b46bf3ad64a20d9a1432d47e81509960357f6a0e2499b6d7f2367b9d488cddce2da8c7517fb0b8d3ec40154e1bf481d4bdf6b6049524d73c7cb8
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,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.15 - 2021-12-03
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 4.0.14 - 2021-11-05
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.14)
4
+ pheme (4.0.15)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -19,16 +19,16 @@ GEM
19
19
  zeitwerk (~> 2.3)
20
20
  ast (2.4.2)
21
21
  aws-eventstream (1.2.0)
22
- aws-partitions (1.525.0)
23
- aws-sdk-core (3.122.0)
22
+ aws-partitions (1.539.0)
23
+ aws-sdk-core (3.124.0)
24
24
  aws-eventstream (~> 1, >= 1.0.2)
25
25
  aws-partitions (~> 1, >= 1.525.0)
26
26
  aws-sigv4 (~> 1.1)
27
27
  jmespath (~> 1.0)
28
- aws-sdk-sns (1.47.0)
28
+ aws-sdk-sns (1.49.0)
29
29
  aws-sdk-core (~> 3, >= 3.122.0)
30
30
  aws-sigv4 (~> 1.1)
31
- aws-sdk-sqs (1.46.0)
31
+ aws-sdk-sqs (1.48.0)
32
32
  aws-sdk-core (~> 3, >= 3.122.0)
33
33
  aws-sigv4 (~> 1.1)
34
34
  aws-sigv4 (1.4.0)
@@ -46,7 +46,7 @@ GEM
46
46
  jmespath (1.4.0)
47
47
  minitest (5.14.4)
48
48
  parallel (1.21.0)
49
- parser (3.0.2.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)
@@ -75,7 +75,7 @@ GEM
75
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.22.3)
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)
@@ -84,7 +84,7 @@ GEM
84
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.12.0)
87
+ rubocop-ast (1.14.0)
88
88
  parser (>= 3.0.1.1)
89
89
  rubocop-performance (1.12.0)
90
90
  rubocop (>= 1.7.0, < 2.0)
@@ -93,7 +93,7 @@ GEM
93
93
  activesupport (>= 4.2.0)
94
94
  rack (>= 1.1)
95
95
  rubocop (>= 1.7.0, < 2.0)
96
- rubocop-rspec (2.5.0)
96
+ rubocop-rspec (2.6.0)
97
97
  rubocop (~> 1.19)
98
98
  rubocop-vendor (0.6.1)
99
99
  rubocop (>= 0.53.0)
@@ -104,12 +104,12 @@ GEM
104
104
  simplecov_json_formatter (~> 0.1)
105
105
  simplecov-html (0.12.3)
106
106
  simplecov_json_formatter (0.1.3)
107
- smarter_csv (1.2.8)
107
+ smarter_csv (1.2.9)
108
108
  thor (1.1.0)
109
109
  tzinfo (2.0.4)
110
110
  concurrent-ruby (~> 1.0)
111
111
  unicode-display_width (2.1.0)
112
- ws-style (6.11.0)
112
+ ws-style (6.11.3)
113
113
  rubocop (>= 1.12.1)
114
114
  rubocop-performance (>= 1.10.2)
115
115
  rubocop-rails (>= 2.9.1)
@@ -134,4 +134,4 @@ DEPENDENCIES
134
134
  ws-style
135
135
 
136
136
  BUNDLED WITH
137
- 2.2.30
137
+ 2.2.32
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '4.0.14'.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.14
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-11-05 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