hooch 0.6.1 → 0.6.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: 4d5952278092a6b6fbf632e28c5d8b7dd294133f
4
- data.tar.gz: d2ba605a6702ce344bd69302d6502477b0f98af6
3
+ metadata.gz: 8b128ed1d8877c2da7f3475fb3be03814da5e95d
4
+ data.tar.gz: 334c0c4d06d7fb8507e5d052770a6b50a9baab5e
5
5
  SHA512:
6
- metadata.gz: 8c36a6268a77f254fb9ad2339393e694572a60507014456aeda23bbaf1dff9ff90bd77d67f178a874929347ae69a6e2401ebd52d7cda55bb28b54d1c73866e41
7
- data.tar.gz: 538f6a4e4753aa95329e1a91ad501971a702b0e13b4957460a308faf1eb3c2b1540da9401b41e1309e5eda52dddc57e825041d7c7fb30525599ad8267983ba6e
6
+ metadata.gz: 2947e3efbadb510d0b7467ddfca7928f102c4b95178a41b43a0ab3b639749a8a77ab46951ac101b03d0695b6e821980249f6253f29e07cc6d7938da91c32357c
7
+ data.tar.gz: 9085e0b5bf7385275a29521d524865765d438bab4fac81b4eaae1e9fdf89aa2ac281ec5831fa1b4e3a3f8cef96e855f321a4bbc76db966ef282bf8ebb8a56ac8
@@ -995,7 +995,7 @@ var initHooch = function(){
995
995
  this.placeholder = new hooch.SortPlaceholder(this.$sort_element.clone().removeAttr('id').css({width: this.width, height: this.height}).data('hooch-sorter-managed',true),this.sorter)
996
996
  this.placeholder.css({'visibility': 'hidden'});
997
997
  // this.placeholder.css({'background-color': 'pink'});
998
- $tmp = $('<div style="display: none;" data-hooch-sorter-managed></div>')
998
+ $tmp = $('<div style="display: none;" data-hooch-sorter-managed="true"></div>')
999
999
  this.$sort_element.before($tmp)
1000
1000
  this.$sort_element
1001
1001
  .css({position: 'absolute', top: this.starting_offset.top, left: this.starting_offset.left, width: this.width, height: this.height})
data/lib/hooch/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hooch
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hooch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut