ariadne_view_components 0.0.86.2 → 0.0.86.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06a2323ff555207a9801c3161caaa940653eceb345a0350bda642fdbabb22e5b
4
- data.tar.gz: 9d32d797fb49c8cec4d1490af1a03d6471860b975d6b97e0ce79357ea6e009fc
3
+ metadata.gz: decf10fda316c17f41680ed93bde1134ab82da0214a746d0bb578ae886b9ca19
4
+ data.tar.gz: 5a78100b9a0d2a9fc044ce6c5f89851184dbfe34ba9249485b27fc268ab2d745
5
5
  SHA512:
6
- metadata.gz: f9751af10468912b6e503578aa32e6100802bc7d7aee0fcec8e69d74a08a0dca929b6bb0efec0a4a641e7dd71e1a51a16bd45761627c1ef8638ebe7a1ff4df1e
7
- data.tar.gz: 9e7ea157df17b76cf48df7387261edf309f64d109863c23d7c73942401540a56e4e3873cbc3854ee5c17878016cffb0c604b9a40367eb35661db13f147f06a3d
6
+ metadata.gz: bac8f98c18afa04b69712b4629b164636cba4a87f3d72d216a62e3025dfaa83fea231f66569f549907252f48138d504f4e8a6811edeca0eb855d21cab41dbffa
7
+ data.tar.gz: 11d264b73e1329184cbc5e6887ea64d6f9ece05fd0c8806a662d55dacbd6e4fe1a4987e693137ccf288555db7ade34774a0706bbffba4e417e26c25614fda1f1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.0.86.3] - 08-08-2024
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.86.2...v0.0.86.3
1
3
  # [v0.0.86.2] - 08-08-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.86.1...v0.0.86.2
3
5
  # [v0.0.86.1] - 08-08-2024
@@ -8,7 +8,7 @@ module Ariadne
8
8
  option :size, default: proc { :md }
9
9
  option :reversed, default: proc { false }
10
10
 
11
- include Tooltipable
11
+ include Ariadne::Behaviors::Tooltipable
12
12
 
13
13
  # @param form_url [String] The URL to POST to when the toggle switch is toggled. If `nil`, the toggle switch will not make any requests.
14
14
  # @param csrf_token [String] A CSRF token that will be sent to the server as "authenticity_token" when the toggle switch is toggled. Unused if `src` is `nil`.
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.86.2"
6
+ VERSION = "0.0.86.3"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.86.2
4
+ version: 0.0.86.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian