openseek-api 0.17.1 → 0.17.2

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
- SHA1:
3
- metadata.gz: 2b7f35b7cf469adc2213897aa6c7773442f7f1fd
4
- data.tar.gz: 66131aa714fe2b3b75df7996fe1d3d587b1438b2
2
+ SHA256:
3
+ metadata.gz: 7bcdb2b53f74f61166ce4ba198abc85636bece0f05f6f740309d4a4e6fed0684
4
+ data.tar.gz: d0dc250168022aa9f3ecf76a84cb9f2175744009ca44670c3821cdc6d6ed5384
5
5
  SHA512:
6
- metadata.gz: 9d29d059d8c169583e4f6bcf4a12391d0c0ccc1319a9df54a130e7a066d8a1d7e8425db9722c42d9a1c4d9200a7cb8b3d8e83a48c4e8d3b1962f6def12529b5f
7
- data.tar.gz: 2467f43d78a874b3e7277e77444cf485b0444c5a4654fa428241d716a2a59a4e37c647ba6cb004ef932ecca18ecb5febde004c8d9ab915d94d32f61c20a4855a
6
+ metadata.gz: 406c6ce5fafaccd362e44a68135f3ba00e0e789fbe6f0ed945f3b3bd140498439b091f81e678dad69b5ac87530ce58066b850888ae8f5ab883959063bccf7d02
7
+ data.tar.gz: ad9ac390cb88936b8ee0e3fd23e531521e9f98cce610bf95fc67ecb23490a90efa1303f06e95aff913293f33dd62e6bef51fa9f781ea6e513b2c95abe7105acf
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.2.7
1
+ ruby-2.4.4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openseek-api (0.17.1)
4
+ openseek-api (0.17.2)
5
5
  terrapin
6
6
 
7
7
  GEM
@@ -107,4 +107,4 @@ DEPENDENCIES
107
107
  test-unit
108
108
 
109
109
  BUNDLED WITH
110
- 1.15.4
110
+ 1.16.2
@@ -9,7 +9,7 @@ module Fairdom
9
9
  end
10
10
 
11
11
  def root_command_options
12
- " -endpoints {%as%:%#{as_endpoint}%\,%sessionToken%:%#{token}%}"
12
+ " -endpoints '{%as%:%#{as_endpoint}%\,%sessionToken%:%#{token}%}'"
13
13
  end
14
14
  end
15
15
  end
@@ -18,7 +18,7 @@ module Fairdom
18
18
  end
19
19
 
20
20
  def root_command_options
21
- " -account {%username%:%#{username}%\,%password%:%#{password}%} -endpoints {%as%:%#{as_endpoint}%}"
21
+ " -account '{%username%:%#{username}%\,%password%:%#{password}%}' -endpoints '{%as%:%#{as_endpoint}%}'"
22
22
  end
23
23
  end
24
24
  end
@@ -11,7 +11,7 @@ module Fairdom
11
11
  end
12
12
 
13
13
  def root_command_options
14
- " -endpoints {%dss%:%#{dss_endpoint}%\,%sessionToken%:%#{token}%}"
14
+ " -endpoints '{%dss%:%#{dss_endpoint}%\,%sessionToken%:%#{token}%}'"
15
15
  end
16
16
  end
17
17
  end
@@ -21,7 +21,7 @@ module Fairdom
21
21
  private
22
22
 
23
23
  def execute_command(options)
24
- "#{java_root_command} -#{query_object.command_option_key} {#{command_from_options(options)}}"
24
+ "#{java_root_command} -#{query_object.command_option_key} '{#{command_from_options(options)}}'"
25
25
  end
26
26
 
27
27
  def command_from_options(options)
@@ -1,6 +1,6 @@
1
1
  module Fairdom
2
2
  module OpenbisApi
3
- VERSION = '0.17.1'.freeze
3
+ VERSION = '0.17.2'.freeze
4
4
  JAR_VERSION = '0.17'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openseek-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Owen
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-06-13 00:00:00.000000000 Z
13
+ date: 2018-10-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: terrapin
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.6.11
157
+ rubygems_version: 2.7.7
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: ruby gem to talk to openbis-api java libaries, for use within SEEK4Science