warclight 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -0
- data/app/helpers/warclight/application_helper.rb +6 -1
- data/lib/generators/warclight/templates/catalog_controller.rb +37 -14
- data/lib/warclight/version.rb +1 -1
- data/solr/conf/solrconfig.xml +115 -1246
- metadata +3 -3
- data/solr/conf/managed-schema +0 -1045
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: warclight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Ruest
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: blacklight
|
@@ -205,6 +205,7 @@ files:
|
|
205
205
|
- ".rubocop.yml"
|
206
206
|
- ".solr_wrapper"
|
207
207
|
- ".travis.yml"
|
208
|
+
- CHANGELOG.md
|
208
209
|
- CONTRIBUTING.md
|
209
210
|
- Gemfile
|
210
211
|
- LICENSE.txt
|
@@ -273,7 +274,6 @@ files:
|
|
273
274
|
- solr/conf/lang/stopwords_th.txt
|
274
275
|
- solr/conf/lang/stopwords_tr.txt
|
275
276
|
- solr/conf/lang/userdict_ja.txt
|
276
|
-
- solr/conf/managed-schema
|
277
277
|
- solr/conf/params.json
|
278
278
|
- solr/conf/protwords.txt
|
279
279
|
- solr/conf/schema.xml
|