pheme 5.1.13 → 5.1.15

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: 9ae2a4bbbabf23f3e6bf104187bc92ce39af56867f061d4549fc26c576c2b550
4
- data.tar.gz: da95bcb380741b1b61f6a53c3176beb0ef3e1ec43c2249e992823a8012ecdf2e
3
+ metadata.gz: 5d5d29b94123ccea085d76564d744587c713fcc8ed6fd5d096b8cf6a02332ada
4
+ data.tar.gz: 5ee0495a24f67cb970463382f6e120ec34550cfe1962e2940b58c6d2e4e10a8a
5
5
  SHA512:
6
- metadata.gz: de3334a45a1cda9f1d15b46312b9d5ed6b2b49fe38a6a662674ec97ebc9192042a73b29ef1239c5e15f58cb5c8d73829de5b126c2f5418d6941f9a9bb12bda9a
7
- data.tar.gz: 40e6785e527665870922cf29c05e5c64aac13b50b86ac14976d7546f247af94962e0d9953fd02add1e6fbb39d86c4e9f47183ff4dbecf38121a103a324062f4a
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.13)
4
+ pheme (5.1.15)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -16,12 +16,12 @@ GEM
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
- addressable (2.8.1)
19
+ addressable (2.8.4)
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.734.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,20 +43,20 @@ 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
- parallel (1.22.1)
52
- parser (3.2.1.1)
51
+ parallel (1.23.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)
56
56
  rainbow (3.1.1)
57
57
  rake (13.0.6)
58
58
  rchardet (1.8.0)
59
- regexp_parser (2.7.0)
59
+ regexp_parser (2.8.0)
60
60
  resource-struct (0.4.0)
61
61
  rexml (3.2.5)
62
62
  rspec (3.12.0)
@@ -65,45 +65,48 @@ 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.1)
68
+ rspec-core (3.12.2)
69
69
  rspec-support (~> 3.12.0)
70
- rspec-expectations (3.12.2)
70
+ rspec-expectations (3.12.3)
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.4)
76
+ rspec-mocks (3.12.5)
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.48.1)
82
+ rubocop (1.51.0)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
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.26.0, < 2.0)
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.27.0)
92
+ rubocop-ast (1.28.1)
93
93
  parser (>= 3.2.1.0)
94
- rubocop-capybara (2.17.1)
94
+ rubocop-capybara (2.18.0)
95
95
  rubocop (~> 1.41)
96
- rubocop-performance (1.16.0)
96
+ rubocop-factory_bot (2.23.1)
97
+ rubocop (~> 1.33)
98
+ rubocop-performance (1.17.1)
97
99
  rubocop (>= 1.7.0, < 2.0)
98
100
  rubocop-ast (>= 0.4.0)
99
- rubocop-rails (2.18.0)
101
+ rubocop-rails (2.19.1)
100
102
  activesupport (>= 4.2.0)
101
103
  rack (>= 1.1)
102
104
  rubocop (>= 1.33.0, < 2.0)
103
- rubocop-rspec (2.19.0)
105
+ rubocop-rspec (2.22.0)
104
106
  rubocop (~> 1.33)
105
107
  rubocop-capybara (~> 2.17)
106
- rubocop-vendor (0.9.1)
108
+ rubocop-factory_bot (~> 2.22)
109
+ rubocop-vendor (0.9.2)
107
110
  rubocop (>= 0.53.0)
108
111
  ruby-progressbar (1.13.0)
109
112
  simplecov (0.22.0)
@@ -112,12 +115,12 @@ GEM
112
115
  simplecov_json_formatter (~> 0.1)
113
116
  simplecov-html (0.12.3)
114
117
  simplecov_json_formatter (0.1.4)
115
- smarter_csv (1.8.2)
116
- thor (1.2.1)
118
+ smarter_csv (1.8.4)
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.13'.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.13
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-14 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