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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b68dcdcbee322181862328f6d16f66dd7f3d8ee
4
- data.tar.gz: 04534fe8bfd29947ecf03ecd54be8a9e4d5cea82
3
+ metadata.gz: 213092824a9956e03e85c7168ac97be3ab692188
4
+ data.tar.gz: e1bc7cba73903035b0d04dedae0c68f5fffcd2d4
5
5
  SHA512:
6
- metadata.gz: a4899526cc4cbdf8fd8bc355024cd6000ec17e9534bda7c8364e8bf2c17fc6cc3f8f2da9bbfda788ca5d0b0f0e82101710c8e2606c02c36042d6052c60c4f2b5
7
- data.tar.gz: 3bb8a0075ce49c4cf06effec0e3832f7f85911b2bbbb70f33ced96a2429c0788fdc36917f7bcf319195ff466d8ca5cedf7819c94cda1f3ca74e2167c93f23660
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.last.sha)
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
@@ -1,3 +1,3 @@
1
1
  module SalesforceDeployTool
2
- VERSION = "0.9.9"
2
+ VERSION = "0.9.10"
3
3
  end
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.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-05 00:00:00.000000000 Z
11
+ date: 2014-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler