placeholder-image 1.1.0 → 1.1.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: 2e4bba850d4f417d66bad57f0453411c81c21b01e6a87fdcd66fffe8b87b5d00
4
- data.tar.gz: b3c4d216ab6ac08e03c0058df1caa3024d3a491134f3b6bb332efb65bfce9d85
3
+ metadata.gz: 0f9afccaa091907bece4b9df63c18bb02378ab3f4ac886048883e9361ff0c123
4
+ data.tar.gz: adaf1636ec18c5c997f21dcf6cdb05bcdb00d0cd389a0b0b93039b0138705cea
5
5
  SHA512:
6
- metadata.gz: 73e14b26d74235e274609bf768db885de909c1d00cdeaa1515c941568f726877bf1e92731a2712f9b29054a783ee74643b76f3a15febe10280194ca53dcd0225
7
- data.tar.gz: cd28a77f3fa31481dbfd111fee819c140562ec26e0b882523e34232e974ffef3be3c9c34aa9460f8d9c0ff89a2de8f439c519ebf4e49303a16e8f97f366dbe56
6
+ metadata.gz: af92272816bf9ec5340f7a80f058f6fd937cd53c03202ba2123950ed4209b500c04d4eaea2c5a70a88beaa5c69c57d4038f408fb720933d662e761f28b670731
7
+ data.tar.gz: 9d31e85cb4d63db4f54316aa8aa781aa701dfdbde5ddfaba67bd7e7712f5d137ac36430f9547732410ee0341dfbcb5696137ba452e298505743c42ea5e619e74
data/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented here. This project follows
4
4
  [Semantic Versioning](https://semver.org/).
5
5
 
6
- ## v1.1.0 - 2026-08-05
6
+ ## v1.1.1 - 2026-08-05
7
7
 
8
8
  - Validate configuration at boot: unknown option keys and invalid default colors now raise `ArgumentError` when the middleware is constructed.
9
9
  - Narrow path ownership to `<path_prefix>/`: the bare prefix (`/placeholder`) and sibling paths such as `/placeholder.css` are now passed through to the downstream application instead of returning `400 Bad Request`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlaceholderImage
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: placeholder-image
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodney Waldhoff