bootstrap-combobox-rails 0.0.2 → 0.0.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.
- data/README.md +9 -3
- data/lib/bootstrap-combobox-rails/version.rb +1 -1
- metadata +5 -4
data/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Bootstrap::Combobox::Rails
|
|
2
2
|
|
|
3
|
-
Simple wrapping of bootstrap-combobox in a gem for
|
|
3
|
+
Simple wrapping of [bootstrap-combobox](https://github.com/danielfarrell/bootstrap-combobox) in a gem for
|
|
4
|
+
easy deployment & maintenance. Note
|
|
5
|
+
this uses a [forked version](https://github.com/taleinat/bootstrap-combobox) of bootstrap-combobox to get
|
|
6
|
+
the [force_match](https://github.com/danielfarrell/bootstrap-combobox/pull/66) functionality.
|
|
4
7
|
|
|
5
8
|
## Installation
|
|
6
9
|
|
|
@@ -18,9 +21,12 @@ Or install it yourself as:
|
|
|
18
21
|
|
|
19
22
|
## Usage
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
Add
|
|
25
|
+
|
|
26
|
+
//= require bootstrap-combobox
|
|
27
|
+
|
|
28
|
+
to `application.js` and require the same in your CSS.
|
|
22
29
|
|
|
23
|
-
None? The .js and .css will get included automatically?
|
|
24
30
|
|
|
25
31
|
## Contributing
|
|
26
32
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap-combobox-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -49,8 +49,9 @@ files:
|
|
|
49
49
|
- vendor/assets/stylesheets/bootstrap-combobox.css
|
|
50
50
|
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
52
|
-
homepage:
|
|
53
|
-
licenses:
|
|
52
|
+
homepage: https://github.com/constantorbit/bootstrap-combobox-rails
|
|
53
|
+
licenses:
|
|
54
|
+
- MIT
|
|
54
55
|
post_install_message:
|
|
55
56
|
rdoc_options: []
|
|
56
57
|
require_paths:
|