pheme 4.0.10 → 4.0.14

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: 18e6247556c069908883c20283fde8073278de7508e83ceccb1cc5fe49b4d857
4
- data.tar.gz: f7f3789728ce7aa2c6fe0e05f5507acc031f64cbe50bb484d18057a19450e73e
3
+ metadata.gz: 122b36a8426c4735d9af6332bd7d72b60e6f874a9c908e3873a1fa406c0daaa3
4
+ data.tar.gz: eb87161a6735af495fa3856ff86ed4ad0a34e409f4aa09bce67d9b9b10e1f39d
5
5
  SHA512:
6
- metadata.gz: f4894682b96eac219ce104bdca217cb60c76a2738127d531bd036b73f94209cf9116642d516f849c04e80cc695ef808529b2cd4367dd50d10f5a0ea1e55066aa
7
- data.tar.gz: ef9f3e7654600855ee28ee74666ac754c0c17669f8626b420915c8386fa99748a652a2c668aa00a8fc276f52c0a6ddee01c7ee069e753b8d5c308c5212850bf2
6
+ metadata.gz: b6f4116b22157714bcae5b11f4352376476674bd694470648ad1c48678c5849f8b3cc5a8ad62ccc6892d1076cb155ea946ea1aba4b570879ef41aa202ed0770e
7
+ data.tar.gz: 2eb6a9aef8a1b46bf3ad64a20d9a1432d47e81509960357f6a0e2499b6d7f2367b9d488cddce2da8c7517fb0b8d3ec40154e1bf481d4bdf6b6049524d73c7cb8
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.14 - 2021-11-05
8
+ ### Changed
9
+ - Update dependencies
10
+
11
+ ## 4.0.13 - 2021-10-12
12
+ ### Changed
13
+ - Update dependencies
14
+
15
+ ## 4.0.12 - 2021-09-07
16
+ ### Changed
17
+ - Update dependencies
18
+
19
+ ## 4.0.11 - 2021-08-30
20
+ ### Changed
21
+ - Update dependencies
22
+
7
23
  ## 4.0.10 - 2021-07-27
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.10)
4
+ pheme (4.0.14)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,29 +11,29 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.1.4)
14
+ activesupport (6.1.4.1)
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
  zeitwerk (~> 2.3)
20
20
  ast (2.4.2)
21
- aws-eventstream (1.1.1)
22
- aws-partitions (1.479.0)
23
- aws-sdk-core (3.117.0)
21
+ aws-eventstream (1.2.0)
22
+ aws-partitions (1.525.0)
23
+ aws-sdk-core (3.122.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.42.0)
29
- aws-sdk-core (~> 3, >= 3.112.0)
28
+ aws-sdk-sns (1.47.0)
29
+ aws-sdk-core (~> 3, >= 3.122.0)
30
30
  aws-sigv4 (~> 1.1)
31
- aws-sdk-sqs (1.40.0)
32
- aws-sdk-core (~> 3, >= 3.112.0)
31
+ aws-sdk-sqs (1.46.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,11 +41,11 @@ 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)
48
+ parallel (1.21.0)
49
49
  parser (3.0.2.0)
50
50
  ast (~> 2.4.1)
51
51
  rack (2.2.3)
@@ -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.18.4)
78
+ rubocop (1.22.3)
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.8.0, < 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.8.0)
87
+ rubocop-ast (1.12.0)
88
88
  parser (>= 3.0.1.1)
89
- rubocop-performance (1.11.4)
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.5.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)
@@ -109,14 +108,14 @@ GEM
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.4)
111
+ unicode-display_width (2.1.0)
112
+ ws-style (6.11.0)
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.30
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '4.0.10'.freeze
2
+ VERSION = '4.0.14'.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.10
4
+ version: 4.0.14
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-07-27 00:00:00.000000000 Z
11
+ date: 2021-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport