thunderclap 0.1.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b864f2762b90fb969134671f4c53c66ed1a2549c506bc6dcb29603602ffecf07
|
4
|
+
data.tar.gz: f8a0a93c185d9600f451e7dbe646c4ad04d0f0a2347f129e5ad7c16c69852aa4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5104cebc661318de90552dbc24476885d423bca5a14bbe3c7049f4846d2993f47a810c31c700fc0fdb26a483b947ec802623150af9fab94b802b057c51aa72f9
|
7
|
+
data.tar.gz: e702b4077d25b63587a253ed08b8a7b22b0d29ccf4b3aa8a7ebb5256c386a0e01f2433f924c7e854a9c63c50cb41c46c6b16face1d3d6abe9a0869f77d898dda
|
@@ -7,6 +7,6 @@ module ThunderclapHelper
|
|
7
7
|
# @param auto_dismiss_delay [Integer] The delay in milliseconds before the flash message automatically dismisses.
|
8
8
|
# @return [String] The rendered flash message.
|
9
9
|
def flash
|
10
|
-
render 'thunderclap/partials/flash'
|
10
|
+
render 'thunderclap/partials/flash', flash_object: flash
|
11
11
|
end
|
12
12
|
end
|
data/lib/thunderclap/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thunderclap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LuigiR0jas
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-01-
|
12
|
+
date: 2024-01-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|