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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb0adea4f04fee66835a254ccaaaf0bebf71f046e440b3e3aafb0b2c37c36aca
4
- data.tar.gz: 5887dacf7183092459c53904a8ffe8e45cda2c20a7c9125102729aace8e0a56d
3
+ metadata.gz: d43b4d912e26a821876dc4a094f9df32dae6b1c6830c9e55f3426b7a814ae68e
4
+ data.tar.gz: 345e7a9623ee08972d10390efe7ad6b64ee5b3f6edf4642eab168eeb1d289486
5
5
  SHA512:
6
- metadata.gz: 299882ca76e0b7c5af762798f8dee3a4e090bba52daa9a6b8d1b529ae9049c0e9b9ff1c27e6a8cff925416afdfbc1315da5d2af389010c8811f86d69e8c2cce9
7
- data.tar.gz: 81ca4e608ecd207cf6f1302b692c457017bad092d26062314205d6cb9e465d0b76b5ba6beaf110077af06a45aedf19b4dde9cbea043d80e282fbe88bc3732152
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`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlacklightLando
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
@@ -13,9 +13,6 @@ services:
13
13
  core: blacklight-core-dev
14
14
  config:
15
15
  dir: "solr/conf"
16
- database:
17
- type: postgres:15
18
- portforward: true
19
16
  proxy:
20
17
  test_solr:
21
18
  - blacklight.test.solr.lndo.site:8983
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight_lando
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bess Sadler