bootstrap-switch-rails 3.3.0 → 3.3.1

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: f81c40a85a0c08b852714a69645f87c8fc153004
4
- data.tar.gz: 2dc6cc63c8037b73c6cf32ecf595e3b43093f7d3
3
+ metadata.gz: ff3dc40a893cc4bdcef1c0d26a44e01d47e312e4
4
+ data.tar.gz: c3cd62c70c35bed0d6af141118bb83394cbec228
5
5
  SHA512:
6
- metadata.gz: 1e50cd9f4565ee503c5fcb2151368be51fe7442c66926ceef674a64fa7b1ea068e41bbe18b2c37f03bbe2f13aa3a94037133e7120eb2f115bd697abcdc42f8af
7
- data.tar.gz: 091fe916eb101b8adc426026e3beaa44cb95ca942603bf41edf7b572741b0d97ce8c2b14bef5f5de8ff06d4e80e081cf5da8e0f164923ace8a4cbf8e23aafa23
6
+ metadata.gz: 0ab3d7d24a8f84ab9c5857b60558e3bc064b4b377a37dfe1bc8eb0769bd52d0fa0d470f6e9d61f1e8fb0aeaf0faa170a2689941819c341bebd7f990ab3c1baef
7
+ data.tar.gz: c43d9624ece5339d24b15c7f252ac6f04f6bea18c0a9afc058d62301b257c6b87a189b1a6ae2a1c657158a4671bc7e44a7b7c22056e579255d71c55249d0c700
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Switch
3
3
  module Rails
4
- VERSION = "3.3.0"
4
+ VERSION = "3.3.1"
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * bootstrap-switch - v3.3.0
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.0
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.0
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.0
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: 2014-12-19 00:00:00.000000000 Z
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.2.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