bootstrap-switch-rails 2.0.1 → 2.0.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: 5ec5da0a84de707a54c4f674226f91c205aec8c4
4
- data.tar.gz: 04349d34b807309a7af6dc15ab891c0eee07c3dc
3
+ metadata.gz: 28485ebd85f1fe222c48f34124b153f4f2b19dcb
4
+ data.tar.gz: b000a39d719b64c76dd6635d1eb8855a19fb0d19
5
5
  SHA512:
6
- metadata.gz: 34d19302f3432f51cd829956a2186cf708404ec00d90cd9b99301c2ec94512263e51a072ec805350bc4d1b44593718df6d03c6c65c0eb9f7e520b612f8163206
7
- data.tar.gz: be8cbbc0cf9506cdf25b85bcf425d75cfde5726e837519f4813fde2f6869eb71e350ecd8e83574984773ef682324a813462ab2e9c8ee1c2534e1d5a282bee9f3
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 |
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Switch
3
3
  module Rails
4
- VERSION = "2.0.1"
4
+ VERSION = "2.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -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(red(@btnPrimaryBackground), green(@btnPrimaryBackground), blue(@btnPrimaryBackground), .6);
137
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(red(@btnPrimaryBackground), green(@btnPrimaryBackground), blue(@btnPrimaryBackground), .6);
138
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(red(@btnPrimaryBackground), green(@btnPrimaryBackground), blue(@btnPrimaryBackground), .6);
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.1
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-01-27 00:00:00.000000000 Z
11
+ date: 2014-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler