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: 65788d9c96c3e4627274c3d1cb1851dc1cec2f12
4
- data.tar.gz: 92086b29ad0ee921bbfb8754b68afa659eae4abc
3
+ metadata.gz: 0c84877b65502441acf166449408c135d5a69cc8
4
+ data.tar.gz: ce751ae157f0be37d7a550ac5df8d635bbec7ef9
5
5
  SHA512:
6
- metadata.gz: 04a8ed596de1d4f28ad34101d4dcc7a8d01c2eac77bdb1203117686a48c2197eeb47dcaeb34f6bd1bc2b9713b226a1d19fa5e2508c924c52b145c2aaa5b95722
7
- data.tar.gz: 739c38b38a9340b9daf3aa62f374ec795145d269f1429420bc8a1a519f6bd95257161b9c09078f8de14127fb4f7086ba9f892732a87db3627575378612a05734
6
+ metadata.gz: 27d148453266afb175faff83c2fc113aa20220749552093443e2da20a1eb2d5f6754dac88440bce01d10c1eafef04374b074a27cc54111b90eba9bb0fde80c40
7
+ data.tar.gz: f048ea3b2f3f7aa4af40ad6f016c0ff7bce55ecae1e33a004c03d24264b5775f61f4e5d5487feec69b95bd76b4eb4cec770e02e0325acc7cc6831ab9ae512ed1
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Switch
3
3
  module Rails
4
- VERSION = "3.3.2"
4
+ VERSION = "3.3.3"
5
5
  end
6
6
  end
7
7
  end
@@ -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.css.scss
12
- cp tmp_vendor/dist/css/bootstrap3/bootstrap-switch.css vendor/assets/stylesheets/bootstrap3-switch.css.scss
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"
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.2
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-01-27 00:00:00.000000000 Z
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.css.scss
61
- - vendor/assets/stylesheets/bootstrap3-switch.css.scss
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