pheme 5.1.7 → 5.1.9

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: b2b150815ed966f92a68d059f8992b0e898a4be20e6b8169fb6697caca6e8ad1
4
- data.tar.gz: 8f25104482e7a016a526c13f676f704830c764d27b5a005628dad4ffed987890
3
+ metadata.gz: 50cd38970287f4a1d0e87561772c627b5739a08d36edd64c2ddb9e9411859221
4
+ data.tar.gz: 3bf954bf35b1660a789c8cfd1aa881b391572c1c0d2bf5fa18fd559bab39dafa
5
5
  SHA512:
6
- metadata.gz: 6a13bfcbcfc1027c52d4ced2ace09d8c558261a0c630a5e1d27a7fa5ddc9c3b5fdbffd45884214eedca0cce036757ad8352164698f363f902b290692efef12d4
7
- data.tar.gz: 28b843a8c7b1ea5d9f46bce59a0d3b2a9207c0b7c1fb892fd2323b52eb77144a4930efec229ba746209b2e0eb37c28c678ef33313377182fb90915a34a312e19
6
+ metadata.gz: ee3245c1bc232bf781f45907f8fb6320e9c56e8758e0cbad31adcbb47dbe917f738f2e0868a5e96111d0d353e814baa18b128ef2ac56186bc4f3c82bbb9778b4
7
+ data.tar.gz: 1e2a5198720a2e75d3bc2302acc85b52fb0d92b5a7bcc8d4b88ffa2f160c32296b8338b113a0539e108643fc2ea23e41bd7626f7260f1f788f557001358624c8
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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.1.9 - 2023-02-24
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.1.8 - 2023-01-27
12
+ ### Changed
13
+ - Updated dependencies
14
+
7
15
  ## 5.1.7 - 2023-01-20
8
16
  ### Changed
9
17
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.1.7)
4
+ pheme (5.1.9)
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 (7.0.4.1)
14
+ activesupport (7.0.4.2)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -20,13 +20,13 @@ GEM
20
20
  public_suffix (>= 2.0.2, < 6.0)
21
21
  ast (2.4.2)
22
22
  aws-eventstream (1.2.0)
23
- aws-partitions (1.696.0)
24
- aws-sdk-core (3.169.0)
23
+ aws-partitions (1.716.0)
24
+ aws-sdk-core (3.170.0)
25
25
  aws-eventstream (~> 1, >= 1.0.2)
26
26
  aws-partitions (~> 1, >= 1.651.0)
27
27
  aws-sigv4 (~> 1.5)
28
28
  jmespath (~> 1, >= 1.6.1)
29
- aws-sdk-sns (1.58.0)
29
+ aws-sdk-sns (1.60.0)
30
30
  aws-sdk-core (~> 3, >= 3.165.0)
31
31
  aws-sigv4 (~> 1.1)
32
32
  aws-sdk-sqs (1.53.0)
@@ -37,10 +37,10 @@ GEM
37
37
  bundler-audit (0.9.1)
38
38
  bundler (>= 1.2.0, < 3)
39
39
  thor (~> 1.0)
40
- concurrent-ruby (1.1.10)
40
+ concurrent-ruby (1.2.0)
41
41
  diff-lcs (1.5.0)
42
42
  docile (1.4.0)
43
- git (1.13.0)
43
+ git (1.13.2)
44
44
  addressable (~> 2.8)
45
45
  rchardet (~> 1.8)
46
46
  i18n (1.12.0)
@@ -49,14 +49,14 @@ GEM
49
49
  json (2.6.3)
50
50
  minitest (5.17.0)
51
51
  parallel (1.22.1)
52
- parser (3.1.3.0)
52
+ parser (3.2.1.0)
53
53
  ast (~> 2.4.1)
54
54
  public_suffix (5.0.1)
55
55
  rack (3.0.4.1)
56
56
  rainbow (3.1.1)
57
57
  rake (13.0.6)
58
58
  rchardet (1.8.0)
59
- regexp_parser (2.6.1)
59
+ regexp_parser (2.7.0)
60
60
  resource-struct (0.4.0)
61
61
  rexml (3.2.5)
62
62
  rspec (3.12.0)
@@ -65,42 +65,45 @@ GEM
65
65
  rspec-mocks (~> 3.12.0)
66
66
  rspec-collection_matchers (1.2.0)
67
67
  rspec-expectations (>= 2.99.0.beta1)
68
- rspec-core (3.12.0)
68
+ rspec-core (3.12.1)
69
69
  rspec-support (~> 3.12.0)
70
- rspec-expectations (3.12.1)
70
+ rspec-expectations (3.12.2)
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
72
  rspec-support (~> 3.12.0)
73
73
  rspec-its (1.3.0)
74
74
  rspec-core (>= 3.0.0)
75
75
  rspec-expectations (>= 3.0.0)
76
- rspec-mocks (3.12.1)
76
+ rspec-mocks (3.12.3)
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
78
  rspec-support (~> 3.12.0)
79
79
  rspec-support (3.12.0)
80
80
  rspec_junit_formatter (0.6.0)
81
81
  rspec-core (>= 2, < 4, != 2.12.0)
82
- rubocop (1.41.1)
82
+ rubocop (1.46.0)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
- parser (>= 3.1.2.1)
85
+ parser (>= 3.2.0.0)
86
86
  rainbow (>= 2.2.2, < 4.0)
87
87
  regexp_parser (>= 1.8, < 3.0)
88
88
  rexml (>= 3.2.5, < 4.0)
89
- rubocop-ast (>= 1.23.0, < 2.0)
89
+ rubocop-ast (>= 1.26.0, < 2.0)
90
90
  ruby-progressbar (~> 1.7)
91
- unicode-display_width (>= 1.4.0, < 3.0)
92
- rubocop-ast (1.24.1)
93
- parser (>= 3.1.1.0)
94
- rubocop-performance (1.15.2)
91
+ unicode-display_width (>= 2.4.0, < 3.0)
92
+ rubocop-ast (1.26.0)
93
+ parser (>= 3.2.1.0)
94
+ rubocop-capybara (2.17.1)
95
+ rubocop (~> 1.41)
96
+ rubocop-performance (1.16.0)
95
97
  rubocop (>= 1.7.0, < 2.0)
96
98
  rubocop-ast (>= 0.4.0)
97
99
  rubocop-rails (2.17.4)
98
100
  activesupport (>= 4.2.0)
99
101
  rack (>= 1.1)
100
102
  rubocop (>= 1.33.0, < 2.0)
101
- rubocop-rspec (2.16.0)
103
+ rubocop-rspec (2.18.1)
102
104
  rubocop (~> 1.33)
103
- rubocop-vendor (0.8.10)
105
+ rubocop-capybara (~> 2.17)
106
+ rubocop-vendor (0.8.11)
104
107
  rubocop (>= 0.53.0)
105
108
  ruby-progressbar (1.11.0)
106
109
  simplecov (0.22.0)
@@ -111,10 +114,10 @@ GEM
111
114
  simplecov_json_formatter (0.1.4)
112
115
  smarter_csv (1.7.4)
113
116
  thor (1.2.1)
114
- tzinfo (2.0.5)
117
+ tzinfo (2.0.6)
115
118
  concurrent-ruby (~> 1.0)
116
- unicode-display_width (2.3.0)
117
- ws-style (6.14.2)
119
+ unicode-display_width (2.4.2)
120
+ ws-style (6.14.5)
118
121
  rubocop (>= 1.36)
119
122
  rubocop-performance (>= 1.10.2)
120
123
  rubocop-rails (>= 2.9.1)
@@ -138,4 +141,4 @@ DEPENDENCIES
138
141
  ws-style
139
142
 
140
143
  BUNDLED WITH
141
- 2.3.26
144
+ 2.3.19
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.1.7'.freeze
2
+ VERSION = '5.1.9'.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.1.7
4
+ version: 5.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-20 00:00:00.000000000 Z
11
+ date: 2023-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport