openseek-api 0.17.2 → 0.17.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/LICENSE +17 -19
- data/README.md +1 -1
- data/lib/fairdom/openbis_api/versions.rb +1 -1
- data/openseek-api-gem.gemspec +1 -0
- metadata +5 -5
- data/Gemfile.lock +0 -110
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e6eacfc9d07e45de1563e89c9b4b0e2282a8076a
|
4
|
+
data.tar.gz: bea50e7ac2e9d42eae3aecccecef646066dd5824
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc1cf400a6293b7f1a3d84e6fc49cce05db9d68b7141dc286325ab9b62defc70949b22a1a6cce69e12e48eb31311df19799d192ec103a19edead135dfcaa963
|
7
|
+
data.tar.gz: f7ccb29b46a25434d029fb5d809195d4fde56e1ba16814bb4c082734fe3f587d43fcabe11166c7fa53f0b981dd10865597aece54f0adbe0fe4a2bf419984cc47
|
data/.gitignore
CHANGED
data/LICENSE
CHANGED
@@ -1,24 +1,22 @@
|
|
1
1
|
Copyright (c) 2015, FAIRdom
|
2
2
|
All rights reserved.
|
3
3
|
|
4
|
-
Redistribution and use in source and binary forms, with or without
|
5
|
-
|
4
|
+
Redistribution and use in source and binary forms, with or without modification,
|
5
|
+
are permitted provided that the following conditions are met:
|
6
6
|
|
7
|
-
* Redistributions of source code must retain the above copyright notice, this
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
15
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
16
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
17
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
18
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
19
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
20
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
21
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
22
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
23
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
7
|
+
* Redistributions of source code must retain the above copyright notice, this list of conditions
|
8
|
+
and the following disclaimer.
|
9
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions
|
10
|
+
and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
11
|
+
* Neither the name of FAIRdom, nor the names of its contributors may be used to endorse or promote products
|
12
|
+
derived from this software without specific prior written permission.
|
24
13
|
|
14
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
15
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
16
|
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
17
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
18
|
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
19
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
20
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
21
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
22
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[![Build Status](https://travis-ci.org/FAIRdom/openseek-api-gem.png?branch=master)](https://travis-ci.org/FAIRdom/openseek-api-gem)
|
1
|
+
<!-- [![Build Status](https://travis-ci.org/FAIRdom/openseek-api-gem.png?branch=master)](https://travis-ci.org/FAIRdom/openseek-api-gem) -->
|
2
2
|
|
3
3
|
[![Coverage Status](https://coveralls.io/repos/github/FAIRdom/openseek-api/badge.svg)](https://coveralls.io/github/FAIRdom/openseek-api)
|
4
4
|
|
data/openseek-api-gem.gemspec
CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.homepage = 'https://github.com/fairdom/openseek-api-gem'
|
11
11
|
spec.summary = 'ruby gem to talk to openbis-api java libaries, for use within SEEK4Science'
|
12
12
|
spec.description = 'ruby gem to talk to openbis-api java libaries, for use within SEEK4Science'
|
13
|
+
spec.licenses = ['BSD 3-Clause']
|
13
14
|
|
14
15
|
spec.files = `git ls-files`.split("\n")
|
15
16
|
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
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.3
|
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:
|
13
|
+
date: 2019-04-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: terrapin
|
@@ -110,7 +110,6 @@ files:
|
|
110
110
|
- ".ruby-version"
|
111
111
|
- ".travis.yml"
|
112
112
|
- Gemfile
|
113
|
-
- Gemfile.lock
|
114
113
|
- LICENSE
|
115
114
|
- README.md
|
116
115
|
- Rakefile
|
@@ -136,7 +135,8 @@ files:
|
|
136
135
|
- test/data_store_download_test.rb
|
137
136
|
- test/data_store_query_test.rb
|
138
137
|
homepage: https://github.com/fairdom/openseek-api-gem
|
139
|
-
licenses:
|
138
|
+
licenses:
|
139
|
+
- BSD 3-Clause
|
140
140
|
metadata: {}
|
141
141
|
post_install_message:
|
142
142
|
rdoc_options: []
|
@@ -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.6.14.1
|
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
|
data/Gemfile.lock
DELETED
@@ -1,110 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
openseek-api (0.17.2)
|
5
|
-
terrapin
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
addressable (2.5.0)
|
11
|
-
public_suffix (~> 2.0, >= 2.0.2)
|
12
|
-
ast (2.3.0)
|
13
|
-
axiom-types (0.1.1)
|
14
|
-
descendants_tracker (~> 0.0.4)
|
15
|
-
ice_nine (~> 0.11.0)
|
16
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
17
|
-
climate_control (0.2.0)
|
18
|
-
codeclimate-engine-rb (0.4.0)
|
19
|
-
virtus (~> 1.0)
|
20
|
-
coercible (1.0.0)
|
21
|
-
descendants_tracker (~> 0.0.1)
|
22
|
-
coveralls (0.8.19)
|
23
|
-
json (>= 1.8, < 3)
|
24
|
-
simplecov (~> 0.12.0)
|
25
|
-
term-ansicolor (~> 1.3)
|
26
|
-
thor (~> 0.19.1)
|
27
|
-
tins (~> 1.6)
|
28
|
-
descendants_tracker (0.0.4)
|
29
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
30
|
-
docile (1.1.5)
|
31
|
-
equalizer (0.0.11)
|
32
|
-
erubis (2.7.0)
|
33
|
-
flay (2.8.1)
|
34
|
-
erubis (~> 2.7.0)
|
35
|
-
path_expander (~> 1.0)
|
36
|
-
ruby_parser (~> 3.0)
|
37
|
-
sexp_processor (~> 4.0)
|
38
|
-
flog (4.6.1)
|
39
|
-
path_expander (~> 1.0)
|
40
|
-
ruby_parser (~> 3.1, > 3.1.0)
|
41
|
-
sexp_processor (~> 4.8)
|
42
|
-
ice_nine (0.11.2)
|
43
|
-
json (2.0.3)
|
44
|
-
launchy (2.4.3)
|
45
|
-
addressable (~> 2.3)
|
46
|
-
parser (2.3.3.1)
|
47
|
-
ast (~> 2.2)
|
48
|
-
path_expander (1.0.1)
|
49
|
-
power_assert (1.1.0)
|
50
|
-
powerpack (0.1.1)
|
51
|
-
public_suffix (2.0.5)
|
52
|
-
rainbow (2.2.1)
|
53
|
-
rake (10.4.2)
|
54
|
-
reek (4.5.6)
|
55
|
-
codeclimate-engine-rb (~> 0.4.0)
|
56
|
-
parser (>= 2.3.1.2, < 2.5)
|
57
|
-
rainbow (~> 2.0)
|
58
|
-
rubocop (0.47.1)
|
59
|
-
parser (>= 2.3.3.1, < 3.0)
|
60
|
-
powerpack (~> 0.1)
|
61
|
-
rainbow (>= 1.99.1, < 3.0)
|
62
|
-
ruby-progressbar (~> 1.7)
|
63
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
64
|
-
ruby-progressbar (1.8.1)
|
65
|
-
ruby_parser (3.8.4)
|
66
|
-
sexp_processor (~> 4.1)
|
67
|
-
rubycritic (3.1.3)
|
68
|
-
flay (~> 2.8)
|
69
|
-
flog (~> 4.4)
|
70
|
-
launchy (= 2.4.3)
|
71
|
-
parser (= 2.3.3.1)
|
72
|
-
rainbow (~> 2.1)
|
73
|
-
reek (~> 4.4)
|
74
|
-
ruby_parser (~> 3.8)
|
75
|
-
virtus (~> 1.0)
|
76
|
-
sexp_processor (4.8.0)
|
77
|
-
simplecov (0.12.0)
|
78
|
-
docile (~> 1.1.0)
|
79
|
-
json (>= 1.8, < 3)
|
80
|
-
simplecov-html (~> 0.10.0)
|
81
|
-
simplecov-html (0.10.0)
|
82
|
-
term-ansicolor (1.4.0)
|
83
|
-
tins (~> 1.0)
|
84
|
-
terrapin (0.6.0)
|
85
|
-
climate_control (>= 0.0.3, < 1.0)
|
86
|
-
test-unit (3.2.5)
|
87
|
-
power_assert
|
88
|
-
thor (0.19.4)
|
89
|
-
thread_safe (0.3.6)
|
90
|
-
tins (1.13.2)
|
91
|
-
unicode-display_width (1.1.3)
|
92
|
-
virtus (1.0.5)
|
93
|
-
axiom-types (~> 0.1)
|
94
|
-
coercible (~> 1.0)
|
95
|
-
descendants_tracker (~> 0.0, >= 0.0.3)
|
96
|
-
equalizer (~> 0.0, >= 0.0.9)
|
97
|
-
|
98
|
-
PLATFORMS
|
99
|
-
ruby
|
100
|
-
|
101
|
-
DEPENDENCIES
|
102
|
-
coveralls
|
103
|
-
openseek-api!
|
104
|
-
rake (~> 10.0)
|
105
|
-
rubocop
|
106
|
-
rubycritic
|
107
|
-
test-unit
|
108
|
-
|
109
|
-
BUNDLED WITH
|
110
|
-
1.16.2
|