rails-jquery-tokeninput 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +65 -0
- data/Rakefile +1 -0
- data/app/assets/javascripts/jquery.tokeninput.js +1061 -0
- data/app/assets/javascripts/rails-jquery-tokeninput.js +10 -0
- data/lib/rails/jquery/tokeninput.rb +9 -0
- data/lib/rails/jquery/tokeninput/version.rb +7 -0
- data/rails-jquery-tokeninput.gemspec +20 -0
- data/vendor/assets/stylesheets/token-input-facebook.css +122 -0
- data/vendor/assets/stylesheets/token-input-mac.css +204 -0
- data/vendor/assets/stylesheets/token-input.css +127 -0
- metadata +59 -0
metadata
ADDED
@@ -0,0 +1,59 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rails-jquery-tokeninput
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Evgeny Li
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-10-25 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: rails-jquery-tokeninput project integrates Tokeninput jQuery plugin which
|
14
|
+
allows your users to select multiple items from a predefined list, using autocompletion
|
15
|
+
as they type to find each item
|
16
|
+
email:
|
17
|
+
- exaspark@gmail.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- Gemfile
|
23
|
+
- LICENSE.txt
|
24
|
+
- README.md
|
25
|
+
- Rakefile
|
26
|
+
- app/assets/javascripts/jquery.tokeninput.js
|
27
|
+
- app/assets/javascripts/rails-jquery-tokeninput.js
|
28
|
+
- lib/rails/jquery/tokeninput.rb
|
29
|
+
- lib/rails/jquery/tokeninput/version.rb
|
30
|
+
- rails-jquery-tokeninput.gemspec
|
31
|
+
- vendor/assets/stylesheets/token-input-facebook.css
|
32
|
+
- vendor/assets/stylesheets/token-input-mac.css
|
33
|
+
- vendor/assets/stylesheets/token-input.css
|
34
|
+
homepage: https://github.com/exAspArk/rails-jquery-tokeninput
|
35
|
+
licenses:
|
36
|
+
- MIT
|
37
|
+
metadata: {}
|
38
|
+
post_install_message:
|
39
|
+
rdoc_options: []
|
40
|
+
require_paths:
|
41
|
+
- lib
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ! '>='
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
requirements: []
|
53
|
+
rubyforge_project:
|
54
|
+
rubygems_version: 2.1.5
|
55
|
+
signing_key:
|
56
|
+
specification_version: 4
|
57
|
+
summary: Porting Tokeninput plugin
|
58
|
+
test_files: []
|
59
|
+
has_rdoc:
|