use_salesforce_dataloader 0.0.9 → 0.0.10

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
  SHA256:
3
- metadata.gz: 8c205f7edd003200ca037bfc483f4ba77f9dbf5e32e2295462b3329a99fe6c5c
4
- data.tar.gz: 13ad28263df44bf81a189335010dec9af3841d26b8e6e3c131889655e4112b72
3
+ metadata.gz: c042a7133d3692ab94ce35820f620540a19434b3dbded3de5af1656a567819c6
4
+ data.tar.gz: b3f5e82d2444e96758ac2eaa9034277038b23c6f09b9dff2dfd5a8f028004132
5
5
  SHA512:
6
- metadata.gz: ba23a81b62c2bf774f81bec39652650ef97ac719a84771070befd24539077f08a1806d3bfd1bb1c629e56ab6e147c95bd7ca83e6d74b703da6de3c275bb6fd8a
7
- data.tar.gz: 196ae184ecb6f452500912368be2c3d51477c9cf7ddca80db805b78ea58b13cfecddf822d5937ba1cf9d4e91fd3a88e6ad72785c142e2ca99846e0702fb0a923
6
+ metadata.gz: f0a0aeaa55eb57fe1222cf5880b664da9ff2002b10bef2515c0bc3930bc4301ae3f9e99809ca1d41b77c379bd213c359e46d1ebaef7083b0aafeb13a3315df82
7
+ data.tar.gz: c663b616e6a6d340673428ae3434d0bfc022b2690878cd15eb5a8f00db95f883b22b58fc3d54916d2eb90587539d560c75df06586acebcb5d4361cd0c4d122c5
@@ -9,7 +9,7 @@ require 'open3'
9
9
  # - <tt>map.sdl</tt>
10
10
  #
11
11
  class UseSalesforceDataLoader
12
- VERSION = '0.0.9'
12
+ VERSION = '0.0.10'
13
13
 
14
14
  # Setter for <tt>@conf_dir</tt>, set values <tt>@conf_key_file</tt>, <tt>@conf_process_xml_file</tt> and <tt>@conf_map_file</tt> at the same time.
15
15
  def conf_dir=(path)
@@ -85,7 +85,7 @@ class UseSalesforceDataLoader
85
85
  path_check(jar)
86
86
  j = [java, java_opt, '-cp', jar].compact.join(' ')
87
87
  @encrypt = "#{j} com.salesforce.dataloader.security.EncryptionUtil"
88
- @process = "#{j} -Dsalesforce.config.dir=%s com.salesforce.dataloader.process.ProcessRunner process.name=%s"
88
+ @process = "#{j} -Dsalesforce.config.dir='%s' com.salesforce.dataloader.process.ProcessRunner process.name='%s'"
89
89
  end
90
90
 
91
91
  # @note
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: use_salesforce_dataloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroaki Nagoya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-29 00:00:00.000000000 Z
11
+ date: 2018-12-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: hnagoya@gmail.com