jquery_autocomplete 0.3.0 → 0.3.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.
- data/CHANGELOG +13 -1
- data/README.textile +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +9 -9
data/CHANGELOG
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
HEAD [
|
1
|
+
HEAD [2011-01-27]
|
2
2
|
====================
|
3
3
|
|
4
4
|
Features
|
@@ -9,6 +9,18 @@
|
|
9
9
|
|
10
10
|
Bugfixes
|
11
11
|
|
12
|
+
0.3.1 [2011-01-27]
|
13
|
+
====================
|
14
|
+
|
15
|
+
Features
|
16
|
+
|
17
|
+
Enhancements
|
18
|
+
|
19
|
+
Changes
|
20
|
+
* updated jquery-ui to v1.8.9
|
21
|
+
|
22
|
+
Bugfixes
|
23
|
+
|
12
24
|
0.3.0 [2010-08-28]
|
13
25
|
====================
|
14
26
|
|
data/README.textile
CHANGED
@@ -68,7 +68,7 @@ Please direct all queries to the issue tracker: "http://github.com/michelefranzi
|
|
68
68
|
|
69
69
|
h2. Credits
|
70
70
|
|
71
|
-
Thanks to Paul Smith for the "original idea":http://github.com/elandesign/formtastic_autocomplete
|
71
|
+
Thanks to Paul Smith for the "original idea":http://github.com/elandesign/formtastic_autocomplete and Pat Shaughnessy for "inspirating":http://patshaughnessy.net/repeated_auto_complete me the named scope part.
|
72
72
|
|
73
73
|
h2. References
|
74
74
|
|
data/Rakefile
CHANGED
@@ -10,7 +10,7 @@ begin
|
|
10
10
|
"works similarly to the original rails autocomplete plugin, but " +
|
11
11
|
"generating unobtrusive javascript."
|
12
12
|
gemspec.email = "michele.franzin@gmail.com"
|
13
|
-
gemspec.homepage = "http://github.com/michelefranzin/jquery_autocomplete"
|
13
|
+
#gemspec.homepage = "http://github.com/michelefranzin/jquery_autocomplete"
|
14
14
|
gemspec.authors = ["Michele Franzin"]
|
15
15
|
|
16
16
|
gemspec.add_development_dependency 'yard', '>=0.5.4'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery_autocomplete
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 17
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michele Franzin
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-01-27 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -72,12 +72,12 @@ files:
|
|
72
72
|
- rails/init.rb
|
73
73
|
- test/jquery_autocomplete_test.rb
|
74
74
|
has_rdoc: true
|
75
|
-
homepage:
|
75
|
+
homepage:
|
76
76
|
licenses: []
|
77
77
|
|
78
78
|
post_install_message:
|
79
|
-
rdoc_options:
|
80
|
-
|
79
|
+
rdoc_options: []
|
80
|
+
|
81
81
|
require_paths:
|
82
82
|
- lib
|
83
83
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements: []
|
102
102
|
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 1.
|
104
|
+
rubygems_version: 1.4.2
|
105
105
|
signing_key:
|
106
106
|
specification_version: 3
|
107
107
|
summary: rails autocomplete using jQuery-UI widget
|