terraform_landscape 0.1.13 → 0.1.14

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
  SHA1:
3
- metadata.gz: fbd7b66255c313690b7ad1f24ca1094adae7f455
4
- data.tar.gz: debdd3838d78716fa2ab7eb9ea56da5fddf413c1
3
+ metadata.gz: d4d5a5fe1eac19818e952cc939e1cd36a3e41de8
4
+ data.tar.gz: cc6706502ec44351883199c832719bcd9e2e246c
5
5
  SHA512:
6
- metadata.gz: 4e187d64db7f61e204d7b39ee60e0b0a868c780234b18cc4587be67660cbedb91f8db9d379994431942c8211bbf2263ecbd7d55515fc9387672991d7890efe6b
7
- data.tar.gz: fc27ace9da9d095b7bdc8ff05fce4a15634c916e0277fb32966cf8be93e2f325ae6e62ff99036d55bce5264869b2bb7c47fc161563de7caec25c3f7892351176
6
+ metadata.gz: 14f430b0c635aa6fd60913374ad122944ab51e086309af567ae0e335802a18d2fcf44aa03cff245371ce333dec34fadb554f4075105c8ea44c771b542f2822ba
7
+ data.tar.gz: a80807d2c1c35b7922f3f15ced59570058d957434d3709f3b008fe1e15817ff00cb91634fc0b78c157aa3e922290558ebd08a119347b9eb905249fadd142a37f
@@ -45,7 +45,7 @@ module TerraformLandscape
45
45
  scrubbed_output = scrubbed_output[match.end(0)..-1]
46
46
  elsif (match = scrubbed_output.match(/^\s*(~|\+|\-)/))
47
47
  scrubbed_output = scrubbed_output[match.begin(0)..-1]
48
- elsif scrubbed_output =~ /^No changes/
48
+ elsif scrubbed_output =~ /^(No changes|This plan does nothing)/
49
49
  @output.puts 'No changes'
50
50
  return
51
51
  else
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module TerraformLandscape
5
- VERSION = '0.1.13'.freeze
5
+ VERSION = '0.1.14'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraform_landscape
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coinbase
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-22 00:00:00.000000000 Z
12
+ date: 2017-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize