ciflows 1.0.4 → 1.0.5

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
  SHA256:
3
- metadata.gz: 278ae40f06b7ee59a6ef831d626a9f6c58b69983aa7178f2f3a60455360a8290
4
- data.tar.gz: 3ef0044ce5c0b143a8642772820f18e15cac18dd3c7cd8e92167a9f40c7eae8e
3
+ metadata.gz: 2c046579cc55051ad5744fd895539d92895e72ef827e6b1e2d5fb78da37860ab
4
+ data.tar.gz: 9dcb1acc1a74d3918d2808ad86c3722548c46e5baaa51a23aa6c31eae5872ae0
5
5
  SHA512:
6
- metadata.gz: e0e935f033545ca0a1c12f4b43b06c7fa7862dfac9c43644a51444f5be78fc21647ee54640671b2b0089c64b7d732ae1dcda96c9e710bcdd53ba673e3bcb1b77
7
- data.tar.gz: 33f01f1980439d909ac7d53f0d66d304bb09b47c74769fad7b6fc05a943e1d9337ee0191b239eeb6a69dd0e3eb26c994ca36a8f47a2cb3b53c9c0da93655e159
6
+ metadata.gz: 5cc732428db28055f0ece15f2ab3d091544f7c2a176c7f5c0c837deda2783822091c3688f5517fc7feb32632ab64602c73d81729b4cadc6a773ab15140d6e823
7
+ data.tar.gz: 5f64b4b99e06fc8fcfb3135508751d60580cc6655ec270739a2ff1f9cd6bc9f213f834ed9c7f763392900896d4808971056dbf7ebdeb377388d97d23eaaa091a
@@ -34,7 +34,7 @@ module Ciflows
34
34
  method_option :branch, aliases: '-b', default: git_branch
35
35
  method_option :build, aliases: '-bu'
36
36
  method_option :job, aliases: '-j'
37
- method_option :run, aliases: '-r', default: true
37
+ method_option :run, aliases: '-r', default: 'true'
38
38
 
39
39
  def process
40
40
  flow = Ciflows::Project.new(options[:repo], options[:branch], options[:build], options[:job])
@@ -1,3 +1,3 @@
1
1
  module Ciflows
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - cuong.ngo