bootstrap-switch-rails 2.0.1 → 2.0.2
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 +4 -4
- data/README.md +1 -0
- data/lib/bootstrap-switch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootstrap2-switch.css.scss +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28485ebd85f1fe222c48f34124b153f4f2b19dcb
|
|
4
|
+
data.tar.gz: b000a39d719b64c76dd6635d1eb8855a19fb0d19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f652b71695e39f1acab9987c2fee0af4b8172c9a9a011e89692b8a07dd1878d5d992afc80e53ea36e277d1c71e21eece6c37708ae6dc9dafe3bf293e4b04a42a
|
|
7
|
+
data.tar.gz: afce3e83412c0ad48a21907c72b556e54872343b281b39e1e3ab3903279115d2c2edd6a071a97930d4ec8b2ea3a5c18b29b4df34e52ce070d04d7e94d4f5bf0d
|
data/README.md
CHANGED
|
@@ -52,6 +52,7 @@ See the [demo page of Mattia Larentis](http://www.bootstrap-switch.org/) for exa
|
|
|
52
52
|
|
|
53
53
|
| Version | Notes |
|
|
54
54
|
| -------:| ----------------------------------------------------------------------------------- |
|
|
55
|
+
| 2.0.2 | Fixed issue where bootstrap 2 sass wasn't compiling (issue #7) |
|
|
55
56
|
| 2.0.1 | Update to v2.0.1 of the bootstrap-switch plugin |
|
|
56
57
|
| 2.0.0 | Update to v2.0 of the bootstrap-switch plugin |
|
|
57
58
|
| 1.9.0 | Update to v1.9 of the bootstrap-switch plugin |
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
.has-switch:focus {
|
|
134
134
|
border-color: #0088cc;
|
|
135
135
|
outline: 0;
|
|
136
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
137
|
-
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
138
|
-
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
136
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
137
|
+
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
138
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
139
139
|
}
|
|
140
140
|
.has-switch > div {
|
|
141
141
|
display: inline-block;
|
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: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
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-
|
|
11
|
+
date: 2014-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|