salesforce-deploy-tool 0.3.2 → 0.3.3

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: f6d440f3c71bc7791e6bd38ecdac637926aa6ffd
4
- data.tar.gz: 2ccec6638eb818736aeaf19f2b7f5eb61a3b84b4
3
+ metadata.gz: 9cf6027b69bb98a268978e56e89a5e22c37d216a
4
+ data.tar.gz: 181d29b09e221ac0ab2d75b2f3b48b68ab71e514
5
5
  SHA512:
6
- metadata.gz: f96107b3ebfc5a9f8b8eb84e8e96ffc5274cde1cad37cdf74f4392c97321902ce788daf492e7e4339fb895186f26f138663dd268df58708a14b765754f03611f
7
- data.tar.gz: 9636162439d11e4f1b17c3f4e055e2582a07bcae700558c91bafa4525232d6cee5683b9b4347beaed4f54bfdc3ce9ee8ec18612f39377f2619042aa723fc140e
6
+ metadata.gz: d977916ce80d16e2a56c1577ca8d7364bb4749177fa724457f20b5dc3a202f6799542ed3607100e8854b8993462e347442dd7c2fea665bbdf68f3ddc8706bb13
7
+ data.tar.gz: 20379c3f15fbc6abf0da5a8141d56ad6c444fa065c2a774840ffab9e99eb8be9d009892be55698142019267ca4893ec1efec655e7b2303c92acb9abb3d3f6127
data/bin/sf CHANGED
@@ -64,8 +64,6 @@ command :pull do |c|
64
64
  c.option "--sandbox NAME", "-s NAME", "use 'prod' to deploy production or sandbox name"
65
65
  c.action do |args, options|
66
66
 
67
- pp options
68
-
69
67
  # Parameter validation:
70
68
  if options.sandbox.nil? and sandbox.nil?
71
69
  puts "error: please specify the sandbox to pull from using --sandbox"
@@ -1,3 +1,3 @@
1
1
  module SalesforceDeployTool
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
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.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger