bootstrap-switch-rails 3.3.0 → 3.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff3dc40a893cc4bdcef1c0d26a44e01d47e312e4
|
4
|
+
data.tar.gz: c3cd62c70c35bed0d6af141118bb83394cbec228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ab3d7d24a8f84ab9c5857b60558e3bc064b4b377a37dfe1bc8eb0769bd52d0fa0d470f6e9d61f1e8fb0aeaf0faa170a2689941819c341bebd7f990ab3c1baef
|
7
|
+
data.tar.gz: c43d9624ece5339d24b15c7f252ac6f04f6bea18c0a9afc058d62301b257c6b87a189b1a6ae2a1c657158a4671bc7e44a7b7c22056e579255d71c55249d0c700
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* bootstrap-switch - v3.3.
|
2
|
+
* bootstrap-switch - v3.3.1
|
3
3
|
* http://www.bootstrap-switch.org
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2012-2013 Mattia Larentis
|
@@ -493,8 +493,8 @@
|
|
493
493
|
if (_this.$element.is(":radio")) {
|
494
494
|
$("[name='" + (_this.$element.attr('name')) + "']").not(_this.$element).prop("checked", false).trigger("change.bootstrapSwitch", true);
|
495
495
|
}
|
496
|
+
return _this.$element.trigger("switchChange.bootstrapSwitch", [state]);
|
496
497
|
}
|
497
|
-
return _this.$element.trigger("switchChange.bootstrapSwitch", [state]);
|
498
498
|
};
|
499
499
|
})(this),
|
500
500
|
"focus.bootstrapSwitch": (function(_this) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* bootstrap-switch - v3.3.
|
2
|
+
* bootstrap-switch - v3.3.1
|
3
3
|
* http://www.bootstrap-switch.org
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2012-2013 Mattia Larentis
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/* ========================================================================
|
2
|
-
* bootstrap-switch - v3.3.
|
2
|
+
* bootstrap-switch - v3.3.1
|
3
3
|
* http://www.bootstrap-switch.org
|
4
4
|
* ========================================================================
|
5
5
|
* Copyright 2012-2013 Mattia Larentis
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-switch-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manuel van Rijn
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.
|
82
|
+
rubygems_version: 2.4.5
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: an asset gemification of the bootstrap-switch plugin
|