ultimate_turbo_modal 3.0.0.beta.2 → 3.0.0

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: 5e555f71c3c4e4ca7af4849d73ab342a1641da8cc3e102d5dafb1048d45b7462
4
- data.tar.gz: 8783d6e1d459a6bd02443bb1ff4bbf6b4c1581efe31b9483e7feb9cbb842e99d
3
+ metadata.gz: e411c9c81c6a9d66e510bec9419320098ffe600585b40c7dfb2030be2a5850d9
4
+ data.tar.gz: 6d96129a3bc0c1df07c42e3fc590a4fb9fcc33d3b52ebb07b36c0746f5337e04
5
5
  SHA512:
6
- metadata.gz: 650f91e9d8eaa38eb5b92bf8a2a090ae7f470ecdb7aca6ae0017adca6967bf973a36b50e4b6acec3aacac0b8fb46dd5022ac453deda60fccecfb868a57234bae
7
- data.tar.gz: b93f9c24991c4b8940b4dd13e107de4b4839a5ba7c652d859824effaca64c1135eaab7f63d967eaff81b34fe8e115a61f2265acd59ca9c68e89c5c88935e21ac
6
+ metadata.gz: 4a1946c9a3238294a9c4ea52a1459ea9e6e220eee55e3e4ed3717e1bae5840922c52c6d9b01dc42d8b08450b0c36ee51090854cad36057d39e7d06f7943f5955
7
+ data.tar.gz: f82213efb17b0a364e06d1e131684466e9b5f6e35f2cdf0166ecab10b191469e1b96fc035955e5fb612259e30d05f5bbc16cf515c646fbf1e65b1b8ca1d791c4
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 4.0
2
+ TargetRubyVersion: 3.2
3
3
 
4
4
  require:
5
5
  - standard
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## [3.0.0] - Unreleased
1
+ ## [3.0.0] - 2026-03-21
2
+
3
+ Upgrading is easy! See [UPGRADING.md](UPGRADING.md)
2
4
 
3
5
  - **BREAKING**: Replaced div-based modal with native HTML `<dialog>` element.
4
6
  - **BREAKING**: If you customized the look and feel of a flavor, you'll need to reapply your customizations since the underlying markup has changed.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate_turbo_modal (3.0.0.beta.2)
4
+ ultimate_turbo_modal (3.0.0)
5
5
  actionpack (>= 8.0)
6
6
  activesupport (>= 8.0)
7
7
  phlex-rails (>= 2.0)
data/README.md CHANGED
@@ -217,7 +217,7 @@ Link to it the same way as a modal:
217
217
 
218
218
  ## Demo Video
219
219
 
220
- A video demo can be seen here: [https://youtu.be/BVRDXLN1I78](https://youtu.be/BVRDXLN1I78).
220
+ A video demo can be seen here: [https://youtu.be/qXoeyxuyn7w](https://youtu.be/qXoeyxuyn7w).
221
221
 
222
222
  ### Running the Demo Application
223
223
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.beta.2
1
+ 3.0.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultimate_turbo_modal
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta.2
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier