bootstrap-switch-rails 3.3.2 → 3.3.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c84877b65502441acf166449408c135d5a69cc8
|
|
4
|
+
data.tar.gz: ce751ae157f0be37d7a550ac5df8d635bbec7ef9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27d148453266afb175faff83c2fc113aa20220749552093443e2da20a1eb2d5f6754dac88440bce01d10c1eafef04374b074a27cc54111b90eba9bb0fde80c40
|
|
7
|
+
data.tar.gz: f048ea3b2f3f7aa4af40ad6f016c0ff7bce55ecae1e33a004c03d24264b5775f61f4e5d5487feec69b95bd76b4eb4cec770e02e0325acc7cc6831ab9ae512ed1
|
data/update_from_vendor.sh
CHANGED
|
@@ -8,8 +8,8 @@ git clone https://github.com/nostalgiaz/bootstrap-switch.git tmp_vendor
|
|
|
8
8
|
echo "Copying bootstrap-switch.js"
|
|
9
9
|
cp tmp_vendor/dist/js/bootstrap-switch.js vendor/assets/javascripts/bootstrap-switch.js
|
|
10
10
|
echo "Copying bootstrap-switch.css files"
|
|
11
|
-
cp tmp_vendor/dist/css/bootstrap2/bootstrap-switch.css vendor/assets/stylesheets/bootstrap2-switch.
|
|
12
|
-
cp tmp_vendor/dist/css/bootstrap3/bootstrap-switch.css vendor/assets/stylesheets/bootstrap3-switch.
|
|
11
|
+
cp tmp_vendor/dist/css/bootstrap2/bootstrap-switch.css vendor/assets/stylesheets/bootstrap2-switch.scss
|
|
12
|
+
cp tmp_vendor/dist/css/bootstrap3/bootstrap-switch.css vendor/assets/stylesheets/bootstrap3-switch.scss
|
|
13
13
|
|
|
14
14
|
# Delete vendor repo
|
|
15
15
|
echo "Removing cloned vendor repo"
|
|
File without changes
|
|
File without changes
|
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.3
|
|
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: 2015-
|
|
11
|
+
date: 2015-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -57,8 +57,8 @@ files:
|
|
|
57
57
|
- lib/bootstrap-switch-rails/version.rb
|
|
58
58
|
- update_from_vendor.sh
|
|
59
59
|
- vendor/assets/javascripts/bootstrap-switch.js
|
|
60
|
-
- vendor/assets/stylesheets/bootstrap2-switch.
|
|
61
|
-
- vendor/assets/stylesheets/bootstrap3-switch.
|
|
60
|
+
- vendor/assets/stylesheets/bootstrap2-switch.scss
|
|
61
|
+
- vendor/assets/stylesheets/bootstrap3-switch.scss
|
|
62
62
|
homepage: https://github.com/manuelvanrijn/bootstrap-switch-rails
|
|
63
63
|
licenses:
|
|
64
64
|
- MIT, Apache License v2.0
|