jquery-multi-typeahead-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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($/)
@@ -2,7 +2,7 @@ module Jquery
2
2
  module Multi
3
3
  module Typeahead
4
4
  module Rails
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
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.1
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: