pheme 5.0.2 → 5.0.3

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: b98a2b36e4ef4ec8519d0d3a0badcfaa96cfecd78900f22c70cf940c408e5e7f
4
- data.tar.gz: 4cb16129224437e22d1f68e21ecc580c7f5f4bd2266b615aa6dc9f510f7ac3d6
3
+ metadata.gz: dc9e43de29910a920b3396823f4e0b6ca71418a833e183e51670b4311bf6f7da
4
+ data.tar.gz: c3458138addc8d94dd80be26a5fb411d05b31fefff1537ea580d2153a03a42e6
5
5
  SHA512:
6
- metadata.gz: d9c6c0fde54921b88f7ee23b8aa9073c513ac744b57a50d5285a0f52829c511fa3e4bdd0db8e1aebecc046abfe598b3401523c05672cc21e65c41244340924ae
7
- data.tar.gz: 46bc98a89395c0fbf4a0940c112cd403f59c6383ad302211d73747442a8167cf394e40122df7024e8aef4c73bac49953ae047f92f8ac8f3f702164790b5d6c05
6
+ metadata.gz: b665b023fec50447a2ac3f8f58983640ba0229a3895b2b6dc700fa73777731fe633dda4ff0b751596d19325748b6678c39757bb795221fed20c9afa6b78bb5d5
7
+ data.tar.gz: 13098de4f7ff795351a3ca81e373532190bbb3c6f480fc2619f086430e16ad73dc90d5f6059d153455e64b5f4ca8a75527b7fc5d5a3691e8e7521d9b9bcedb3b
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.3 - 2022-03-25
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.0.2 - 2022-02-25
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.2)
4
+ pheme (5.0.3)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,15 +11,15 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.2.2)
14
+ activesupport (7.0.2.3)
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
  ast (2.4.2)
20
20
  aws-eventstream (1.2.0)
21
- aws-partitions (1.562.0)
22
- aws-sdk-core (3.127.0)
21
+ aws-partitions (1.570.0)
22
+ aws-sdk-core (3.130.0)
23
23
  aws-eventstream (~> 1, >= 1.0.2)
24
24
  aws-partitions (~> 1, >= 1.525.0)
25
25
  aws-sigv4 (~> 1.1)
@@ -35,16 +35,16 @@ GEM
35
35
  bundler-audit (0.9.0.1)
36
36
  bundler (>= 1.2.0, < 3)
37
37
  thor (~> 1.0)
38
- concurrent-ruby (1.1.9)
38
+ concurrent-ruby (1.1.10)
39
39
  diff-lcs (1.5.0)
40
40
  docile (1.4.0)
41
41
  git (1.10.2)
42
42
  rchardet (~> 1.8)
43
43
  i18n (1.10.0)
44
44
  concurrent-ruby (~> 1.0)
45
- jmespath (1.6.0)
45
+ jmespath (1.6.1)
46
46
  minitest (5.15.0)
47
- parallel (1.21.0)
47
+ parallel (1.22.0)
48
48
  parser (3.1.1.0)
49
49
  ast (~> 2.4.1)
50
50
  rack (2.2.3)
@@ -74,25 +74,25 @@ GEM
74
74
  rspec-support (3.11.0)
75
75
  rspec_junit_formatter (0.5.1)
76
76
  rspec-core (>= 2, < 4, != 2.12.0)
77
- rubocop (1.25.1)
77
+ rubocop (1.26.1)
78
78
  parallel (~> 1.10)
79
79
  parser (>= 3.1.0.0)
80
80
  rainbow (>= 2.2.2, < 4.0)
81
81
  regexp_parser (>= 1.8, < 3.0)
82
82
  rexml
83
- rubocop-ast (>= 1.15.1, < 2.0)
83
+ rubocop-ast (>= 1.16.0, < 2.0)
84
84
  ruby-progressbar (~> 1.7)
85
85
  unicode-display_width (>= 1.4.0, < 3.0)
86
86
  rubocop-ast (1.16.0)
87
87
  parser (>= 3.1.1.0)
88
- rubocop-performance (1.13.2)
88
+ rubocop-performance (1.13.3)
89
89
  rubocop (>= 1.7.0, < 2.0)
90
90
  rubocop-ast (>= 0.4.0)
91
- rubocop-rails (2.13.2)
91
+ rubocop-rails (2.14.2)
92
92
  activesupport (>= 4.2.0)
93
93
  rack (>= 1.1)
94
94
  rubocop (>= 1.7.0, < 2.0)
95
- rubocop-rspec (2.8.0)
95
+ rubocop-rspec (2.9.0)
96
96
  rubocop (~> 1.19)
97
97
  rubocop-vendor (0.8.3)
98
98
  rubocop (>= 0.53.0)
@@ -108,7 +108,7 @@ GEM
108
108
  tzinfo (2.0.4)
109
109
  concurrent-ruby (~> 1.0)
110
110
  unicode-display_width (2.1.0)
111
- ws-style (6.13.10)
111
+ ws-style (6.13.13)
112
112
  rubocop (>= 1.23)
113
113
  rubocop-performance (>= 1.10.2)
114
114
  rubocop-rails (>= 2.9.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.0.2'.freeze
2
+ VERSION = '5.0.3'.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.2
4
+ version: 5.0.3
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-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport