rails_toastify 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4facfb08cf16ff46f7bb4d9052e9b52a8f331c51b05579ce85eb7faec0758ffc
|
4
|
+
data.tar.gz: 32b3aacc1d3f4cef8d7051193efcba1aa372548cb7172f3009e58674cc653b79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd34bf182256c88b3e7b9f4738e70d9867661620e346b24144230d4f231afe7b24d74a12779f53b33da93f20de78fac23d7c67aea18a69ddc5917c9b9c8a7de2
|
7
|
+
data.tar.gz: 81720cc49549376ba3a4841f49ff94d391826ea367cdbd019b62b4e3f69881b78ac33d5d2f3d1b12ccb09b8d67d993686e2e45045cf0dd89f55549ed36f7bc15
|
File without changes
|
File without changes
|
File without changes
|
data/lib/rails_toastify.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_toastify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elton Santos
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: "\U0001F389 Rails Toastify allows you to add notifications to your app
|
14
14
|
with ease. Pay Attention: this gem still is in development. Please CONTRIBUTE"
|
@@ -20,7 +20,10 @@ extra_rdoc_files: []
|
|
20
20
|
files:
|
21
21
|
- README.md
|
22
22
|
- Rakefile
|
23
|
+
- app/assets/javascripts/rails_toastify.js
|
24
|
+
- app/assets/stylesheets/rails_toastify.css
|
23
25
|
- lib/rails_toastify.rb
|
26
|
+
- lib/rails_toastify/engine.rb
|
24
27
|
- lib/rails_toastify/version.rb
|
25
28
|
- rails_toastify.gemspec
|
26
29
|
- sig/rails_toastify.rbs
|