cicd-builder 0.9.42 → 0.9.43
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/Gemfile.lock +1 -1
- data/lib/cicd/builder/mixlib/options.rb +1 -1
- data/lib/cicd/builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e630d2753c0ba54a1f36eba362f4d509559a26b
|
|
4
|
+
data.tar.gz: e63f43e2a28215b442cdab10d474d4590b644ebc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b39631241e15f227fe9e7b66bac9ea12f4f81beae53feb821f627afabc13df23dfdfb1bf9728c8aa5d6548e6fc8afdd2033abc8296239c8965705a03b3ecdad
|
|
7
|
+
data.tar.gz: 51b3b2e948345991854091f846864f0e2677da40ddc840950119923e7e4113ff3b569d5ad2634f97f9e8e5889777e10b4065e29c8038d09babc89e67d5921f4a
|
data/Gemfile.lock
CHANGED
|
@@ -14,7 +14,7 @@ module CiCd
|
|
|
14
14
|
opt_parser = OptionParser.new do |opts|
|
|
15
15
|
opts.banner = "Usage: #{MYNAME} [@options]"
|
|
16
16
|
|
|
17
|
-
opts.on('-l', '--log_level LEVEL', '--log-level LEVEL', [:trace, :debug, :info, :
|
|
17
|
+
opts.on('-l', '--log_level LEVEL', '--log-level LEVEL', [:trace, :debug, :info, :step, :warn, :error, :fatal, :todo], 'Log level ([:trace, :debug, :info, :step, :warn, :error, :fatal, :todo])') do |v|
|
|
18
18
|
@options[:log_level] = v
|
|
19
19
|
end
|
|
20
20
|
opts.on('-f', '--inifile FILE', 'INI file with settings') do |v|
|
data/lib/cicd/builder/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module CiCd
|
|
|
4
4
|
# file = File.expand_path("#{File.dirname(__FILE__)}/../../../VERSION")
|
|
5
5
|
# lines = File.readlines(file)
|
|
6
6
|
# version = lines[0]
|
|
7
|
-
version = '0.9.
|
|
7
|
+
version = '0.9.43'
|
|
8
8
|
VERSION = version unless const_defined?('VERSION')
|
|
9
9
|
major, minor, tiny = VERSION.split('.')
|
|
10
10
|
MAJOR = major unless const_defined?('MAJOR')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cicd-builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christo De Lange
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|