fonetica 0.1.0 → 0.1.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/fonetica.gemspec +2 -3
- data/lib/fonetica/version.rb +1 -1
- metadata +6 -6
data/fonetica.gemspec
CHANGED
|
@@ -8,9 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Gabriel Sobrinho", "Wenderson Malheiros"]
|
|
10
10
|
s.email = ["gabriel.sobrinho@gmail.com", "wmalheiros@gmail.com"]
|
|
11
|
-
s.homepage = "http://
|
|
12
|
-
s.summary = %q{
|
|
13
|
-
s.description = %q{Search records using soundex algorithm}
|
|
11
|
+
s.homepage = "http://github.com/sobrinho/fonetica"
|
|
12
|
+
s.summary = %q{Phonetic finder for ActiveRecord using BUSCABR algorithm}
|
|
14
13
|
s.files = `git ls-files`.split("\n")
|
|
15
14
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
16
15
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/lib/fonetica/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fonetica
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gabriel Sobrinho
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
version: 2.0.0
|
|
68
68
|
type: :development
|
|
69
69
|
version_requirements: *id003
|
|
70
|
-
description:
|
|
70
|
+
description:
|
|
71
71
|
email:
|
|
72
72
|
- gabriel.sobrinho@gmail.com
|
|
73
73
|
- wmalheiros@gmail.com
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- spec/spec_helper.rb
|
|
95
95
|
- spec/string_spec.rb
|
|
96
96
|
has_rdoc: true
|
|
97
|
-
homepage: http://
|
|
97
|
+
homepage: http://github.com/sobrinho/fonetica
|
|
98
98
|
licenses: []
|
|
99
99
|
|
|
100
100
|
post_install_message:
|
|
@@ -126,7 +126,7 @@ rubyforge_project:
|
|
|
126
126
|
rubygems_version: 1.3.7
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 3
|
|
129
|
-
summary:
|
|
129
|
+
summary: Phonetic finder for ActiveRecord using BUSCABR algorithm
|
|
130
130
|
test_files:
|
|
131
131
|
- spec/spec_helper.rb
|
|
132
132
|
- spec/string_spec.rb
|