depengine 0.0.22 → 0.0.23

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: 4a2445a69ad34b1607982c52201d99a8a95306fb
4
- data.tar.gz: 686a334b370eb09c0c94ba695f3c99511da82ccc
3
+ metadata.gz: d213705d436396e84937dc40a3c980ac50f0dacb
4
+ data.tar.gz: 15e51b9afe9347521201b0555f35cf868adfa1e2
5
5
  SHA512:
6
- metadata.gz: edee8c59d3d59aec084894cb1aa6ed9b508a8bb614b5bd71421ebd06f9c378098ffe2046acb97d69a2658e09384772e43b6fcefd1f049039bf6c9cf36f8e04a4
7
- data.tar.gz: 3e4c4ebc3961ec21554dbd6a95162ae148ed80660a1c265dc2cb9ec5ca463f9d2ef2533d4effe5b2e2f2d6cea8cdfc515c4ad29b111a5e3e52fb8d29172520dd
6
+ metadata.gz: 438c8789936b617c7bf7b401894917f85a4881aa0848142b5f0e4796c5b8d989a6cba04da6d90a1245d8c8439d5012f9adc0d1275ff4d64dada5341259768cd6
7
+ data.tar.gz: cc45c3c483496a023fa2ca3b9f553ce896b0aa94b208cbaf0c40c4139f6899aaa7af71382cc121bb849ef64a0419281c43c51101ba4d76d2562e91c03be46e39
@@ -687,6 +687,8 @@ module Deployment
687
687
  end
688
688
 
689
689
  def git_submodule(options={})
690
+ Helper.validates_presence_of options[:git_submodule_option] || @cdb['git_submodule_option'] , "submodule_option not set "
691
+
690
692
  publisher = Publisher::Git.new
691
693
  publisher.repository_url = options[:git_repository_url] || @cdb['git_repository_url']
692
694
  publisher.repository_local_dir = options[:git_repository_local] || @cdb['git_repository_local']
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
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.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Automatisierung