fonetica 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
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://rubygems.org/gems/soundex"
12
- s.summary = %q{Soundex finder for ActiveRecord}
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) }
@@ -2,7 +2,7 @@ module Fonetica
2
2
  module Version #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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: Search records using soundex algorithm
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://rubygems.org/gems/soundex
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: Soundex finder for ActiveRecord
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