lunar 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lunar.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
@@ -6,7 +6,7 @@ begin
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "lunar"
|
8
8
|
gem.summary = %Q{A redis based full text search engine}
|
9
|
-
gem.description = %Q{Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on
|
9
|
+
gem.description = %Q{Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on custom fields}
|
10
10
|
gem.email = "cyx.ucron@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/sinefunc/lunar"
|
12
12
|
gem.authors = ["Cyril David"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.4
|
data/lunar.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{lunar}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Cyril David"]
|
12
|
-
s.date = %q{2010-05-
|
13
|
-
s.description = %q{Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on
|
12
|
+
s.date = %q{2010-05-27}
|
13
|
+
s.description = %q{Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on custom fields}
|
14
14
|
s.email = %q{cyx.ucron@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 4
|
9
|
+
version: 0.5.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Cyril David
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-05-
|
17
|
+
date: 2010-05-27 00:00:00 +08:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: "0"
|
70
70
|
type: :development
|
71
71
|
version_requirements: *id004
|
72
|
-
description: Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on
|
72
|
+
description: Features full text searching via metaphones, range querying for numbers, fuzzy searching and sorting based on custom fields
|
73
73
|
email: cyx.ucron@gmail.com
|
74
74
|
executables: []
|
75
75
|
|