jquery-multi-typeahead-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.
|
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["klaas.endrikat@googlemail.com"]
|
|
11
11
|
gem.description = %q{Integrates the jquery-multi-typeahead plugin with the asset pipeline}
|
|
12
12
|
gem.summary = %q{Use tags/tokens with typeahead support}
|
|
13
|
+
gem.license = 'MIT'
|
|
13
14
|
gem.homepage = "https://github.com/kendrikat/jquery-multi-typeahead-rails"
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-multi-typeahead-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:
|
|
@@ -28,7 +28,8 @@ files:
|
|
|
28
28
|
- lib/jquery-multi-typeahead-rails/version.rb
|
|
29
29
|
- vendor/assets/javascripts/multi-typeahead.js
|
|
30
30
|
homepage: https://github.com/kendrikat/jquery-multi-typeahead-rails
|
|
31
|
-
licenses:
|
|
31
|
+
licenses:
|
|
32
|
+
- MIT
|
|
32
33
|
post_install_message:
|
|
33
34
|
rdoc_options: []
|
|
34
35
|
require_paths:
|