bootstrap-combobox-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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 easy deployment & maintenance. Note this uses a forked version of bootstrap-combobox
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
- TODO: Verify these instructions:
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
 
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Combobox
3
3
  module Rails
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
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.2
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-11 00:00:00.000000000 Z
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: