rails-simple-search 0.9.3 → 0.9.4
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/README +1 -1
- metadata +41 -19
data/README
CHANGED
@@ -59,7 +59,7 @@ Code in views:
|
|
59
59
|
|
60
60
|
Note
|
61
61
|
====
|
62
|
-
For rails 2.x.x applications, you might want to use the version 0.9.0. Since version 0.9.1, this gem started to support rails 3 now.
|
62
|
+
For rails 2.x.x applications, you might want to use the version 0.9.0. Since version 0.9.1, this gem started to support rails 3 now. The latest version 0.9.4 is tested under rails 3.2.6.
|
63
63
|
|
64
64
|
There is a real demo application which you can download and run immediately: https://github.com/yzhanginwa/demo_app_for_rails_simple_search
|
65
65
|
|
metadata
CHANGED
@@ -1,46 +1,68 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-simple-search
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 51
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 9
|
9
|
+
- 4
|
10
|
+
version: 0.9.4
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Yi Zhang
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
17
|
+
|
18
|
+
date: 2012-11-20 00:00:00 -08:00
|
19
|
+
default_executable:
|
13
20
|
dependencies: []
|
14
|
-
|
21
|
+
|
22
|
+
description: rails-simple-search is a light and easy to use gem. It could help developers quickly build a search page.
|
15
23
|
email: yzhang.wa@gmail.com
|
16
24
|
executables: []
|
25
|
+
|
17
26
|
extensions: []
|
27
|
+
|
18
28
|
extra_rdoc_files: []
|
19
|
-
|
29
|
+
|
30
|
+
files:
|
20
31
|
- README
|
21
32
|
- lib/rails-simple-search.rb
|
33
|
+
has_rdoc: true
|
22
34
|
homepage: http://github.com/yzhanginwa/rails-simple-search
|
23
35
|
licenses: []
|
36
|
+
|
24
37
|
post_install_message:
|
25
38
|
rdoc_options: []
|
26
|
-
|
39
|
+
|
40
|
+
require_paths:
|
27
41
|
- lib
|
28
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
43
|
none: false
|
30
|
-
requirements:
|
31
|
-
- -
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
|
34
|
-
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
hash: 3
|
48
|
+
segments:
|
49
|
+
- 0
|
50
|
+
version: "0"
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
52
|
none: false
|
36
|
-
requirements:
|
37
|
-
- -
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
hash: 3
|
57
|
+
segments:
|
58
|
+
- 0
|
59
|
+
version: "0"
|
40
60
|
requirements: []
|
61
|
+
|
41
62
|
rubyforge_project:
|
42
|
-
rubygems_version: 1.
|
63
|
+
rubygems_version: 1.6.2
|
43
64
|
signing_key:
|
44
65
|
specification_version: 3
|
45
66
|
summary: A very simple and light get to quick build search function in rails
|
46
67
|
test_files: []
|
68
|
+
|