europeana-api 0.3.5 → 0.3.6
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/lib/europeana/api/search/fields.rb +4 -0
- data/lib/europeana/api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bc2819fe6fc5ae0932fc49cda0b1bff61d435c4
|
|
4
|
+
data.tar.gz: b3d90815c7c71abcf4f7a6105e6e91652e395622
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad1cda878963ceb34f275bfd51aa04b17dfcf81892a3ddce8ff14e144f4e72dab2af5bf75e3d7344224e06e5113ba78bd4932b1753fba252c53ac24317aec84
|
|
7
|
+
data.tar.gz: 1463a36d3b7104a3afcd88de68ba4dbd89655df9bf80a65f9e9e96b6e0f8f15801361e048d98ead124b3bb9e3a9135bdba40852f015c0abf3d7a67c452811f1c
|
|
@@ -90,6 +90,10 @@ module Europeana
|
|
|
90
90
|
|
|
91
91
|
AGGREGATED_FACETS = %w(DEFAULT)
|
|
92
92
|
|
|
93
|
+
MEDIA = %w(COLOURPALETTE IMAGE_ASPECTRATIO IMAGE_COLOR IMAGE_COLOUR
|
|
94
|
+
IMAGE_GRAYSCALE IMAGE_GREYSCALE IMAGE_SIZE MEDIA MIME_TYPE
|
|
95
|
+
SOUND_DURATION SOUND_HQ TEXT_FULLTEXT VIDEO_DURATION VIDEO_HD)
|
|
96
|
+
|
|
93
97
|
##
|
|
94
98
|
# Tests whether the given field name is valid in the API search context
|
|
95
99
|
#
|
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.6
|
|
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-09-
|
|
11
|
+
date: 2015-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|