bootstrap-slider-rails 6.0.8 → 6.0.10

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
  SHA1:
3
- metadata.gz: f2162970cdd8d6477103f36e78121f58c0dea514
4
- data.tar.gz: c44f18329bcdeef6c6d24d3212c2e484ce473528
3
+ metadata.gz: 5518ad9b0bf3f07e0f105543bae1354861a72fcc
4
+ data.tar.gz: d254af20aa9a1a39ad42405dcc54117566dfabda
5
5
  SHA512:
6
- metadata.gz: de6e8e6a3eac4029a988cf0308ecd20a7a39148741699912a349a412ef1fb234cbef29912a38c384cc95433a25fa9a74a0e357b0b805e8c4f08917b3dda3d26e
7
- data.tar.gz: 6736e1fcfdf6e6ea434c8b2627c570369312d0cf16397f83d284fd52ec436fa9192679b80a2038ae3dcdb3c228a22482ef404762d8fc171ae582ecd1de523554
6
+ metadata.gz: ccca77d43e0bcc3987b4187fd389acce6cb04b1f2f9200780c9b9de8a7a12e38c00112ed519cda5a17530bf43ef507e4e529747446a96cde1715f3d46b140517
7
+ data.tar.gz: 1d4897aef447db7ffb969ed1bd2aac635e4706345a7e0c4a3ea82faccab0b3bc032bd79f2b3db475e32be62bef0e02f361c123ba632105266aa199d4452ec42d
@@ -1,5 +1,5 @@
1
1
  module BootstrapSlider
2
2
  module Rails
3
- VERSION = '6.0.8'
3
+ VERSION = '6.0.10'
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  /*! =======================================================
2
- VERSION 6.0.8
2
+ VERSION 6.0.10
3
3
  ========================================================= */
4
4
  "use strict";
5
5
 
@@ -775,6 +775,7 @@ function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.const
775
775
  this._layout();
776
776
  var newValue = this.options.range ? this._state.value : this._state.value[0];
777
777
 
778
+ this._setDataVal(newValue);
778
779
  if (triggerSlideEvent === true) {
779
780
  this._trigger('slide', newValue);
780
781
  }
@@ -784,7 +785,6 @@ function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.const
784
785
  newValue: newValue
785
786
  });
786
787
  }
787
- this._setDataVal(newValue);
788
788
 
789
789
  return this;
790
790
  },
@@ -1,5 +1,5 @@
1
1
  /*! =======================================================
2
- VERSION 6.0.8
2
+ VERSION 6.0.10
3
3
  ========================================================= */
4
4
  /*! =========================================================
5
5
  * bootstrap-slider.js
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-slider-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.8
4
+ version: 6.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedr Browne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties