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.
@@ -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{Phonetic finder for ActiveRecord using BUSCABR algorithm}
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) }
@@ -2,7 +2,7 @@ module Fonetica
2
2
  module Version #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
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: Phonetic finder for ActiveRecord using BUSCABR algorithm
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