pheme 5.0.0 → 5.0.1

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: 77aa7f2b7491323470cd9f9703b253281144ef680a474bd41dbc0b502f4f34cb
4
- data.tar.gz: fa195a4334ea0b05e9a366411ae404802783423b12997af34d31d1438b8785e8
3
+ metadata.gz: 73d6d18c98b810a214ef5386e5ec140fc32def55ab066649e7ff4d1296dda78b
4
+ data.tar.gz: b8735d499447d6e83a3a5b301a42b58832dd814e7551be5a2b30b2fc9ee58cd7
5
5
  SHA512:
6
- metadata.gz: 417c01bd6811da7e393508c7b1fbb98dbdff0ab415854e3f08074dd63ae896a54c53d6c970b0f7b42eceb150e13eec4d099fc7688abb4c60136ef9155f765ae5
7
- data.tar.gz: e7ad5f758ee7f699c45c2f7abd0fe4d18a1ff5bd4d6472d5fed4d6c8a25c92c5758720853f7191307ffd4a23c76eaad67820eba2363f547e4105000e015a7b7e
6
+ metadata.gz: 7df69644e5d8a98420f716f7435197f6d303d1db53a74b98e50f26a93a8c0e3de54f33a6421bd1169948d63fbad5542dd33e7c1251e4f0167ce6f0d9095342a3
7
+ data.tar.gz: c48888c79ea780c30b07bdbd7135f424b9ce306deb7839fc8146a3805a9046aed318be03d94ef472585eb496a101a6f47c7ca5f79916f27fdd0a6e624c7e63be
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.0.1 - 2022-02-02
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.0.0 - 2022-01-04
8
12
  ### Changed
9
13
  - Remove RecusiveOpenStruct in favor of ResourceStruct::FlexStruct
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.0.0)
4
+ pheme (5.0.1)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -18,8 +18,8 @@ GEM
18
18
  tzinfo (~> 2.0)
19
19
  ast (2.4.2)
20
20
  aws-eventstream (1.2.0)
21
- aws-partitions (1.547.0)
22
- aws-sdk-core (3.125.1)
21
+ aws-partitions (1.551.0)
22
+ aws-sdk-core (3.125.5)
23
23
  aws-eventstream (~> 1, >= 1.0.2)
24
24
  aws-partitions (~> 1, >= 1.525.0)
25
25
  aws-sigv4 (~> 1.1)
@@ -40,15 +40,15 @@ GEM
40
40
  docile (1.4.0)
41
41
  git (1.10.2)
42
42
  rchardet (~> 1.8)
43
- i18n (1.8.11)
43
+ i18n (1.9.1)
44
44
  concurrent-ruby (~> 1.0)
45
- jmespath (1.4.0)
45
+ jmespath (1.5.0)
46
46
  minitest (5.15.0)
47
47
  parallel (1.21.0)
48
48
  parser (3.1.0.0)
49
49
  ast (~> 2.4.1)
50
50
  rack (2.2.3)
51
- rainbow (3.0.0)
51
+ rainbow (3.1.1)
52
52
  rake (13.0.6)
53
53
  rchardet (1.8.0)
54
54
  regexp_parser (2.2.0)
@@ -60,23 +60,23 @@ GEM
60
60
  rspec-mocks (~> 3.10.0)
61
61
  rspec-collection_matchers (1.2.0)
62
62
  rspec-expectations (>= 2.99.0.beta1)
63
- rspec-core (3.10.1)
63
+ rspec-core (3.10.2)
64
64
  rspec-support (~> 3.10.0)
65
- rspec-expectations (3.10.1)
65
+ rspec-expectations (3.10.2)
66
66
  diff-lcs (>= 1.2.0, < 2.0)
67
67
  rspec-support (~> 3.10.0)
68
68
  rspec-its (1.3.0)
69
69
  rspec-core (>= 3.0.0)
70
70
  rspec-expectations (>= 3.0.0)
71
- rspec-mocks (3.10.2)
71
+ rspec-mocks (3.10.3)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.10.0)
74
74
  rspec-support (3.10.3)
75
75
  rspec_junit_formatter (0.5.1)
76
76
  rspec-core (>= 2, < 4, != 2.12.0)
77
- rubocop (1.24.1)
77
+ rubocop (1.25.0)
78
78
  parallel (~> 1.10)
79
- parser (>= 3.0.0.0)
79
+ parser (>= 3.1.0.0)
80
80
  rainbow (>= 2.2.2, < 4.0)
81
81
  regexp_parser (>= 1.8, < 3.0)
82
82
  rexml
@@ -85,14 +85,14 @@ GEM
85
85
  unicode-display_width (>= 1.4.0, < 3.0)
86
86
  rubocop-ast (1.15.1)
87
87
  parser (>= 3.0.1.1)
88
- rubocop-performance (1.13.1)
88
+ rubocop-performance (1.13.2)
89
89
  rubocop (>= 1.7.0, < 2.0)
90
90
  rubocop-ast (>= 0.4.0)
91
- rubocop-rails (2.13.1)
91
+ rubocop-rails (2.13.2)
92
92
  activesupport (>= 4.2.0)
93
93
  rack (>= 1.1)
94
94
  rubocop (>= 1.7.0, < 2.0)
95
- rubocop-rspec (2.7.0)
95
+ rubocop-rspec (2.8.0)
96
96
  rubocop (~> 1.19)
97
97
  rubocop-vendor (0.8.0)
98
98
  rubocop (>= 0.53.0)
@@ -108,7 +108,7 @@ GEM
108
108
  tzinfo (2.0.4)
109
109
  concurrent-ruby (~> 1.0)
110
110
  unicode-display_width (2.1.0)
111
- ws-style (6.13.1)
111
+ ws-style (6.13.6)
112
112
  rubocop (>= 1.23)
113
113
  rubocop-performance (>= 1.10.2)
114
114
  rubocop-rails (>= 2.9.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.0.0'.freeze
2
+ VERSION = '5.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham