toastr_rails 2.1.0.1 → 2.1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/toastr_rails/flash.js.erb +1 -0
- data/lib/toastr_rails/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c02a2c12132edb3c866e76958400fb0b42e6c723
|
4
|
+
data.tar.gz: 023d38c6a128ae4721e8808c7be7314c26143245
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38a90a2a7ecb1cb88f971629ecd1a91c4c00777be2ecd510df7ed161920c0f1cf5a9d339bd8db6ec27c2fedd9803ae8b570cc75848226a02c175bc35894434dd
|
7
|
+
data.tar.gz: b6f5a3e86ed90ba12ee6aa10b5c0df080f90ed75ce248968d4bbebfdbeb3e39a81b6df4eb329e5cfffc41b50312b7585f5885f29f5f0701ef74b8720b4693996
|
@@ -0,0 +1 @@
|
|
1
|
+
showToast(<%= flash.to_json.html_safe %>);
|
data/lib/toastr_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: toastr_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.0.
|
4
|
+
version: 2.1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stjepan Hadjic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- app/assets/styleseets/toastr.scss
|
56
56
|
- app/assets/styleseets/toastr_rails.scss
|
57
57
|
- app/views/toastr_rails/_flash.html.erb
|
58
|
+
- app/views/toastr_rails/flash.js.erb
|
58
59
|
- lib/toastr_rails.rb
|
59
60
|
- lib/toastr_rails/engine.rb
|
60
61
|
- lib/toastr_rails/version.rb
|