tagsinput-rails4 1.4.0.2 → 1.4.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/Rakefile +1 -0
- data/{vendor → app}/assets/javascripts/jquery.tagsinput.js +0 -0
- data/{vendor → app}/assets/stylesheets/jquery.tagsinput.css +0 -0
- data/lib/{tagsinput-rails.rb → tagsinput-rails4.rb} +1 -1
- data/lib/{tagsinput-rails → tagsinput-rails4}/version.rb +1 -1
- data/tagsinput-rails4.gemspec +24 -0
- metadata +12 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46506913e410541f5a74bc89754e58d243b8ea00
|
4
|
+
data.tar.gz: b571fa51124eaa83bb306f9a3c6095df7409d136
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42594dba2b0a472c567fdbc0c5fbcd1a2a0023d0535e16cd86a549ade0d982509816a86a8dbda6c1836a065742ba16faccdd46677fd03db1a4becda64bb26689
|
7
|
+
data.tar.gz: adc6f6b94fdf2f55da39f46f44a5308852703bc02fff139eb7489f5c73f8005b8909497fece3fa4c262bd1fa40eee7a5bd91f53937d27d394848ec9634fdf332
|
data/.gitignore
ADDED
data/Gemfile
ADDED
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
File without changes
|
File without changes
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
require File.expand_path('../lib/tagsinput-rails4/version', __FILE__)
|
3
|
+
|
4
|
+
Gem::Specification.new do |spec|
|
5
|
+
spec.name = 'tagsinput-rails4'
|
6
|
+
spec.version = Tagsinput::Rails::VERSION
|
7
|
+
spec.authors = ['Roman Greshny']
|
8
|
+
spec.email = ['greshny@gmail.com']
|
9
|
+
spec.summary = %q{The jQuery-Tags-Input jQuery plugin ready to play with the Rails Asset Pipeline}
|
10
|
+
spec.description = <<-EOF
|
11
|
+
Magically convert a simple text input into a cool tag list with this jQuery plugin.
|
12
|
+
This gem allows for its easy inclusion into the rails asset pipeline.
|
13
|
+
EOF
|
14
|
+
spec.homepage = 'http://github.com/greshny/tagsinput-rails/'
|
15
|
+
spec.license = 'MIT'
|
16
|
+
|
17
|
+
spec.required_rubygems_version = ">= 1.3.6"
|
18
|
+
|
19
|
+
spec.add_dependency "railties", ">= 3.1.0"
|
20
|
+
|
21
|
+
spec.files = `git ls-files`.split("\n").reject { |f| f =~ /^gemspec|^gitignore/ }
|
22
|
+
spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
23
|
+
spec.require_path = 'lib'
|
24
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tagsinput-rails4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.0.
|
4
|
+
version: 1.4.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roman Greshny
|
@@ -10,68 +10,20 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2013-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: railties
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ~>
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '3.1'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - ~>
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '3.1'
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: railties
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
30
16
|
requirements:
|
31
17
|
- - '>='
|
32
18
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
34
|
-
- - <
|
35
|
-
- !ruby/object:Gem::Version
|
36
|
-
version: '4.1'
|
19
|
+
version: 3.1.0
|
37
20
|
type: :runtime
|
38
21
|
prerelease: false
|
39
22
|
version_requirements: !ruby/object:Gem::Requirement
|
40
23
|
requirements:
|
41
24
|
- - '>='
|
42
25
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
44
|
-
- - <
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: '4.1'
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: bundler
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - ~>
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '1.3'
|
54
|
-
type: :development
|
55
|
-
prerelease: false
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
requirements:
|
58
|
-
- - ~>
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: '1.3'
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
name: rake
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
64
|
-
requirements:
|
65
|
-
- - '>='
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
version: '0'
|
68
|
-
type: :development
|
69
|
-
prerelease: false
|
70
|
-
version_requirements: !ruby/object:Gem::Requirement
|
71
|
-
requirements:
|
72
|
-
- - '>='
|
73
|
-
- !ruby/object:Gem::Version
|
74
|
-
version: '0'
|
26
|
+
version: 3.1.0
|
75
27
|
description: |2
|
76
28
|
Magically convert a simple text input into a cool tag list with this jQuery plugin.
|
77
29
|
This gem allows for its easy inclusion into the rails asset pipeline.
|
@@ -81,12 +33,16 @@ executables: []
|
|
81
33
|
extensions: []
|
82
34
|
extra_rdoc_files: []
|
83
35
|
files:
|
84
|
-
-
|
85
|
-
-
|
86
|
-
- vendor/assets/javascripts/jquery.tagsinput.js
|
87
|
-
- vendor/assets/stylesheets/jquery.tagsinput.css
|
36
|
+
- .gitignore
|
37
|
+
- Gemfile
|
88
38
|
- LICENSE.txt
|
89
39
|
- README.md
|
40
|
+
- Rakefile
|
41
|
+
- app/assets/javascripts/jquery.tagsinput.js
|
42
|
+
- app/assets/stylesheets/jquery.tagsinput.css
|
43
|
+
- lib/tagsinput-rails4.rb
|
44
|
+
- lib/tagsinput-rails4/version.rb
|
45
|
+
- tagsinput-rails4.gemspec
|
90
46
|
homepage: http://github.com/greshny/tagsinput-rails/
|
91
47
|
licenses:
|
92
48
|
- MIT
|
@@ -104,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
60
|
requirements:
|
105
61
|
- - '>='
|
106
62
|
- !ruby/object:Gem::Version
|
107
|
-
version:
|
63
|
+
version: 1.3.6
|
108
64
|
requirements: []
|
109
65
|
rubyforge_project:
|
110
66
|
rubygems_version: 2.1.10
|