cuffsert 0.14.0 → 0.14.1

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
  SHA1:
3
- metadata.gz: 3e4c7a6d05c3f70ddda62b693e8dabb5a5e1867f
4
- data.tar.gz: dab60dc8e9fdf578c651934a4c271af448c1f624
3
+ metadata.gz: 64cb6bf5bb6dc7780a6192365925e099f53c149a
4
+ data.tar.gz: edbace1278cf2e89ceef9dec85f5aa0d5a7c5c01
5
5
  SHA512:
6
- metadata.gz: e22cfa9260c8d28d3a95e3de97abfbc40753695a9571980ebcfd754b7f81ca1135bbc26791b7a8844073593b8abb34ff4633f430c8854da2a324060447fb1b2a
7
- data.tar.gz: 8cbce5cae65e24337cff5a5a69ca6f3bcb3be5b97fa06f7caf9578810889abeb4399dfc2e687b74c8c379241183fbaf19baec1ff47ecbe06ae2f8e5145aa73c7
6
+ metadata.gz: 5d4cf17f93ae502549c49efeb31277eb7bbc4145f08652ba2025608d16a59a51916421e570ba6531540e3103b1c73411d8c7bde7ac9ae974b5bdf51dfab4d42c
7
+ data.tar.gz: 4757a03e649682526e5a162c31ddbef0a0fc0cd7c8190fa1e604977fef90679a45d8fe14962317e3b8f88cebebdf91754038c7d66d5516410e0d3ef5af6f91a6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cuffsert (0.13.0)
4
+ cuffsert (0.14.0)
5
5
  aws-sdk-cloudformation (~> 1.3.0)
6
6
  aws-sdk-s3 (~> 1.8.0)
7
7
  colorize
@@ -12,30 +12,30 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- aws-eventstream (1.0.0)
16
- aws-partitions (1.87.0)
15
+ aws-eventstream (1.0.1)
16
+ aws-partitions (1.131.0)
17
17
  aws-sdk-cloudformation (1.3.0)
18
18
  aws-sdk-core (~> 3)
19
19
  aws-sigv4 (~> 1.0)
20
- aws-sdk-core (3.21.2)
20
+ aws-sdk-core (3.45.0)
21
21
  aws-eventstream (~> 1.0)
22
22
  aws-partitions (~> 1.0)
23
23
  aws-sigv4 (~> 1.0)
24
24
  jmespath (~> 1.0)
25
- aws-sdk-kms (1.5.0)
26
- aws-sdk-core (~> 3)
25
+ aws-sdk-kms (1.13.0)
26
+ aws-sdk-core (~> 3, >= 3.39.0)
27
27
  aws-sigv4 (~> 1.0)
28
28
  aws-sdk-s3 (1.8.2)
29
29
  aws-sdk-core (~> 3)
30
30
  aws-sdk-kms (~> 1)
31
31
  aws-sigv4 (~> 1.0)
32
- aws-sigv4 (1.0.2)
32
+ aws-sigv4 (1.0.3)
33
33
  byebug (9.0.6)
34
34
  colorize (0.8.1)
35
35
  diff-lcs (1.2.5)
36
36
  docile (1.1.5)
37
- hashdiff (0.3.7)
38
- jmespath (1.3.1)
37
+ hashdiff (1.0.0)
38
+ jmespath (1.4.0)
39
39
  json (2.0.2)
40
40
  rspec (3.5.0)
41
41
  rspec-core (~> 3.5.0)
@@ -72,4 +72,4 @@ DEPENDENCIES
72
72
  simplecov
73
73
 
74
74
  BUNDLED WITH
75
- 1.13.6
75
+ 1.16.4
@@ -72,6 +72,8 @@ module CuffSert
72
72
  @renderer.abort(event)
73
73
  when ::CuffSert::Done
74
74
  @renderer.done(event)
75
+ when ::CuffSert::Message
76
+ puts event.message
75
77
  else
76
78
  puts event
77
79
  end
@@ -1,3 +1,3 @@
1
1
  module CuffSert
2
- VERSION = '0.14.0'
2
+ VERSION = '0.14.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuffsert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anders Qvist