pheme 5.1.2 → 5.1.4

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: 800e79269f37d46de9e86bc116e9593a4853b36b3226254aca146c7291528332
4
- data.tar.gz: 41b10c55474b065c52419161cb45f153322a3c06bb0dd8a15d4d15999e2f1b32
3
+ metadata.gz: e9a2ddd40dc60641dc2d4f1457f95068cbb028500fe37df592f79ad80545242e
4
+ data.tar.gz: 1948b92708ef0dc88f04f4a4e5e1751900e408a56ecad25a017ed3d73ef7f842
5
5
  SHA512:
6
- metadata.gz: 4820a998a4078789ab8581be7f14ea33ae6ec4a31a08adc620e9734490b78d9f9c744e5f2c47cdd73b37b76891471c1d74d91a0f50922827f6f17e331de32bd7
7
- data.tar.gz: a3a93a7e8ae8b6e8b2b80cff7305c6b399bfdedea6b75c3b79e02eecdc5bd2f8db68451af04a76dbfb25e406949b7880f38afce35440b8fdcfa91537e3ef7fe0
6
+ metadata.gz: eaf8f6507c98a4c7b08c46a818e2bb0d7b257833811be263de577ccdee4c2ab190a7b562e86a4fdab78563bdf4bd8b3afd4bd91c0ddff098418014848ece8e1d
7
+ data.tar.gz: 35041409d58ed4dd6e9cf21ae7a7b72c8dfee04458e8d36410b7731f2bd0df17dfecb6972ddad42adb767c9d8e313fe5978c073c00a02a9ff249eaadb53c1714
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.4 - 2022-12-02
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.1.3 - 2022-11-08
12
+ ### Changed
13
+ - Updated dependencies
14
+
7
15
  ## 5.1.2 - 2022-10-12
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.2)
4
+ pheme (5.1.4)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -20,17 +20,17 @@ 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.644.0)
24
- aws-sdk-core (3.159.0)
23
+ aws-partitions (1.670.0)
24
+ aws-sdk-core (3.168.2)
25
25
  aws-eventstream (~> 1, >= 1.0.2)
26
- aws-partitions (~> 1, >= 1.525.0)
27
- aws-sigv4 (~> 1.1)
26
+ aws-partitions (~> 1, >= 1.651.0)
27
+ aws-sigv4 (~> 1.5)
28
28
  jmespath (~> 1, >= 1.6.1)
29
- aws-sdk-sns (1.55.0)
30
- aws-sdk-core (~> 3, >= 3.127.0)
29
+ aws-sdk-sns (1.56.0)
30
+ aws-sdk-core (~> 3, >= 3.165.0)
31
31
  aws-sigv4 (~> 1.1)
32
- aws-sdk-sqs (1.51.1)
33
- aws-sdk-core (~> 3, >= 3.127.0)
32
+ aws-sdk-sqs (1.52.0)
33
+ aws-sdk-core (~> 3, >= 3.165.0)
34
34
  aws-sigv4 (~> 1.1)
35
35
  aws-sigv4 (1.5.2)
36
36
  aws-eventstream (~> 1, >= 1.0.2)
@@ -45,60 +45,60 @@ GEM
45
45
  rchardet (~> 1.8)
46
46
  i18n (1.12.0)
47
47
  concurrent-ruby (~> 1.0)
48
- jmespath (1.6.1)
48
+ jmespath (1.6.2)
49
49
  json (2.6.2)
50
50
  minitest (5.16.3)
51
51
  parallel (1.22.1)
52
- parser (3.1.2.1)
52
+ parser (3.1.3.0)
53
53
  ast (~> 2.4.1)
54
54
  public_suffix (5.0.0)
55
- rack (3.0.0)
55
+ rack (3.0.1)
56
56
  rainbow (3.1.1)
57
57
  rake (13.0.6)
58
58
  rchardet (1.8.0)
59
- regexp_parser (2.6.0)
59
+ regexp_parser (2.6.1)
60
60
  resource-struct (0.4.0)
61
61
  rexml (3.2.5)
62
- rspec (3.11.0)
63
- rspec-core (~> 3.11.0)
64
- rspec-expectations (~> 3.11.0)
65
- rspec-mocks (~> 3.11.0)
62
+ rspec (3.12.0)
63
+ rspec-core (~> 3.12.0)
64
+ rspec-expectations (~> 3.12.0)
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.11.0)
69
- rspec-support (~> 3.11.0)
70
- rspec-expectations (3.11.1)
68
+ rspec-core (3.12.0)
69
+ rspec-support (~> 3.12.0)
70
+ rspec-expectations (3.12.0)
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.11.0)
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.11.1)
76
+ rspec-mocks (3.12.0)
77
77
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.11.0)
79
- rspec-support (3.11.1)
78
+ rspec-support (~> 3.12.0)
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.36.0)
82
+ rubocop (1.39.0)
83
83
  json (~> 2.3)
84
84
  parallel (~> 1.10)
85
85
  parser (>= 3.1.2.1)
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.20.1, < 2.0)
89
+ rubocop-ast (>= 1.23.0, < 2.0)
90
90
  ruby-progressbar (~> 1.7)
91
91
  unicode-display_width (>= 1.4.0, < 3.0)
92
- rubocop-ast (1.21.0)
92
+ rubocop-ast (1.24.0)
93
93
  parser (>= 3.1.1.0)
94
- rubocop-performance (1.15.0)
94
+ rubocop-performance (1.15.1)
95
95
  rubocop (>= 1.7.0, < 2.0)
96
96
  rubocop-ast (>= 0.4.0)
97
- rubocop-rails (2.16.1)
97
+ rubocop-rails (2.17.3)
98
98
  activesupport (>= 4.2.0)
99
99
  rack (>= 1.1)
100
100
  rubocop (>= 1.33.0, < 2.0)
101
- rubocop-rspec (2.13.2)
101
+ rubocop-rspec (2.15.0)
102
102
  rubocop (~> 1.33)
103
103
  rubocop-vendor (0.8.10)
104
104
  rubocop (>= 0.53.0)
@@ -114,7 +114,7 @@ GEM
114
114
  tzinfo (2.0.5)
115
115
  concurrent-ruby (~> 1.0)
116
116
  unicode-display_width (2.3.0)
117
- ws-style (6.14.1)
117
+ ws-style (6.14.2)
118
118
  rubocop (>= 1.36)
119
119
  rubocop-performance (>= 1.10.2)
120
120
  rubocop-rails (>= 2.9.1)
@@ -138,4 +138,4 @@ DEPENDENCIES
138
138
  ws-style
139
139
 
140
140
  BUNDLED WITH
141
- 2.3.22
141
+ 2.3.26
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.1.2'.freeze
2
+ VERSION = '5.1.4'.freeze
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -7,7 +7,6 @@ end
7
7
  require 'rspec'
8
8
  require 'rspec/its'
9
9
  require 'rspec/collection_matchers'
10
- require 'pp'
11
10
 
12
11
  require './lib/pheme'
13
12
 
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.2
4
+ version: 5.1.4
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-10-12 00:00:00.000000000 Z
11
+ date: 2022-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport