depengine 0.0.23 → 0.0.24

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: d213705d436396e84937dc40a3c980ac50f0dacb
4
- data.tar.gz: 15e51b9afe9347521201b0555f35cf868adfa1e2
3
+ metadata.gz: 3dcc36a44f350c9a3e9c075b0aac9bedfb1ca64b
4
+ data.tar.gz: b7dcd54200a88790ccd76ef8627e1c840b046079
5
5
  SHA512:
6
- metadata.gz: 438c8789936b617c7bf7b401894917f85a4881aa0848142b5f0e4796c5b8d989a6cba04da6d90a1245d8c8439d5012f9adc0d1275ff4d64dada5341259768cd6
7
- data.tar.gz: cc45c3c483496a023fa2ca3b9f553ce896b0aa94b208cbaf0c40c4139f6899aaa7af71382cc121bb849ef64a0419281c43c51101ba4d76d2562e91c03be46e39
6
+ metadata.gz: 39cdf8bb2e926cff89f95af77dac0bf063cff6e3ec3dc1a925ec07006fa40fba24c07648dddb0d5685c7e9c66b8b57d4e10a72808d913f6555d383910087d856
7
+ data.tar.gz: ed6adc1f7e28171203433385ac843eb6f8e1aec60a4dec5303270bf3161a6007332bd306e8270474bab10e48b0b6a669479813b6e12e65cf99428428a4e14508
@@ -686,13 +686,12 @@ module Deployment
686
686
  publisher.checkout(branch_name, options)
687
687
  end
688
688
 
689
- def git_submodule(options={})
690
- Helper.validates_presence_of options[:git_submodule_option] || @cdb['git_submodule_option'] , "submodule_option not set "
689
+ def git_submodule(submodule_option, options={})
690
+ Helper.validates_presence_of options[:submodule_option] || @cdb['git_submodule_option'] , "submodule_option not set "
691
691
 
692
692
  publisher = Publisher::Git.new
693
693
  publisher.repository_url = options[:git_repository_url] || @cdb['git_repository_url']
694
694
  publisher.repository_local_dir = options[:git_repository_local] || @cdb['git_repository_local']
695
- publisher.submodule_option = options[:git_submodule_option] || @cdb['git_submodule_option'] || "--recusive"
696
695
  publisher.submodule(submodule_option, options)
697
696
  end
698
697
 
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Automatisierung