active-fedora 6.7.2 → 6.7.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a086a7897deebac14017a9f2f5e1282c1a0f66b
|
4
|
+
data.tar.gz: 04600f9ed204ad5745ccc162787c3d42d55d3004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93b68dfac90c63923391f37b8af06f20475159b80553b2814e7e22b087eedca90c9849ee36d4b698ad7b2897c70b73401f441e2f9d6844659dd30ae6a9bf0b6c
|
7
|
+
data.tar.gz: 73660a2d0c62b4af47ac138237532717fab415ee95d00cafa4dbeee389823ca3b036902f808fa3f24a4065d2ca02e8a44ecc91c58de3f0fa05af57ca62e4fdad
|
@@ -5,9 +5,10 @@ module ActiveFedora
|
|
5
5
|
source_root File.expand_path('../templates', __FILE__)
|
6
6
|
|
7
7
|
def generate
|
8
|
-
|
9
|
-
copy_file
|
10
|
-
|
8
|
+
# Overwrite the configuration files that Blacklight has installed
|
9
|
+
copy_file 'jetty.yml', 'config/jetty.yml', force: true
|
10
|
+
copy_file 'solr.yml', 'config/solr.yml', force: true
|
11
|
+
directory 'solr_conf', 'solr_conf'
|
11
12
|
end
|
12
13
|
end
|
13
14
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-fedora
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.7.
|
4
|
+
version: 6.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Zumwalt
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-12-
|
13
|
+
date: 2013-12-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rsolr
|