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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63f7123b8c040151fd00f571143d3f944013d396
4
- data.tar.gz: 3f752ec1c3f84a1b7a769c446024f39ffdfed900
3
+ metadata.gz: 0b8cc57f4a0fbd71943fc6875a11628b82dd6d32
4
+ data.tar.gz: be0696194ea9bc0f255ef3b146868e1ce6013564
5
5
  SHA512:
6
- metadata.gz: 12cdbed89418d4ade81e878777040f948c488a4b3e28eab6afe92b48aea73a39cc134c4a5f51a788e590c069d5d6d2d6088d0c898abf55a64d7798c901cac2e4
7
- data.tar.gz: 36c36d019a0bfda4e585ca292ab0821e091acb3deb5461e67404de5cdacf7d1ea365edcbce7f04a2f2c2aea04a6ad6e17361d0b0732654288da59b856ef30704
6
+ metadata.gz: 2268a5c85741f58fff5bba414d99ac5a01b9561010ca378da930042c3e4fec516dc16b2965829c3613138213984fa19c0adbfe81bf6a7415c44556bfdc7b9d70
7
+ data.tar.gz: 4f724c454a4c96a0bb54f16161469ababb21ea2d807e08ec0accfc7708e1d492135af4f5cdf7a49cd30f05ec475cdb927c809adcd8d38d8c944cf291eb83575c
@@ -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 which can be used for autocompleting search fields, tags in textareas, and other textfield inputs!}
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
 
@@ -1,3 +1,3 @@
1
1
  module JqueryTextcomplete
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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.5
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: Compatible with Ruby on Rails applications, can be used in conjunction
98
- with acts-as-taggable-on gem for autocomplete tagging, requires Jquery.
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 which can be used for autocompleting search fields, tags in
146
- textareas, and other textfield inputs!
146
+ summary: Textcomplete can be used for autocompleting search fields, tags in textareas,
147
+ and other textfield inputs!
147
148
  test_files: []