qops 1.3.1 → 1.4.0
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 +4 -4
- data/lib/qops/environment.rb +1 -1
- data/lib/qops/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f32cd457c3ff9875436df5ff78912fc336de8b7
|
|
4
|
+
data.tar.gz: b60a149d7f54a3a0c660bc2994e56d59cfe31340
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c038da632597dc507df13f7dd252f2999a2e3c603465481932a463a5e13b5837b2727ec1ec2ce3a7a34c2897319b43f57ce8ca3ba9ee564d70ba668c1735a649
|
|
7
|
+
data.tar.gz: 84898a43fcaa8e491906e3b76bda19928c60000335a0cf0d11c608bdd5a3bb1fa7722b35a503b8a061bc27f5e1143e9cef9b458a91335e25fc948d972e8a5035
|
data/lib/qops/environment.rb
CHANGED
|
@@ -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
|
data/lib/qops/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|