fonetica 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/fonetica.gemspec +1 -1
- data/lib/fonetica/version.rb +1 -1
- metadata +4 -4
data/fonetica.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Gabriel Sobrinho", "Wenderson Malheiros"]
|
|
10
10
|
s.email = ["gabriel.sobrinho@gmail.com", "wmalheiros@gmail.com"]
|
|
11
11
|
s.homepage = "http://github.com/sobrinho/fonetica"
|
|
12
|
-
s.summary = %q{
|
|
12
|
+
s.summary = %q{BuscaBR algorithm which allow the comparison of words based on their phonetic likeness}
|
|
13
13
|
s.files = `git ls-files`.split("\n")
|
|
14
14
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
15
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: 17
|
|
5
5
|
prerelease: false
|
|
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
|
- Gabriel Sobrinho
|
|
@@ -124,7 +124,7 @@ rubyforge_project:
|
|
|
124
124
|
rubygems_version: 1.3.7
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 3
|
|
127
|
-
summary:
|
|
127
|
+
summary: BuscaBR algorithm which allow the comparison of words based on their phonetic likeness
|
|
128
128
|
test_files:
|
|
129
129
|
- spec/fonetica_spec.rb
|
|
130
130
|
- spec/spec_helper.rb
|