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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13a2feafd6c4d938912eed9edfe3b73df0b9fc5cabc0039de38a50c7ed7825cf
4
- data.tar.gz: c15cf28f5b42b1babc98c0050a58abc81d26e1bc8b75fe1ca9cd7acf91573bb4
3
+ metadata.gz: 7de309624cb7ee8a887b982e7d020e486719b96defded22dd65ce6bcf453182e
4
+ data.tar.gz: ce297cacb5f432432ebc1fc4f9a18676debb86f282a229bfef275fda4cf1c13a
5
5
  SHA512:
6
- metadata.gz: 22916e50a36a6f900a2cc8d100952596fa46c0ae1c191a1a129c286237bdae9b471ab2749955826300089eb3920b554aa2747cd5808c8cbc24a50923eabdfd83
7
- data.tar.gz: a18a57fd4e7e2e8a1ccae01ad80fd3b73c7a1779d236b22b7e4265bf4240d16daa93ee7ff37a7590eca304b9fc81b5ed6675a3700f6efce24916fc2d7317c86e
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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sinatra
4
4
  module Inertia
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
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.0
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