pheme 5.2.7 → 5.2.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: cabbc81a00b84dd79a8ad4453e67485eab89f1b3edbb86a2454664be343aabb9
4
- data.tar.gz: 3335e6435795de5b4ec7fe087375df8a50eea75d92ceee6aa197b9894aef232e
3
+ metadata.gz: f5603d4c5d7875855d3e28583391cc95f50e41404c519796398f8a7ee4d0c7e0
4
+ data.tar.gz: 604c30dac57efefcfb391092c06de5cf4fa6c4b7608aa74c0760e3ccfcd1044c
5
5
  SHA512:
6
- metadata.gz: 2fb740e7c8f0136455adc1448c1dd48c7d14349cf19421071c9fa5e9cb88e78193edd28222fafd61d216a4e1e6ed4fb9c865b1cf85e9511a86c6b43bbc1adc08
7
- data.tar.gz: c841e92ccd98b1e661bc96323474fb3cfd78a0dc4e7e934ec372a1e029668653915d78b1f39a9484afe25b234f7c4408f8dbe76ff0116e4778d66df38c2e9bde
6
+ metadata.gz: ed949337da3282691b84d276fc0bfcba020174117f3a2ba66f55c5116f114512140cc64775bc6b95b3e0d1c022f8e5304cf05fa623e511a1b91782d9435187c3
7
+ data.tar.gz: '080a474e6e9fba4bf14ea36b35a21620d50dc0fbadf3a84ec53b378142edd422280a6ddb80ce0a07b4fe85c730d8017743673ac7bc9c765fe549c86389a91785'
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.2.8 - 2023-11-06
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.2.7 - 2023-10-13
12
+ ### Changed
13
+ - Updated dependencies
14
+
7
15
  ## 5.2.6 - 2023-09-08
8
16
  ### Added
9
17
  - Updated dependencies & fixed rubocop issues
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.2.7)
4
+ pheme (5.2.9)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,36 +11,45 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.7.2)
14
+ activesupport (7.1.1)
15
+ base64
16
+ bigdecimal
15
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ connection_pool (>= 2.2.5)
19
+ drb
16
20
  i18n (>= 1.6, < 2)
17
21
  minitest (>= 5.1)
22
+ mutex_m
18
23
  tzinfo (~> 2.0)
19
24
  addressable (2.8.5)
20
25
  public_suffix (>= 2.0.2, < 6.0)
21
26
  ast (2.4.2)
22
27
  aws-eventstream (1.2.0)
23
- aws-partitions (1.819.0)
24
- aws-sdk-core (3.181.0)
28
+ aws-partitions (1.844.0)
29
+ aws-sdk-core (3.186.0)
25
30
  aws-eventstream (~> 1, >= 1.0.2)
26
31
  aws-partitions (~> 1, >= 1.651.0)
27
32
  aws-sigv4 (~> 1.5)
28
33
  jmespath (~> 1, >= 1.6.1)
29
- aws-sdk-sns (1.65.0)
30
- aws-sdk-core (~> 3, >= 3.177.0)
34
+ aws-sdk-sns (1.68.0)
35
+ aws-sdk-core (~> 3, >= 3.184.0)
31
36
  aws-sigv4 (~> 1.1)
32
- aws-sdk-sqs (1.62.0)
33
- aws-sdk-core (~> 3, >= 3.177.0)
37
+ aws-sdk-sqs (1.65.0)
38
+ aws-sdk-core (~> 3, >= 3.184.0)
34
39
  aws-sigv4 (~> 1.1)
35
- aws-sigv4 (1.6.0)
40
+ aws-sigv4 (1.6.1)
36
41
  aws-eventstream (~> 1, >= 1.0.2)
37
42
  base64 (0.1.1)
43
+ bigdecimal (3.1.4)
38
44
  bundler-audit (0.9.1)
39
45
  bundler (>= 1.2.0, < 3)
40
46
  thor (~> 1.0)
41
47
  concurrent-ruby (1.2.2)
48
+ connection_pool (2.4.1)
42
49
  diff-lcs (1.5.0)
43
50
  docile (1.4.0)
51
+ drb (2.1.1)
52
+ ruby2_keywords
44
53
  git (1.18.0)
45
54
  addressable (~> 2.8)
46
55
  rchardet (~> 1.8)
@@ -51,24 +60,25 @@ GEM
51
60
  language_server-protocol (3.17.0.3)
52
61
  lint_roller (1.1.0)
53
62
  minitest (5.20.0)
63
+ mutex_m (0.1.2)
54
64
  parallel (1.23.0)
55
- parser (3.2.2.3)
65
+ parser (3.2.2.4)
56
66
  ast (~> 2.4.1)
57
67
  racc
58
68
  public_suffix (5.0.3)
59
- racc (1.7.1)
69
+ racc (1.7.2)
60
70
  rack (3.0.8)
61
71
  rainbow (3.1.1)
62
- rake (13.0.6)
72
+ rake (13.1.0)
63
73
  rchardet (1.8.0)
64
- regexp_parser (2.8.1)
74
+ regexp_parser (2.8.2)
65
75
  resource-struct (0.4.0)
66
76
  rexml (3.2.6)
67
77
  rspec (3.12.0)
68
78
  rspec-core (~> 3.12.0)
69
79
  rspec-expectations (~> 3.12.0)
70
80
  rspec-mocks (~> 3.12.0)
71
- rspec-collection_matchers (1.2.0)
81
+ rspec-collection_matchers (1.2.1)
72
82
  rspec-expectations (>= 2.99.0.beta1)
73
83
  rspec-core (3.12.2)
74
84
  rspec-support (~> 3.12.0)
@@ -84,7 +94,7 @@ GEM
84
94
  rspec-support (3.12.1)
85
95
  rspec_junit_formatter (0.6.0)
86
96
  rspec-core (>= 2, < 4, != 2.12.0)
87
- rubocop (1.56.2)
97
+ rubocop (1.56.4)
88
98
  base64 (~> 0.1.1)
89
99
  json (~> 2.3)
90
100
  language_server-protocol (>= 3.17.0)
@@ -96,26 +106,27 @@ GEM
96
106
  rubocop-ast (>= 1.28.1, < 2.0)
97
107
  ruby-progressbar (~> 1.7)
98
108
  unicode-display_width (>= 2.4.0, < 3.0)
99
- rubocop-ast (1.29.0)
109
+ rubocop-ast (1.30.0)
100
110
  parser (>= 3.2.1.0)
101
- rubocop-capybara (2.18.0)
111
+ rubocop-capybara (2.19.0)
102
112
  rubocop (~> 1.41)
103
- rubocop-factory_bot (2.23.1)
113
+ rubocop-factory_bot (2.24.0)
104
114
  rubocop (~> 1.33)
105
- rubocop-performance (1.19.0)
115
+ rubocop-performance (1.19.1)
106
116
  rubocop (>= 1.7.0, < 2.0)
107
117
  rubocop-ast (>= 0.4.0)
108
- rubocop-rails (2.19.1)
118
+ rubocop-rails (2.20.2)
109
119
  activesupport (>= 4.2.0)
110
120
  rack (>= 1.1)
111
121
  rubocop (>= 1.33.0, < 2.0)
112
- rubocop-rspec (2.23.2)
113
- rubocop (~> 1.33)
122
+ rubocop-rspec (2.25.0)
123
+ rubocop (~> 1.40)
114
124
  rubocop-capybara (~> 2.17)
115
125
  rubocop-factory_bot (~> 2.22)
116
126
  rubocop-vendor (0.12.1)
117
127
  rubocop
118
128
  ruby-progressbar (1.13.0)
129
+ ruby2_keywords (0.0.5)
119
130
  simplecov (0.22.0)
120
131
  docile (~> 1.1)
121
132
  simplecov-html (~> 0.11)
@@ -123,25 +134,25 @@ GEM
123
134
  simplecov-html (0.12.3)
124
135
  simplecov_json_formatter (0.1.4)
125
136
  smarter_csv (1.9.0)
126
- standard (1.31.0)
137
+ standard (1.31.2)
127
138
  language_server-protocol (~> 3.17.0.2)
128
139
  lint_roller (~> 1.0)
129
- rubocop (~> 1.56.0)
140
+ rubocop (~> 1.56.4)
130
141
  standard-custom (~> 1.0.0)
131
142
  standard-performance (~> 1.2)
132
143
  standard-custom (1.0.2)
133
144
  lint_roller (~> 1.0)
134
145
  rubocop (~> 1.50)
135
- standard-performance (1.2.0)
146
+ standard-performance (1.2.1)
136
147
  lint_roller (~> 1.1)
137
- rubocop-performance (~> 1.19.0)
138
- standard-rails (0.1.0)
148
+ rubocop-performance (~> 1.19.1)
149
+ standard-rails (0.2.0)
139
150
  lint_roller (~> 1.0)
140
- rubocop-rails (~> 2.19.0)
141
- thor (1.2.2)
151
+ rubocop-rails (~> 2.20.2)
152
+ thor (1.3.0)
142
153
  tzinfo (2.0.6)
143
154
  concurrent-ruby (~> 1.0)
144
- unicode-display_width (2.4.2)
155
+ unicode-display_width (2.5.0)
145
156
  ws-style (7.2.0)
146
157
  rubocop-rspec (>= 2.2.0)
147
158
  rubocop-vendor (>= 0.11)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.7'.freeze
2
+ VERSION = '5.2.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.2.7
4
+ version: 5.2.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-09-08 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport