dmarkow-raspell 1.2 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/test/simple_test.rb +1 -1
  3. metadata +4 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.2.1. Fix some gemspec issues
2
+
3
+ v1.2. Support for Ruby 1.9.1 / Update test to match corrections given by aspell 0.60.6
1
4
 
2
5
  v1.1. Would be nice if it actually compiled again.
3
6
 
@@ -22,7 +22,7 @@ class TestSpell < Test::Unit::TestCase
22
22
 
23
23
  def test_suggest
24
24
  suggestions = @aspell.suggest("spel")
25
- assert_equal(["spell", "spiel", "spew", "Opel", "spec", "sped"],
25
+ assert_equal(["spell", "spiel", "spew", "Opel", "spec", "sped", "Shel"],
26
26
  suggestions)
27
27
  end
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dmarkow-raspell
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.2"
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Weaver
@@ -18,8 +18,8 @@ description: Update of Evan Weaver's raspell gem to support Ruby 1.9.1
18
18
  email: dylan@dylanmarkow.com
19
19
  executables: []
20
20
 
21
- extensions: []
22
-
21
+ extensions:
22
+ - ext/extconf.rb
23
23
  extra_rdoc_files:
24
24
  - LICENSE
25
25
  - README
@@ -39,6 +39,7 @@ rdoc_options:
39
39
  - --charset=UTF-8
40
40
  require_paths:
41
41
  - lib
42
+ - ext
42
43
  required_ruby_version: !ruby/object:Gem::Requirement
43
44
  requirements:
44
45
  - - ">="