blacklight_lando 0.3.0 → 0.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/README.md +1 -1
- data/lib/blacklight_lando/version.rb +1 -1
- data/lib/generators/templates/.lando_solr.yml +0 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d43b4d912e26a821876dc4a094f9df32dae6b1c6830c9e55f3426b7a814ae68e
|
4
|
+
data.tar.gz: 345e7a9623ee08972d10390efe7ad6b64ee5b3f6edf4642eab168eeb1d289486
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5e062e07290e6cd9c7811ad10d32ca94954c8f994fe99a81d1ad4de5030c2493b3c16df5a96b176e48a94e7d56b5a317ecd63a54e6aedf7fc7535df6bd23437
|
7
|
+
data.tar.gz: 8da7f26da5b7e9e9ae3b1922db33534e082c2b4afa80a90a1a482c370cf893e2f26d58c9c4c800730fd84aa3798fa58d8e7755dedc4d478b79db3e1ec0440a0d
|
data/CHANGELOG.md
CHANGED
@@ -11,4 +11,7 @@
|
|
11
11
|
- Add pg gem to Gemfile
|
12
12
|
|
13
13
|
## [0.3.0] - 2024-02-28
|
14
|
-
- Split the generators into a solr-only one and a solr and postgresql one. The Postgresql generator isn't working properly, so I need to use the solr-only one for a workshop.
|
14
|
+
- Split the generators into a solr-only one and a solr and postgresql one. The Postgresql generator isn't working properly, so I need to use the solr-only one for a workshop.
|
15
|
+
|
16
|
+
## [0.3.1] - 2024-02-28
|
17
|
+
- Bug fix
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ This gem creates a [Lando](https://lando.dev/) config file for running [Solr](ht
|
|
9
9
|
## Installation
|
10
10
|
1. Add this gem to the `Gemfile` of your Blacklight application:
|
11
11
|
```
|
12
|
-
gem "blacklight_lando", "~> 0.3"
|
12
|
+
gem "blacklight_lando", "~> 0.3.0"
|
13
13
|
```
|
14
14
|
2. Run `bundle install`
|
15
15
|
3. Run `rails generate blacklight_lando:run_solr`
|