sinatra-inertia 0.1.0 → 0.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/sinatra/inertia/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7de309624cb7ee8a887b982e7d020e486719b96defded22dd65ce6bcf453182e
|
|
4
|
+
data.tar.gz: ce297cacb5f432432ebc1fc4f9a18676debb86f282a229bfef275fda4cf1c13a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73a205b6715443da834849840c7b84dbceb18f7cf7527c23cb647c0808a3c5c29c074ed96e18d4ac90a1303a26aa59f80f71d4c5b00b32364ef0565d0b8a113c
|
|
7
|
+
data.tar.gz: 48edc99e03cfbdeeb674099d369f81ee415b5838b139d7f208076804cb64d5d94dcd989b1ad3bf21538973d4491b3323d2c9f17d4f6b4c93f0cad7f489830618
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1 — 2026-04-29
|
|
4
|
+
|
|
5
|
+
- Add `spec.metadata['homura.auto_await'] = 'true'` so that when this
|
|
6
|
+
gem is consumed via RubyGems alongside `homura-runtime >= 0.2.25`,
|
|
7
|
+
`homura build` automatically adds our `lib/` to the Opal load path
|
|
8
|
+
and runs the auto-await analyzer over our source. 0.1.0 only worked
|
|
9
|
+
when the consumer Gemfile path:-linked us; this is the released
|
|
10
|
+
fix for that.
|
|
11
|
+
|
|
3
12
|
## 0.1.0 — 2026-04-29
|
|
4
13
|
|
|
5
14
|
* Initial release.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-inertia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuhiro Homma
|
|
@@ -82,6 +82,7 @@ metadata:
|
|
|
82
82
|
bug_tracker_uri: https://github.com/kazuph/homura/issues
|
|
83
83
|
changelog_uri: https://github.com/kazuph/homura/blob/main/gems/sinatra-inertia/CHANGELOG.md
|
|
84
84
|
readme_uri: https://github.com/kazuph/homura/blob/main/gems/sinatra-inertia/README.md
|
|
85
|
+
homura.auto_await: 'true'
|
|
85
86
|
rdoc_options: []
|
|
86
87
|
require_paths:
|
|
87
88
|
- lib
|