qops 1.3.1 → 1.4.0

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: 5ce6ec6898479b478e84f3f9b124daaa7f0b55fc
4
- data.tar.gz: 5864daf206d6cb82473cd1cc74ce2a885b499108
3
+ metadata.gz: 9f32cd457c3ff9875436df5ff78912fc336de8b7
4
+ data.tar.gz: b60a149d7f54a3a0c660bc2994e56d59cfe31340
5
5
  SHA512:
6
- metadata.gz: d753d119a25815cc5814b55fb678602e5d16853b8ae399b3b47a04d6251e097ec1eb56520741980b7a7cec72f38d90d896b5e4769a6721bbe644cc67fb768783
7
- data.tar.gz: 5ff39709b94f8142fa0e80d6c3497a8fed9f5d9360777f3eb32692de575b2ad32c027b86031c806d5b064eb4ae57709f8f7435d967599ec1f42d5b5927205126
6
+ metadata.gz: c038da632597dc507df13f7dd252f2999a2e3c603465481932a463a5e13b5837b2727ec1ec2ce3a7a34c2897319b43f57ce8ca3ba9ee564d70ba668c1735a649
7
+ data.tar.gz: 84898a43fcaa8e491906e3b76bda19928c60000335a0cf0d11c608bdd5a3bb1fa7722b35a503b8a061bc27f5e1143e9cef9b458a91335e25fc948d972e8a5035
@@ -74,7 +74,7 @@ module Qops
74
74
  end
75
75
 
76
76
  def clean_commands_to_ignore
77
- configuration.clean_commands_to_ignore.present? ? configuration.clean_commands_to_ignore : %w(configure shutdown)
77
+ configuration.clean_commands_to_ignore.present? ? configuration.clean_commands_to_ignore : %w(update_custom_cookbooks update_agent configure shutdown)
78
78
  end
79
79
 
80
80
  def file_name
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Qops
3
- VERSION = '1.3.1'.freeze
3
+ VERSION = '1.4.0'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Basset
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-04-25 00:00:00.000000000 Z
14
+ date: 2016-05-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: qthor
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.5.1
138
+ rubygems_version: 2.6.4
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: Helper commands for deployment of opsworks projects.