bridgetown-stoa 0.0.1 → 0.0.2

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: 598b727851e01486b133969cdd1f148a6eda8279d02934113ad20e9684e8f5a7
4
- data.tar.gz: b0dfa68a0b512b62744b74775bc2183474ed36f3fb6048e56adf827d63d2c7a1
3
+ metadata.gz: 365a0e33a6ef2322e275a9b0c6f239850738c72cd262533b15971905065850d5
4
+ data.tar.gz: c71acbd3b6f7e636228586f92803ec5e944475dd96d952687972a3e9503f68eb
5
5
  SHA512:
6
- metadata.gz: 55c34bcc327c2abb136a3d3554ba5ecbc78db9801b46dbcc2f709406c4830ce06ea7057c78c9c18f9bcdab8fe12d91fa37ff708207e71fd24fe0a88245afcb77
7
- data.tar.gz: 7d0a9a2063757d4f58712f2924b93d8f0fb5e6a1d5058d9ce03ea254a57d5451fe0268517a78ffb2c0ac6a13c901cb438462a5482c84588ea1e6b743bf6d92aa
6
+ metadata.gz: da393ab663e6d732b1334e975a3fc557716f54078f30fb60c4f976a3bba97cad5ba255143c382d53afec750d5ad3c82727b7939766c8c6e601ba3d76206cc2fd
7
+ data.tar.gz: 31d44f129642fd47d018057d7eae6d0cac5798044f81edee7993537cc6d42ee9c6f4d4b7ab904e92a02bc4c48c560b4ea1bb7c3eeff6ef65048355392bab83bf
data/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  - ...
11
11
 
12
+ ## [0.0.2] - 2026-05-22
13
+
14
+ ### Fixed
15
+ - `init :"bridgetown-stoa"` no longer raises `NameError: uninitialized constant BridgetownStoa` (#2)
16
+
12
17
  ## [0.0.1] - 2026-05-20
13
18
 
14
19
  - Initial scaffold
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BridgetownStoa
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bridgetown"
4
+ require_relative "bridgetown-stoa/version"
4
5
 
5
6
  # @param config [Bridgetown::Configuration::ConfigurationDSL]
6
7
  Bridgetown.initializer :"bridgetown-stoa" do |config|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-stoa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdullah Hashim