pheme 5.0.9 → 5.0.10

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: e507c0868b2b69e58eaee58f49109930121db4ceb4cfb755e08f203e5959fd97
4
- data.tar.gz: f81d3112e4192959f76846006a13dfcec28b7089324dbc6e8810e41009fd2936
3
+ metadata.gz: 21b8203e245d5cfea652d3f1ca42c8e72015119aa6b9538f80eaf2f9a2ca3551
4
+ data.tar.gz: d9b907056923cc4451125268a6cff61b13631cf65e62d55928ff70bef780182e
5
5
  SHA512:
6
- metadata.gz: da448d76eb15e0453f4f67f111c583df6123234c03f6a3ad724849f0868f13c117d4aacaf6f6de0d1dc0724b2054194e21631607cdc4e5e7341eea1ff016fef5
7
- data.tar.gz: 542ff7bd1f6dca93c53b9373c08588c7bfd8dd5b53bf0dd84df84f42df674cb6577f527fc8bf55cbbd873f369c2be463b11d93fed25ed646b0aeb5ff431006ff
6
+ metadata.gz: 949ee186399b25b8c3d3620cd6f05419a1f38c3b1f597a168bbbe781cd0bd99dd316a8f62d4af1d7c705d5bb8734a7a27fc9867192033bd2371816cf881aee63
7
+ data.tar.gz: c5345f41c40b55dffedf136b4f64e22de89cc92de32834e9afc816333cd2fdbec38536f8a8a45f0ed8015595c50f01c1a8f85fc198f0a3ee02af71dceb9eb8c5
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.10 - 2022-08-12
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.0.9 - 2022-07-15
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.9)
4
+ pheme (5.0.10)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -18,8 +18,8 @@ GEM
18
18
  tzinfo (~> 2.0)
19
19
  ast (2.4.2)
20
20
  aws-eventstream (1.2.0)
21
- aws-partitions (1.606.0)
22
- aws-sdk-core (3.131.2)
21
+ aws-partitions (1.617.0)
22
+ aws-sdk-core (3.132.0)
23
23
  aws-eventstream (~> 1, >= 1.0.2)
24
24
  aws-partitions (~> 1, >= 1.525.0)
25
25
  aws-sigv4 (~> 1.1)
@@ -30,7 +30,7 @@ GEM
30
30
  aws-sdk-sqs (1.51.1)
31
31
  aws-sdk-core (~> 3, >= 3.127.0)
32
32
  aws-sigv4 (~> 1.1)
33
- aws-sigv4 (1.5.0)
33
+ aws-sigv4 (1.5.1)
34
34
  aws-eventstream (~> 1, >= 1.0.2)
35
35
  bundler-audit (0.9.1)
36
36
  bundler (>= 1.2.0, < 3)
@@ -46,7 +46,7 @@ GEM
46
46
  json (2.6.2)
47
47
  minitest (5.16.2)
48
48
  parallel (1.22.1)
49
- parser (3.1.2.0)
49
+ parser (3.1.2.1)
50
50
  ast (~> 2.4.1)
51
51
  rack (2.2.4)
52
52
  rainbow (3.1.1)
@@ -75,19 +75,19 @@ GEM
75
75
  rspec-support (3.11.0)
76
76
  rspec_junit_formatter (0.5.1)
77
77
  rspec-core (>= 2, < 4, != 2.12.0)
78
- rubocop (1.31.2)
78
+ rubocop (1.34.1)
79
79
  json (~> 2.3)
80
80
  parallel (~> 1.10)
81
- parser (>= 3.1.0.0)
81
+ parser (>= 3.1.2.1)
82
82
  rainbow (>= 2.2.2, < 4.0)
83
83
  regexp_parser (>= 1.8, < 3.0)
84
84
  rexml (>= 3.2.5, < 4.0)
85
- rubocop-ast (>= 1.18.0, < 2.0)
85
+ rubocop-ast (>= 1.20.0, < 2.0)
86
86
  ruby-progressbar (~> 1.7)
87
87
  unicode-display_width (>= 1.4.0, < 3.0)
88
- rubocop-ast (1.19.1)
88
+ rubocop-ast (1.21.0)
89
89
  parser (>= 3.1.1.0)
90
- rubocop-performance (1.14.2)
90
+ rubocop-performance (1.14.3)
91
91
  rubocop (>= 1.7.0, < 2.0)
92
92
  rubocop-ast (>= 0.4.0)
93
93
  rubocop-rails (2.15.2)
@@ -105,9 +105,9 @@ GEM
105
105
  simplecov_json_formatter (~> 0.1)
106
106
  simplecov-html (0.12.3)
107
107
  simplecov_json_formatter (0.1.4)
108
- smarter_csv (1.7.0)
108
+ smarter_csv (1.7.1)
109
109
  thor (1.2.1)
110
- tzinfo (2.0.4)
110
+ tzinfo (2.0.5)
111
111
  concurrent-ruby (~> 1.0)
112
112
  unicode-display_width (2.2.0)
113
113
  ws-style (6.13.25)
@@ -134,4 +134,4 @@ DEPENDENCIES
134
134
  ws-style
135
135
 
136
136
  BUNDLED WITH
137
- 2.3.14
137
+ 2.3.16
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.0.9'.freeze
2
+ VERSION = '5.0.10'.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.9
4
+ version: 5.0.10
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-07-15 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport