--- !ruby/object:Gem::Specification name: ffi-hunspell version: !ruby/object:Gem::Version version: 0.6.1 platform: ruby authors: - Postmodern autorequire: bindir: bin cert_chain: [] date: 2021-02-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ffi requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: Ruby FFI bindings for the Hunspell spell checker. email: postmodern.mod3@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.md - LICENSE.txt - README.md files: - ".gemtest" - ".github/workflows/ruby.yml" - ".gitignore" - ".rspec" - ".yardopts" - ChangeLog.md - Gemfile - LICENSE.txt - README.md - Rakefile - ffi-hunspell.gemspec - gemspec.yml - lib/ffi/hunspell.rb - lib/ffi/hunspell/dictionary.rb - lib/ffi/hunspell/hunspell.rb - lib/ffi/hunspell/version.rb - spec/dictionary_spec.rb - spec/fixtures/extra.dic - spec/hunspell_spec.rb - spec/spec_helper.rb homepage: https://github.com/postmodern/ffi-hunspell#readme licenses: - MIT metadata: documentation_uri: https://rubydoc.info/gems/ffi-hunspell source_code_uri: https://github.com/postmodern/ffi-hunspell bug_tracker_uri: https://github.com/postmodern/ffi-hunspell/issues changelog_uri: https://github.com/postmodern/ffi-hunspell/blob/master/ChangeLog.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: - libhunspell >= 1.2.0, <= 1.7.0 rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: FFI bindings for Hunspell test_files: []