europeana-api 0.3.4 → 0.3.5
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/Gemfile +2 -2
- data/europeana-api.gemspec +1 -1
- data/lib/europeana/api/version.rb +1 -1
- data/lib/europeana/api.rb +1 -4
- data/spec/spec_helper.rb +2 -0
- 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: 704834d0dc007169716a074ab984c9cddef92ce1
|
|
4
|
+
data.tar.gz: b6d99b5b062608f37f8aff35c95af43cd59e801c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3fb7a6fcaa3726d4f96e2e6bf780589c68c4b1ec9c068450867e8224829db84aedfb68f71d4d1a54ad17b4e85e9fcc726ea86eafed6ce2a361706e14dc28815
|
|
7
|
+
data.tar.gz: b408fe54e8b4a5763c9dd5180ef0d668a7c37df522d414309f1302b1da7b2fcc77d4d068cf8147f6acfd112aa4997fbb3611b661f12119ebd5f29653e388b469
|
data/Gemfile
CHANGED
data/europeana-api.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['richard.doe@rwdit.net']
|
|
11
11
|
spec.description = 'Search and retrieve records from the Europeana REST API'
|
|
12
12
|
spec.summary = 'Ruby client library for the Europeana API'
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/europeana/europeana-api-client-ruby'
|
|
14
14
|
spec.license = 'EUPL V.1.1'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($RS)
|
data/lib/europeana/api.rb
CHANGED
|
@@ -8,9 +8,6 @@ module Europeana
|
|
|
8
8
|
##
|
|
9
9
|
# Europeana REST API client
|
|
10
10
|
module API
|
|
11
|
-
# API_VERSION = 'v2'
|
|
12
|
-
# URL = "http://www.europeana.eu/api/#{API_VERSION}"
|
|
13
|
-
|
|
14
11
|
autoload :Errors, 'europeana/api/errors'
|
|
15
12
|
autoload :Record, 'europeana/api/record'
|
|
16
13
|
autoload :Request, 'europeana/api/request'
|
|
@@ -92,7 +89,7 @@ module Europeana
|
|
|
92
89
|
|
|
93
90
|
@logger = case
|
|
94
91
|
when defined?(Rails) && Rails.logger
|
|
95
|
-
|
|
92
|
+
Rails.logger
|
|
96
93
|
else
|
|
97
94
|
Logger.new(STDOUT)
|
|
98
95
|
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: europeana-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Doe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -127,7 +127,7 @@ files:
|
|
|
127
127
|
- spec/support/shared_examples/api_request.rb
|
|
128
128
|
- spec/support/shared_examples/record_request.rb
|
|
129
129
|
- spec/support/shared_examples/search_request.rb
|
|
130
|
-
homepage: https://github.com/
|
|
130
|
+
homepage: https://github.com/europeana/europeana-api-client-ruby
|
|
131
131
|
licenses:
|
|
132
132
|
- EUPL V.1.1
|
|
133
133
|
metadata: {}
|