salesforce-deploy-tool 0.9.5 → 0.9.6

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: 420a91ffb99ed539121756f96fba8da1798ca74f
4
- data.tar.gz: e37f2952541ed8ff2291871e488cf7da3343cb83
3
+ metadata.gz: c8cf5f8728e33069c276df1611399995ec1d8c63
4
+ data.tar.gz: 1d080e42f94c43339855a33b98e6a1c8c3325a03
5
5
  SHA512:
6
- metadata.gz: b5eb71b9593e528f41dc8b8777c4374d8791941aaae1488dd30dda4bafdabe6785c69b07102fd658b1d8cb97bfd93d8558a529a656348ca51e227ab979032006
7
- data.tar.gz: 31d0f5517157438bc77327097b6e4385687e1dc7810c3ebe34e9fc9313795c318133c8ef1c3ba7f531e5453cf0c007873b7abba7cf84261a7b4b763f0611cc23
6
+ metadata.gz: 1c91ede4d8c5c2e504e8fcaa241c3b01f05b9e5ce10f8076a1529c03e858dd6e7a98e5d1cafd2f1b87ca848db734edd10c6c9f5c56f22f55f359e3c14c82a493
7
+ data.tar.gz: a8541b30fd7c37bfe50b6244fac3e0085050ff7afdd3a08b388ab7f7d934dc74d122c0f6f360f33248d821708b6dff9459f217ccab0094f730d193d40107d14b
data/bin/sf CHANGED
@@ -105,6 +105,7 @@ command :pull do |c|
105
105
 
106
106
  # Pull the changes
107
107
  sfdt.pull "INFO: Pulling changes from #{config[:sandbox]} "
108
+ sfdt.clean_version
108
109
 
109
110
  end
110
111
 
@@ -1,3 +1,3 @@
1
1
  module SalesforceDeployTool
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesforce-deploy-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger