openseek-api 0.9.2 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeclimate.yml +9 -0
- data/Gemfile.lock +2 -2
- data/jars/openseek-api-0.11.jar +0 -0
- data/lib/fairdom/openbis_api/versions.rb +2 -2
- data/test/data_store_query_test.rb +3 -3
- metadata +4 -3
- data/jars/openseek-api-0.9.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5370d3a056d1574c452bcf6eba42a3519268b948
|
4
|
+
data.tar.gz: 1c62c5a6f877a13af7b12740fdb86a3c341e2f5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b802ea04546dd272988f00907cad40172ca62a1d832d41f4761634185c68bac4efeca1c5fea92a957c8e390a7eb475fb568dea4ac4f151231d4dd106da1190d
|
7
|
+
data.tar.gz: 037e517e51945a3b7324af081cd2c15d759c4a34c5719f5b912504eec1e4420105342947f5a4461429bf2d11d5f7109c7f1ddefa14ca5eabfd77f9218458a5f2
|
data/.codeclimate.yml
ADDED
data/Gemfile.lock
CHANGED
Binary file
|
@@ -27,7 +27,7 @@ class DataStoreQueryTest < Test::Unit::TestCase
|
|
27
27
|
def test_query_permid_attribute
|
28
28
|
instance = DataStoreQuery.new(@dss_endpoint, @token)
|
29
29
|
@options[:queryType] = 'ATTRIBUTE'
|
30
|
-
@options[:attribute] = '
|
30
|
+
@options[:attribute] = 'DataSetPermID'
|
31
31
|
@options[:attributeValue] = '20151217153943290-5'
|
32
32
|
result = instance.query(@options)
|
33
33
|
assert !result['datasetfiles'].empty?
|
@@ -36,7 +36,7 @@ class DataStoreQueryTest < Test::Unit::TestCase
|
|
36
36
|
def test_query_multiple_permid_attribute_values
|
37
37
|
instance = DataStoreQuery.new(@dss_endpoint, @token)
|
38
38
|
@options[:queryType] = 'ATTRIBUTE'
|
39
|
-
@options[:attribute] = '
|
39
|
+
@options[:attribute] = 'DataSetPermID'
|
40
40
|
@options[:attributeValue] = '20151217153943290-5,20160210130359377-22'
|
41
41
|
result = instance.query(@options)
|
42
42
|
assert !result['datasetfiles'].empty?
|
@@ -45,7 +45,7 @@ class DataStoreQueryTest < Test::Unit::TestCase
|
|
45
45
|
def test_query_all_permid
|
46
46
|
instance = DataStoreQuery.new(@dss_endpoint, @token)
|
47
47
|
@options[:queryType] = 'ATTRIBUTE'
|
48
|
-
@options[:attribute] = '
|
48
|
+
@options[:attribute] = 'DataSetPermID'
|
49
49
|
@options[:attributeValue] = ''
|
50
50
|
result = instance.query(@options)
|
51
51
|
assert !result['datasetfiles'].empty?
|
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.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stuart Owen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cocaine
|
@@ -88,6 +88,7 @@ executables: []
|
|
88
88
|
extensions: []
|
89
89
|
extra_rdoc_files: []
|
90
90
|
files:
|
91
|
+
- ".codeclimate.yml"
|
91
92
|
- ".coveralls.yml"
|
92
93
|
- ".gitignore"
|
93
94
|
- ".ruby-gemset"
|
@@ -140,7 +141,7 @@ files:
|
|
140
141
|
- jars/lib/stream-supporting-httpinvoker.jar
|
141
142
|
- jars/lib/xml-apis-1.0.b2.jar
|
142
143
|
- jars/lib/xmlbeans-2.3.0.jar
|
143
|
-
- jars/openseek-api-0.
|
144
|
+
- jars/openseek-api-0.11.jar
|
144
145
|
- lib/fairdom/openbis_api/application_server_query.rb
|
145
146
|
- lib/fairdom/openbis_api/authentication.rb
|
146
147
|
- lib/fairdom/openbis_api/data_store_download.rb
|
data/jars/openseek-api-0.9.jar
DELETED
Binary file
|