ffi-hunspell 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.md +5 -0
- data/gemspec.yml +1 -1
- data/lib/ffi/hunspell/hunspell.rb +2 -1
- metadata +3 -3
data/ChangeLog.md
CHANGED
data/gemspec.yml
CHANGED
@@ -5,7 +5,8 @@ module FFI
|
|
5
5
|
module Hunspell
|
6
6
|
extend FFI::Library
|
7
7
|
|
8
|
-
ffi_lib ['hunspell-1.2', '
|
8
|
+
ffi_lib ['hunspell-1.2', 'libhunspell-1.2.so.0',
|
9
|
+
'hunspell-1.3', 'libhunspell-1.3.so.0']
|
9
10
|
|
10
11
|
attach_function :Hunspell_create, [:string, :string], :pointer
|
11
12
|
attach_function :Hunspell_create_key, [:string, :string, :string], :pointer
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi-hunspell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ffi
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
138
138
|
requirements:
|
139
139
|
- libhunspell >= 1.2.0
|
140
140
|
rubyforge_project:
|
141
|
-
rubygems_version: 1.8.
|
141
|
+
rubygems_version: 1.8.24
|
142
142
|
signing_key:
|
143
143
|
specification_version: 3
|
144
144
|
summary: FFI bindings for Hunspell
|