salesforce-deploy-tool 0.9.9 → 0.9.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/salesforcedeploytool/app.rb +1 -1
- data/lib/salesforcedeploytool/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: 213092824a9956e03e85c7168ac97be3ab692188
|
4
|
+
data.tar.gz: e1bc7cba73903035b0d04dedae0c68f5fffcd2d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f823a3ec44af1f66aa2fac0366463c35c87ba757ddcd99f71bdeb6e8737c30afa246620a15e43201108b4f400bba638a1ca6ccdbb27d9d4af69700f30e12422
|
7
|
+
data.tar.gz: 0f8ab4d22d6294b2d46a138172c6b3b6f37260e5ae02c77cb56e5f6729aaa64cfdd54efe3fa1527d03c0031060feafbd3ef29c9b177ca3509609d2303b57868c
|
@@ -35,7 +35,7 @@ module SalesforceDeployTool
|
|
35
35
|
File.open(@version_file,'r+') do |file|
|
36
36
|
content = file.read
|
37
37
|
content.gsub!(/#{@build_number_pattern}/,@build_number)
|
38
|
-
content.gsub!(/#{@commit_hash_pattern}/,g.log.
|
38
|
+
content.gsub!(/#{@commit_hash_pattern}/,g.log.first.sha)
|
39
39
|
file.seek(0,IO::SEEK_SET)
|
40
40
|
file.truncate 0
|
41
41
|
file.write content
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: salesforce-deploy-tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Breinlinger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|