speedy-af 0.4.0 → 0.5.1

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speedy-af
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael B. Klein
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
10
+ date: 2025-08-06 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: active-fedora
@@ -196,12 +195,29 @@ files:
196
195
  - LICENSE
197
196
  - README.md
198
197
  - Rakefile
198
+ - docker-compose.yml
199
199
  - lib/speedy-af.rb
200
200
  - lib/speedy_af.rb
201
201
  - lib/speedy_af/base.rb
202
202
  - lib/speedy_af/indexed_content.rb
203
203
  - lib/speedy_af/ordered_aggregation_index.rb
204
204
  - lib/speedy_af/version.rb
205
+ - solr/conf/_rest_managed.json
206
+ - solr/conf/admin-extra.html
207
+ - solr/conf/elevate.xml
208
+ - solr/conf/mapping-ISOLatin1Accent.txt
209
+ - solr/conf/protwords.txt
210
+ - solr/conf/schema.xml
211
+ - solr/conf/scripts.conf
212
+ - solr/conf/solrconfig.xml
213
+ - solr/conf/spellings.txt
214
+ - solr/conf/stopwords.txt
215
+ - solr/conf/stopwords_en.txt
216
+ - solr/conf/synonyms.txt
217
+ - solr/conf/xslt/example.xsl
218
+ - solr/conf/xslt/example_atom.xsl
219
+ - solr/conf/xslt/example_rss.xsl
220
+ - solr/conf/xslt/luke.xsl
205
221
  - spec/fixture_classes.rb
206
222
  - spec/integration/base_spec.rb
207
223
  - spec/integration/ordered_aggregation_index_spec.rb
@@ -211,7 +227,6 @@ homepage: http://github.com/samvera-labs/speedy_af
211
227
  licenses:
212
228
  - APACHE2
213
229
  metadata: {}
214
- post_install_message:
215
230
  rdoc_options: []
216
231
  require_paths:
217
232
  - lib
@@ -226,8 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
241
  - !ruby/object:Gem::Version
227
242
  version: '0'
228
243
  requirements: []
229
- rubygems_version: 3.5.16
230
- signing_key:
244
+ rubygems_version: 3.6.5
231
245
  specification_version: 4
232
246
  summary: Performance enhancements for ActiveFedora
233
247
  test_files: []