thin_man 0.18.7 → 0.18.8

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: 3c0b78ed1e63d360849a06e9c617ca4c2728df06
4
- data.tar.gz: d19cbdd4702f7fcd984fbf2645861c71d86fd68a
3
+ metadata.gz: dfcee398a512f3c1566f1ccb7b39cebfa7d11a7b
4
+ data.tar.gz: 15401b14f19967df3219dcf4319d6dce7622c149
5
5
  SHA512:
6
- metadata.gz: ef0a591fe7964685c22232818987a84c0e0a3134661dcc95d14fab1d612025d69484c440d0ff9d872832799afa5dee7d15a4080698f96d5ef341b05ad1b870be
7
- data.tar.gz: 55590dfbb46affbe074064f19c4fcc607c7b43e15fdcd28f9ea5e998a6809bdcbc57ddcb64ace3ae1552a029df118e3a997df2b3b887af2a6cc2c0b1e8a71699
6
+ metadata.gz: 5efd97ae8d11384ba9b15ba00aef30e1cafb8ca4cd12081b12ef792d5aebdc9dd56492d95e8995beb86b286e87d35c0dbdf6d108c70c7edc5ee2f15c694bebfc
7
+ data.tar.gz: 4c34d42f254d97957bed9af5169aae3ee82cc704dfb837b842e702c81e85a0aa8b1e364841c038b014add4d3febd1ad4907f442c9487a23015e007be5f4d977e
@@ -424,7 +424,7 @@ var initThinMan = function(){
424
424
  init: function(type,message,elem,duration){
425
425
  this.flash_container = $('[data-thin-man-flash-template]').clone();
426
426
  this.flash_container.removeAttr('data-thin-man-flash-template');
427
- this.flash_container.attr('data-thin-man-flash-container');
427
+ this.flash_container.attr('data-thin-man-flash-container',true);
428
428
  $('body').append(this.flash_container);
429
429
  this.flash_container.css({position:'absolute',visibility: 'hidden'});
430
430
  this.alert_type = type;
@@ -1,3 +1,3 @@
1
1
  module ThinMan
2
- VERSION = "0.18.7"
2
+ VERSION = "0.18.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.7
4
+ version: 0.18.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut, Adam Bialek