canzea 0.1.132 → 0.1.133

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
  SHA1:
3
- metadata.gz: 3a22dc3a0156ff7036ca85003dc3948838a64dae
4
- data.tar.gz: 0f2e1d504adfdb428adfef91b54032543f7e1fa5
3
+ metadata.gz: 4ff542f19f57446b24f17346d0e04586dcb6be81
4
+ data.tar.gz: 772a61498f35143d838b0422172c39a29ba560d8
5
5
  SHA512:
6
- metadata.gz: 4d991a2022df498c02d3c3233d44560fceb6dc6244b62a5c1c7d423fe83123cf6bbd91cc939b12594a691113bddc8f625e6e1f485557b1bc269d23d5683fd016
7
- data.tar.gz: 80aa98e5ec8bbcb199dce40d7c02dbf55b50b9a1704755f2311b5b64032c570e40f31e106827153dbb8aea63bcef0ff9870a5af9189a3ceab31690edd9cc00ab
6
+ metadata.gz: 515292578839c0ec0ccaf242002cd9f991a390c0e4e44e3a50b1b60b621075cb6a0d756f118be1419465513554734fc2feb494a587cb38ae3e37a3e09790732c
7
+ data.tar.gz: e03c3276307e245b327b2a621ad25725cd45797a5a6ee6d70630296dbda225c7190c31701197807b96394a64c15488fef85b8aef9397d5ffb2bdb1d27337bd16
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.132"
2
+ VERSION = "0.1.133"
3
3
  end
@@ -13,6 +13,9 @@ class ConfigGitCommit
13
13
 
14
14
  if (File.exists?(gitRoot) == false)
15
15
  log "Cloning git repository #{gitUri}"
16
+ Git.config do |config|
17
+ config.ssh_key = "#{Dir.home}/.ssh/id_rsa"
18
+ end
16
19
  g = Git.clone(gitUri, "", :path => gitRoot)
17
20
  end
18
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canzea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.132
4
+ version: 0.1.133
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies