openseek-api 0.17.1 → 0.17.2
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 +5 -5
- data/.ruby-version +1 -1
- data/Gemfile.lock +2 -2
- data/lib/fairdom/openbis_api/application_server_query.rb +1 -1
- data/lib/fairdom/openbis_api/authentication.rb +1 -1
- data/lib/fairdom/openbis_api/data_store_query.rb +1 -1
- data/lib/fairdom/openbis_api/java_execution.rb +1 -1
- data/lib/fairdom/openbis_api/versions.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7bcdb2b53f74f61166ce4ba198abc85636bece0f05f6f740309d4a4e6fed0684
|
|
4
|
+
data.tar.gz: d0dc250168022aa9f3ecf76a84cb9f2175744009ca44670c3821cdc6d6ed5384
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 406c6ce5fafaccd362e44a68135f3ba00e0e789fbe6f0ed945f3b3bd140498439b091f81e678dad69b5ac87530ce58066b850888ae8f5ab883959063bccf7d02
|
|
7
|
+
data.tar.gz: ad9ac390cb88936b8ee0e3fd23e531521e9f98cce610bf95fc67ecb23490a90efa1303f06e95aff913293f33dd62e6bef51fa9f781ea6e513b2c95abe7105acf
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.
|
|
1
|
+
ruby-2.4.4
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
|
@@ -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)
|
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.
|
|
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-
|
|
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.
|
|
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
|