blacklight_unapi 0.0.2 → 0.0.3
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.
- data/VERSION +1 -1
- data/blacklight_unapi.gemspec +1 -1
- data/lib/blacklight_unapi/controller_extension.rb +1 -1
- metadata +19 -11
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
data/blacklight_unapi.gemspec
CHANGED
@@ -36,7 +36,7 @@ module BlacklightUnapi::ControllerExtension
|
|
36
36
|
# in this plugin that accesses Blacklight.config, single point
|
37
37
|
# of contact.
|
38
38
|
def unapi_config
|
39
|
-
|
39
|
+
self.blacklight_config[:unapi] || {}
|
40
40
|
end
|
41
41
|
|
42
42
|
def unapi_default_export_formats
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blacklight_unapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,12 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
13
|
-
default_executable:
|
12
|
+
date: 2012-07-24 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: rails
|
17
|
-
requirement:
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
18
17
|
none: false
|
19
18
|
requirements:
|
20
19
|
- - ~>
|
@@ -22,18 +21,28 @@ dependencies:
|
|
22
21
|
version: '3.0'
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
|
-
version_requirements:
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3.0'
|
26
30
|
- !ruby/object:Gem::Dependency
|
27
31
|
name: blacklight
|
28
|
-
requirement:
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
29
33
|
none: false
|
30
34
|
requirements:
|
31
|
-
- - ! '
|
35
|
+
- - ! '>'
|
32
36
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
37
|
+
version: '3.2'
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
|
-
version_requirements:
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>'
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '3.2'
|
37
46
|
description:
|
38
47
|
email:
|
39
48
|
- chris_beer@wgbh.org
|
@@ -57,7 +66,6 @@ files:
|
|
57
66
|
- lib/blacklight_unapi/version.rb
|
58
67
|
- lib/blacklight_unapi/view_helper_extension.rb
|
59
68
|
- lib/generators/blacklight_unapi/blacklight_unapi_generator.rb
|
60
|
-
has_rdoc: true
|
61
69
|
homepage: http://projectblacklight.org/
|
62
70
|
licenses: []
|
63
71
|
post_install_message:
|
@@ -78,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
86
|
version: '0'
|
79
87
|
requirements: []
|
80
88
|
rubyforge_project: blacklight
|
81
|
-
rubygems_version: 1.
|
89
|
+
rubygems_version: 1.8.24
|
82
90
|
signing_key:
|
83
91
|
specification_version: 3
|
84
92
|
summary: Blacklight unapi plugin
|