pheme 4.0.6 → 4.0.7

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: 831f5d211fa45a5725eab09b256b39bfac28d25b6271f045466fe0c9f98d0cb6
4
- data.tar.gz: 5e8a0b292396d2403af4da4cc6e71b883a8c4623683dd74a8c34fadc287ea0e0
3
+ metadata.gz: e4ba791e6006f152f3be93e6a05a332f1545d247c0a1ae69c65f0bc8c4b7947d
4
+ data.tar.gz: 3050832a09c6987cb78ed4449f79dc391dc864b37489cde6fb55493c4224c9e1
5
5
  SHA512:
6
- metadata.gz: c1e130b3a280ae8302d6946a57cd3d9592eb57ab1d53da9e1408aa265640e7197f0aeab67f31510bb6ed02641641cee0155a5ab872f6aae2523d7b0d7b0bc80b
7
- data.tar.gz: 74ea895fc3daf7d577d100950a21f559450c3d2e6fa3da2e26974c5e534d8ba62364c47a6ebaa7e24667c8705b184681715eacc1e115db2861b99f0047de5db5
6
+ metadata.gz: d609d5a9b947f3d267802341fa34938bae17a5797e71611220538adbc5d758cb4d94b1189a8304a921608c0ff32a3f2bd4aa251b74082e3b532e6b431947b339
7
+ data.tar.gz: 733b3ff8baae11e968c3833041e635135f1e6efc803b710e508f24f8231af583753c786ee0dbf2393ed6134987172b4223a379dadfe902b5c8c994266490b9cd
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.7 - 2021-06-28
8
+ ### Changed
9
+ - Update dependencies
10
+
7
11
  ## 4.0.6 - 2021-06-28
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.6)
4
+ pheme (4.0.7)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.1.3.1)
14
+ activesupport (6.1.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -19,16 +19,16 @@ GEM
19
19
  zeitwerk (~> 2.3)
20
20
  ast (2.4.2)
21
21
  aws-eventstream (1.1.1)
22
- aws-partitions (1.449.0)
23
- aws-sdk-core (3.114.0)
22
+ aws-partitions (1.472.0)
23
+ aws-sdk-core (3.115.0)
24
24
  aws-eventstream (~> 1, >= 1.0.2)
25
25
  aws-partitions (~> 1, >= 1.239.0)
26
26
  aws-sigv4 (~> 1.1)
27
27
  jmespath (~> 1.0)
28
- aws-sdk-sns (1.40.0)
28
+ aws-sdk-sns (1.41.0)
29
29
  aws-sdk-core (~> 3, >= 3.112.0)
30
30
  aws-sigv4 (~> 1.1)
31
- aws-sdk-sqs (1.38.0)
31
+ aws-sdk-sqs (1.39.0)
32
32
  aws-sdk-core (~> 3, >= 3.112.0)
33
33
  aws-sigv4 (~> 1.1)
34
34
  aws-sigv4 (1.2.3)
@@ -36,9 +36,9 @@ GEM
36
36
  bundler-audit (0.8.0)
37
37
  bundler (>= 1.2.0, < 3)
38
38
  thor (~> 1.0)
39
- concurrent-ruby (1.1.8)
39
+ concurrent-ruby (1.1.9)
40
40
  diff-lcs (1.4.4)
41
- docile (1.3.5)
41
+ docile (1.4.0)
42
42
  git (1.8.1)
43
43
  rchardet (~> 1.8)
44
44
  i18n (1.8.10)
@@ -75,28 +75,28 @@ GEM
75
75
  rspec-support (3.10.2)
76
76
  rspec_junit_formatter (0.4.1)
77
77
  rspec-core (>= 2, < 4, != 2.12.0)
78
- rubocop (1.13.0)
78
+ rubocop (1.17.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.2.0, < 2.0)
84
+ rubocop-ast (>= 1.7.0, < 2.0)
85
85
  ruby-progressbar (~> 1.7)
86
86
  unicode-display_width (>= 1.4.0, < 3.0)
87
- rubocop-ast (1.5.0)
87
+ rubocop-ast (1.7.0)
88
88
  parser (>= 3.0.1.1)
89
- rubocop-performance (1.11.1)
89
+ rubocop-performance (1.11.3)
90
90
  rubocop (>= 1.7.0, < 2.0)
91
91
  rubocop-ast (>= 0.4.0)
92
- rubocop-rails (2.9.1)
92
+ rubocop-rails (2.11.1)
93
93
  activesupport (>= 4.2.0)
94
94
  rack (>= 1.1)
95
- rubocop (>= 0.90.0, < 2.0)
96
- rubocop-rspec (2.3.0)
95
+ rubocop (>= 1.7.0, < 2.0)
96
+ rubocop-rspec (2.4.0)
97
97
  rubocop (~> 1.0)
98
98
  rubocop-ast (>= 1.1.0)
99
- rubocop-vendor (0.6.0)
99
+ rubocop-vendor (0.6.1)
100
100
  rubocop (>= 0.53.0)
101
101
  ruby-progressbar (1.11.0)
102
102
  simplecov (0.21.2)
@@ -110,7 +110,7 @@ GEM
110
110
  tzinfo (2.0.4)
111
111
  concurrent-ruby (~> 1.0)
112
112
  unicode-display_width (2.0.0)
113
- ws-style (6.9.0)
113
+ ws-style (6.9.1)
114
114
  rubocop (>= 1.12.1)
115
115
  rubocop-performance (>= 1.10.2)
116
116
  rubocop-rails (>= 2.9.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '4.0.6'.freeze
2
+ VERSION = '4.0.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham