jquery_autocomplete_rails 1.2.9 → 1.2.9.1

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: 3833df3df7c20da6aceb3dcad2eff1d8ca5226f0
4
- data.tar.gz: 243d6a801c0abce2c59f9b14c4baafb3b2c33fa8
3
+ metadata.gz: 4ff38d816602f665ad7ab5d122e776d6cbb1969c
4
+ data.tar.gz: 87111d037bb91c4164900ebe0f1e911d6231817a
5
5
  SHA512:
6
- metadata.gz: a76033b2af9341fc04377b3d697cbc6a5d7db3e91001edd692ecb986a640d6648796fe78360655a3cf369619bba70006a92340f872f94ac11e1cdc300ae875d5
7
- data.tar.gz: 9f3e7aaa39de637f16a676f8020dbe3c0c6590726c26e0ce2c5915f6abe0a3e6495089936716be4458c8303daed96d631df3cbc267b56630078e21323e5a9d8d
6
+ metadata.gz: 3fe1bca02ccd916d65922020111f78ca44fb7e85f478b8398a44087ef9f24af97ac5bec9083f0ecda250d7107b6b018da853ecae6acc7df138eba49849be1751
7
+ data.tar.gz: e67cfececbc6c83de9ecb79dfca884836acf2214863ff5222ed4bc34f8e6691d5f166ce9561047d0b208848296192ef879708d55acca1e389afe6a328745d6d5
@@ -1,3 +1,3 @@
1
1
  module JqueryAutocompleteRails
2
- VERSION = "1.2.9"
2
+ VERSION = "1.2.9.1"
3
3
  end
@@ -1,9 +1,6 @@
1
- body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }
2
1
  .container { width: 800px; margin: 0 auto; }
3
2
 
4
3
  .autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
5
4
  .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
6
5
  .autocomplete-selected { background: #F0F0F0; }
7
6
  .autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
8
-
9
- input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_autocomplete_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9
4
+ version: 1.2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Kamenik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-16 00:00:00.000000000 Z
11
+ date: 2014-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails