salesforce-deploy-tool 0.0.8 → 0.0.9

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: 9c8516c5f2cd2eca3a085af746d8cfcc39d5b4cb
4
- data.tar.gz: 0a5a30f5d91e770bf04152faa97fd62b77789ad0
3
+ metadata.gz: 9c8b7bb7d841448687cc49bbb8d79e7bc03316d4
4
+ data.tar.gz: 1f83f75547014fdbe155f0b690290d3c5b8c6812
5
5
  SHA512:
6
- metadata.gz: cf258ecc8a93e0f74d1c2d6f001865b96093ab18afba4917721b97bc57b8b00b999f8ef56f6a997d74052deff974acd52c3005b098342e5b9f05c113875be4a0
7
- data.tar.gz: c4cf79930204d112d269cf0ca841d0815beb11ae83178e5970db38fc2fb477a9b94e2267544fa1afbac42131fff5db889f25cfffb9d50a451627a29dd98693fb
6
+ metadata.gz: 1ace8b9b3b536825a7dabc5a880bc49d905b0dc2140633f3991c17161ac3b719cbb50f27c0bd6caa00fa6a69c14aa45ddc1325973d530b250cf6eec44cc78f1b
7
+ data.tar.gz: a30f3222ca91e8846205883c748c02507cbc98e1dc1ed935804f529e5ef46ac6a6cae7aad080d9795e87233ef5ed32771539193ed379ae7dd73fab6b9310b49a
data/bin/sfd CHANGED
@@ -57,7 +57,7 @@ command :pull do |c|
57
57
  c.action do |args, options|
58
58
 
59
59
  # Parameter validation:
60
- if options.env.nil? or sandbox.nil?
60
+ if options.env.nil? and sandbox.nil?
61
61
  puts "error: please specify the environment to pull from using --env"
62
62
  exit 1
63
63
  end
@@ -91,7 +91,7 @@ command :push do |c|
91
91
  c.action do |args, options|
92
92
 
93
93
  # Parameter validation:
94
- if options.env.nil? or sandbox.nil?
94
+ if options.env.nil? and sandbox.nil?
95
95
  puts "error: please specify the environment to pull from using --env"
96
96
  exit 1
97
97
  end
@@ -1,3 +1,3 @@
1
1
  module SalesforceDeployTool
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger