bootstrap-multiselect-rails 0.0.6 → 0.0.8
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 -1
- data/lib/bootstrap/multiselect/rails/version.rb +7 -0
- data/lib/rails.rb +7 -5
- metadata +2 -2
- data/lib/bootstrap-multiselect/rails/version.rb +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 545a615322d0db3db2b6ff2f8cb5171c121c78ab
|
|
4
|
+
data.tar.gz: 324fac477d48008bb2c92f1be3702f8d85f842a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd8196e45f2c00ab65efec8f11077146fe5e56e9e121f4f505c559fe4f1a0d7b13ffe701ed907c7386473d5c4d220c937639a6c05e3bbff0b96ff2f0234a46f6
|
|
7
|
+
data.tar.gz: b7edd0ea0073e7fdd24eb39231f86920ff5f8aab48c4a7f40b11a6ca47a32a11040d0d0b3e60539f2e5b08e2a7d945895f2e23e111e3565b150ff649f583c98c
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Bootstrap Multiselect Rails
|
|
2
2
|
|
|
3
|
-
Easily add [bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
|
|
3
|
+
Easily add [bootstrap-multiselect v0.9.5](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
data/lib/rails.rb
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
require "bootstrap
|
|
1
|
+
require "bootstrap/multiselect/rails/version"
|
|
2
2
|
|
|
3
|
-
module
|
|
4
|
-
module
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
module Bootstrap
|
|
4
|
+
module Multiselect
|
|
5
|
+
module Rails
|
|
6
|
+
class Engine < Rails::Engine
|
|
7
|
+
end
|
|
8
|
+
end
|
|
7
9
|
end
|
|
8
10
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap-multiselect-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Canac
|
|
@@ -60,7 +60,7 @@ executables: []
|
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
-
- lib/bootstrap
|
|
63
|
+
- lib/bootstrap/multiselect/rails/version.rb
|
|
64
64
|
- lib/rails.rb
|
|
65
65
|
- vendor/assets/javascripts/bootstrap-multiselect.js
|
|
66
66
|
- vendor/assets/stylesheets/bootstrap-multiselect.css
|