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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be156fd14b1f883fe7a1953dc628d8940a8d4f79
4
- data.tar.gz: 0b90ae9aec4383592dc14fba34f5646389f7526d
3
+ metadata.gz: c02a2c12132edb3c866e76958400fb0b42e6c723
4
+ data.tar.gz: 023d38c6a128ae4721e8808c7be7314c26143245
5
5
  SHA512:
6
- metadata.gz: e9c064b6cc25852c03350d6348720ffe13d2993cd8a9c6c6ff2929171f80c88bf5c63adbb41895a1b70d0798ec1f2cbed335e34861de2627cfb305abed3a6410
7
- data.tar.gz: 13102a5528628664f61095ce2b63b0e165c52eaa546298fab0ffe21f656b2696f09060e1110da514c5b4ad9d0878f67c29ef29fcc8f1eeba66a794f6d63bf877
6
+ metadata.gz: 38a90a2a7ecb1cb88f971629ecd1a91c4c00777be2ecd510df7ed161920c0f1cf5a9d339bd8db6ec27c2fedd9803ae8b570cc75848226a02c175bc35894434dd
7
+ data.tar.gz: b6f5a3e86ed90ba12ee6aa10b5c0df080f90ed75ce248968d4bbebfdbeb3e39a81b6df4eb329e5cfffc41b50312b7585f5885f29f5f0701ef74b8720b4693996
@@ -0,0 +1 @@
1
+ showToast(<%= flash.to_json.html_safe %>);
@@ -1,3 +1,3 @@
1
1
  module ToastrRails
2
- VERSION = '2.1.0.1'
2
+ VERSION = '2.1.0.2'
3
3
  end
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.1
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-16 00:00:00.000000000 Z
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