jquery_textcomplete 0.1.5 → 0.1.6
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.
- checksums.yaml +4 -4
- data/jquery_textcomplete.gemspec +2 -2
- data/lib/jquery_textcomplete/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b8cc57f4a0fbd71943fc6875a11628b82dd6d32
|
|
4
|
+
data.tar.gz: be0696194ea9bc0f255ef3b146868e1ce6013564
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2268a5c85741f58fff5bba414d99ac5a01b9561010ca378da930042c3e4fec516dc16b2965829c3613138213984fa19c0adbfe81bf6a7415c44556bfdc7b9d70
|
|
7
|
+
data.tar.gz: 4f724c454a4c96a0bb54f16161469ababb21ea2d807e08ec0accfc7708e1d492135af4f5cdf7a49cd30f05ec475cdb927c809adcd8d38d8c944cf291eb83575c
|
data/jquery_textcomplete.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Sebastian Peterlin"]
|
|
10
10
|
spec.email = ["speterlin@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Textcomplete
|
|
13
|
-
spec.description = %q{Compatible with Ruby on Rails applications, can be used in conjunction with acts-as-taggable-on gem for autocomplete tagging, requires Jquery.}
|
|
12
|
+
spec.summary = %q{Textcomplete can be used for autocompleting search fields, tags in textareas, and other textfield inputs!}
|
|
13
|
+
spec.description = %q{Textcomplete can be used for autocompleting search fields, tags in textareas, and other textfield inputs! Compatible with Ruby on Rails applications, can be used in conjunction with acts-as-taggable-on gem for autocomplete tagging, requires Jquery.}
|
|
14
14
|
spec.homepage = "http://github.com/speterlin/jquery_textcomplete"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery_textcomplete
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Peterlin
|
|
@@ -94,8 +94,9 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '5.0'
|
|
97
|
-
description:
|
|
98
|
-
with
|
|
97
|
+
description: Textcomplete can be used for autocompleting search fields, tags in textareas,
|
|
98
|
+
and other textfield inputs! Compatible with Ruby on Rails applications, can be used
|
|
99
|
+
in conjunction with acts-as-taggable-on gem for autocomplete tagging, requires Jquery.
|
|
99
100
|
email:
|
|
100
101
|
- speterlin@gmail.com
|
|
101
102
|
executables: []
|
|
@@ -142,6 +143,6 @@ rubyforge_project:
|
|
|
142
143
|
rubygems_version: 2.5.1
|
|
143
144
|
signing_key:
|
|
144
145
|
specification_version: 4
|
|
145
|
-
summary: Textcomplete
|
|
146
|
-
|
|
146
|
+
summary: Textcomplete can be used for autocompleting search fields, tags in textareas,
|
|
147
|
+
and other textfield inputs!
|
|
147
148
|
test_files: []
|