picky 1.3.4 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,8 +44,12 @@ describe CharacterSubstituters do
44
44
  end
45
45
 
46
46
  describe "acute" do
47
+ it_should_substitute 'á', 'a'
48
+ it_should_substitute 'Á', 'A'
47
49
  it_should_substitute 'é', 'e'
48
50
  it_should_substitute 'É', 'E'
51
+ it_should_substitute 'í', 'i'
52
+ it_should_substitute 'ó', 'o'
49
53
  end
50
54
 
51
55
  describe "grave" do
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: picky
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.4
5
+ version: 1.4.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Florian Hanke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-12 00:00:00 +01:00
13
+ date: 2011-02-19 00:00:00 +01:00
14
14
  default_executable: picky
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -248,7 +248,7 @@ rubyforge_project: http://rubyforge.org/projects/picky
248
248
  rubygems_version: 1.5.0
249
249
  signing_key:
250
250
  specification_version: 3
251
- summary: "Picky: Helps you find your data."
251
+ summary: "Picky: Combinatorial Search Engine. Clever Interface. Good Tools."
252
252
  test_files:
253
253
  - spec/ext/performant_spec.rb
254
254
  - spec/lib/adapters/rack/base_spec.rb