bootstrap-multiselect-rails 0.0.1 → 0.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.
- data/MIT-LICENSE +1 -1
- data/README.md +27 -0
- data/lib/bootstrap-multiselect-rails/version.rb +1 -1
- metadata +5 -4
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Bootstrap Multiselect Rails
|
|
2
|
+
|
|
3
|
+
Easily add [bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
gem 'bootstrap-multiselect-rails'
|
|
10
|
+
|
|
11
|
+
And then execute:
|
|
12
|
+
|
|
13
|
+
$ bundle
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
In `application.js`:
|
|
18
|
+
|
|
19
|
+
//= require bootstrap-multiselect-rails
|
|
20
|
+
|
|
21
|
+
In `application.css`:
|
|
22
|
+
|
|
23
|
+
*= require bootstrap-multiselect-rails
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
bootstrap-multiselect-rails is under the MIT license.
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -91,7 +91,8 @@ files:
|
|
|
91
91
|
- test/dummy/README.rdoc
|
|
92
92
|
- test/test_helper.rb
|
|
93
93
|
homepage: https://github.com/benjamincanac/bootstrap-multiselect-rails
|
|
94
|
-
licenses:
|
|
94
|
+
licenses:
|
|
95
|
+
- MIT
|
|
95
96
|
post_install_message:
|
|
96
97
|
rdoc_options: []
|
|
97
98
|
require_paths:
|
|
@@ -104,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
105
|
version: '0'
|
|
105
106
|
segments:
|
|
106
107
|
- 0
|
|
107
|
-
hash:
|
|
108
|
+
hash: -743330843439185767
|
|
108
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
110
|
none: false
|
|
110
111
|
requirements:
|
|
@@ -113,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
114
|
version: '0'
|
|
114
115
|
segments:
|
|
115
116
|
- 0
|
|
116
|
-
hash:
|
|
117
|
+
hash: -743330843439185767
|
|
117
118
|
requirements: []
|
|
118
119
|
rubyforge_project:
|
|
119
120
|
rubygems_version: 1.8.25
|