pheme 5.1.14 → 5.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da53ee009a697403c904874aa612e2e88ca73ec5b16788d595147e52292ad2d9
4
- data.tar.gz: a31c31894be6b4814329ebd885c7d5b611a6f986b5a0a9ef6bbb4d41436ba52b
3
+ metadata.gz: 5d5d29b94123ccea085d76564d744587c713fcc8ed6fd5d096b8cf6a02332ada
4
+ data.tar.gz: 5ee0495a24f67cb970463382f6e120ec34550cfe1962e2940b58c6d2e4e10a8a
5
5
  SHA512:
6
- metadata.gz: c86270b9287bbe262ab31639a36e1b41a711de86bb51f67b85a875550cd26190bab977f01b66d3d9e223835812b20de965627a87caa07533f79d029fa4e0f80d
7
- data.tar.gz: c6b159002878a00471e44633deb2f84e285cdc64739947013958fbe5a233b06b5641fa1222fc2e7bdc7f3227dbc1b0bb2ea84681d41ff5f662a9fc1338f30ba8
6
+ metadata.gz: 4d07ad3abdf5647a4a1fade599a5a91ede968af9052edd48a22a6b4b4b668454c7e01442ca3b011cecdc6bcb29e3c22f2052cbd85cd1ec7d55245f70ec33b7fd
7
+ data.tar.gz: f63c078041b6cd9b55d51046423b53190b6ca2733d76ba2a327afe41dbd9eb8495f74109ac3d039668771f7cc5d3a68a3798c24ff5190460c71770b0cd3ae8e4
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.1.14 - 2023-05-25
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.1.13 - 2023-04-14
8
12
  ### Changed
9
13
  - Removed Ruby 2 support
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.1.14)
4
+ pheme (5.1.15)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -20,8 +20,8 @@ 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.751.0)
24
- aws-sdk-core (3.171.0)
23
+ aws-partitions (1.766.0)
24
+ aws-sdk-core (3.173.0)
25
25
  aws-eventstream (~> 1, >= 1.0.2)
26
26
  aws-partitions (~> 1, >= 1.651.0)
27
27
  aws-sigv4 (~> 1.5)
@@ -29,7 +29,7 @@ GEM
29
29
  aws-sdk-sns (1.60.0)
30
30
  aws-sdk-core (~> 3, >= 3.165.0)
31
31
  aws-sigv4 (~> 1.1)
32
- aws-sdk-sqs (1.53.0)
32
+ aws-sdk-sqs (1.55.0)
33
33
  aws-sdk-core (~> 3, >= 3.165.0)
34
34
  aws-sigv4 (~> 1.1)
35
35
  aws-sigv4 (1.5.2)
@@ -43,13 +43,13 @@ GEM
43
43
  git (1.18.0)
44
44
  addressable (~> 2.8)
45
45
  rchardet (~> 1.8)
46
- i18n (1.12.0)
46
+ i18n (1.13.0)
47
47
  concurrent-ruby (~> 1.0)
48
48
  jmespath (1.6.2)
49
49
  json (2.6.3)
50
50
  minitest (5.18.0)
51
51
  parallel (1.23.0)
52
- parser (3.2.2.0)
52
+ parser (3.2.2.1)
53
53
  ast (~> 2.4.1)
54
54
  public_suffix (5.0.1)
55
55
  rack (3.0.7)
@@ -79,7 +79,7 @@ GEM
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.50.2)
82
+ rubocop (1.51.0)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
85
  parser (>= 3.2.0.0)
@@ -89,10 +89,12 @@ GEM
89
89
  rubocop-ast (>= 1.28.0, < 2.0)
90
90
  ruby-progressbar (~> 1.7)
91
91
  unicode-display_width (>= 2.4.0, < 3.0)
92
- rubocop-ast (1.28.0)
92
+ rubocop-ast (1.28.1)
93
93
  parser (>= 3.2.1.0)
94
94
  rubocop-capybara (2.18.0)
95
95
  rubocop (~> 1.41)
96
+ rubocop-factory_bot (2.23.1)
97
+ rubocop (~> 1.33)
96
98
  rubocop-performance (1.17.1)
97
99
  rubocop (>= 1.7.0, < 2.0)
98
100
  rubocop-ast (>= 0.4.0)
@@ -100,9 +102,10 @@ GEM
100
102
  activesupport (>= 4.2.0)
101
103
  rack (>= 1.1)
102
104
  rubocop (>= 1.33.0, < 2.0)
103
- rubocop-rspec (2.20.0)
105
+ rubocop-rspec (2.22.0)
104
106
  rubocop (~> 1.33)
105
107
  rubocop-capybara (~> 2.17)
108
+ rubocop-factory_bot (~> 2.22)
106
109
  rubocop-vendor (0.9.2)
107
110
  rubocop (>= 0.53.0)
108
111
  ruby-progressbar (1.13.0)
@@ -113,11 +116,11 @@ GEM
113
116
  simplecov-html (0.12.3)
114
117
  simplecov_json_formatter (0.1.4)
115
118
  smarter_csv (1.8.4)
116
- thor (1.2.1)
119
+ thor (1.2.2)
117
120
  tzinfo (2.0.6)
118
121
  concurrent-ruby (~> 1.0)
119
122
  unicode-display_width (2.4.2)
120
- ws-style (6.14.5)
123
+ ws-style (6.14.7)
121
124
  rubocop (>= 1.36)
122
125
  rubocop-performance (>= 1.10.2)
123
126
  rubocop-rails (>= 2.9.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.1.14'.freeze
2
+ VERSION = '5.1.15'.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.14
4
+ version: 5.1.15
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-04-21 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport