collectionspace-client 0.1.1 → 0.1.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 +4 -4
- data/.gitignore +2 -1
- data/lib/collectionspace/client/client.rb +1 -1
- data/lib/collectionspace/client/request.rb +2 -2
- data/lib/collectionspace/client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d91d71b3dbef30c674147767761f18fcc1226bb
|
|
4
|
+
data.tar.gz: 1b549d3e8dc7ee330159af1760334ad7da8d9e9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 447a62f984a501f447bea685abcee2a849da1269be55272568c8efa3c86766b8b25cb04fa640e7d00cdc1b4467283250f3fa95a984eb8676513ea84478b89dff
|
|
7
|
+
data.tar.gz: 0f1d7eee7e44349fa0db4f749021ea3d98ff0bb0e5bb18535cb832081a4bc122687f080daf36ad8ab36c546ca4122b2489f26d027a7f873b085428a573740080
|
data/.gitignore
CHANGED
|
@@ -32,7 +32,7 @@ module CollectionSpace
|
|
|
32
32
|
|
|
33
33
|
@options = options
|
|
34
34
|
@options[:basic_auth] = @auth
|
|
35
|
-
@options[:headers] = options[:headers] ? default_headers(@method).merge(options[:headers]) : default_headers
|
|
35
|
+
@options[:headers] = options[:headers] ? default_headers(@method).merge(options[:headers]) : default_headers(@method)
|
|
36
36
|
@options[:verify] = config.verify_ssl
|
|
37
37
|
@options[:query] = {} unless options.has_key? :query
|
|
38
38
|
|
|
@@ -46,4 +46,4 @@ module CollectionSpace
|
|
|
46
46
|
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
-
end
|
|
49
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: collectionspace-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Cooper
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
185
|
rubyforge_project:
|
|
186
|
-
rubygems_version: 2.
|
|
186
|
+
rubygems_version: 2.4.5.1
|
|
187
187
|
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: CollectionSpace API client.
|