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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bf57918674b8758909e78529798e9edeb58a635
4
- data.tar.gz: 4b898545efacf70a0fcfa550d3c52a5a60e6a40a
3
+ metadata.gz: 5370d3a056d1574c452bcf6eba42a3519268b948
4
+ data.tar.gz: 1c62c5a6f877a13af7b12740fdb86a3c341e2f5e
5
5
  SHA512:
6
- metadata.gz: 2c7d85ee4c54c53b476d79b4fa80cce748548b0a9affe1491684cca7b24e4c26090ec20b9821a08f445eacdf1b59639a6e43c0c65c275386606cbe6de2f2c4db
7
- data.tar.gz: df3dace0644638dc1aba01b5d875953504de17c80c4a8293fe6f946b357518b631fe1622cd19cc6a5c4e06ee34c60e9b79528b8d57d067e95f3a19c38be0d854
6
+ metadata.gz: 1b802ea04546dd272988f00907cad40172ca62a1d832d41f4761634185c68bac4efeca1c5fea92a957c8e390a7eb475fb568dea4ac4f151231d4dd106da1190d
7
+ data.tar.gz: 037e517e51945a3b7324af081cd2c15d759c4a34c5719f5b912504eec1e4420105342947f5a4461429bf2d11d5f7109c7f1ddefa14ca5eabfd77f9218458a5f2
data/.codeclimate.yml ADDED
@@ -0,0 +1,9 @@
1
+ languages:
2
+ Ruby: true
3
+ JavaScript: true
4
+ Python: false
5
+ PHP: false
6
+
7
+ exclude_paths:
8
+ - 'jars/'
9
+ - 'test/'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openseek-api (0.9.2)
4
+ openseek-api (0.11.0)
5
5
  cocaine
6
6
 
7
7
  GEM
@@ -103,4 +103,4 @@ DEPENDENCIES
103
103
  rubycritic
104
104
 
105
105
  BUNDLED WITH
106
- 1.13.6
106
+ 1.14.6
Binary file
@@ -1,6 +1,6 @@
1
1
  module Fairdom
2
2
  module OpenbisApi
3
- VERSION = '0.9.2'.freeze
4
- JAR_VERSION = '0.9'.freeze
3
+ VERSION = '0.11.0'.freeze
4
+ JAR_VERSION = '0.11'.freeze
5
5
  end
6
6
  end
@@ -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] = 'PermID'
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] = 'PermID'
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] = 'PermID'
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.9.2
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-06 00:00:00.000000000 Z
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.9.jar
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
Binary file