opal_stimulus 0.2.0 → 0.2.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: a624cba3556bf54bb56b54b8e641f9707288789a6b570d8188b06cdd94a8f196
4
- data.tar.gz: 23ca981d2f6d21652c9abfb364d4913e6c5d415cb18d0cf5d3c9f1f215b7fd7b
3
+ metadata.gz: 5098b831d63e7aeb99ff4a02e6ca01f641511ae3c4367956d13f1c84d43bc175
4
+ data.tar.gz: d157ca07e37b1a3ed318f1ef7bbacf0ea1a259a41b6cab2958fd025f7ffb73af
5
5
  SHA512:
6
- metadata.gz: 18fbfa9fd1e18596a681e3399e2bab6238f0f5fe76646dca7c1def78d6012155cf2101f22a4d365a202d9e7e6e21fc04ef5b2a8b33d626227e20c682ac00c279
7
- data.tar.gz: 1953f72778a8aa63feec6cbb7553fe749e4e818300c5a3339ef98654ad10aa2fbc10f81d651571b6efff7c8c45c33e2cbae8a6b9426ae35ae7e4e1af530420de
6
+ metadata.gz: c4e91c67996d571ddcf880e5f8bae8defa8ba73d5aa9583cf61d6aa080123e64cf165cf460ba40cef2ad670f98b9c55cf5bf8c754c4c7c8516982c748459e194
7
+ data.tar.gz: 13bb5af21667a4248c74668ba318f0070040f93998614932dea87adb235dfd1f2bebf1f250452daadebdfd822d3b47e6118500a4f30fc36fa6348947522d7f1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2026-08-19
4
+
5
+ - Update opal_proxy to 0.2.0
6
+ - Fix Rails asset installation tests with Propshaft
7
+
3
8
  ## [0.1.0] - 2025-03-27
4
9
 
5
10
  - Initial release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpalStimulus
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal_stimulus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Schito
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.1.1
46
+ version: 0.2.0
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 0.1.1
53
+ version: 0.2.0
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rails
56
56
  requirement: !ruby/object:Gem::Requirement
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
133
  requirements: []
134
- rubygems_version: 3.7.2
134
+ rubygems_version: 4.0.16
135
135
  specification_version: 4
136
136
  summary: 'Opal Stimulus: Write Stimulus controllers in Ruby'
137
137
  test_files: []