# -*- encoding: utf-8 -*- # stub: hunspell 0.1.4 ruby lib. # stub: extconf.rb Gem::Specification.new do |s| s.name = "hunspell".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, ".".freeze] s.authors = ["G\u00E1bor SEBESTY\u00C9N".freeze] s.date = "2016-07-07" s.description = "Hunspell is an easy native Ruby interface to the famous Hunspell spell checker\nlibrary which is part of OpenOffice and Mozilla products. With this bundle\nyou can start to develop your own AJAX based spell checker service for\nRuby on Rails.\n".freeze s.email = "segabor@gmail.com".freeze s.extensions = ["extconf.rb".freeze] s.files = ["LGPL_LICENSE".freeze, "README.md".freeze, "TODO".freeze, "example.rb".freeze, "extconf.rb".freeze, "hunspell.c".freeze, "hunspell.rb".freeze, "test/test_hunspell.rb".freeze] s.homepage = "https://github.com/segabor/Hunspell".freeze s.requirements = ["hunspell 1.3 or newer".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby interface to hunspell spell checker".freeze s.test_files = ["test/test_hunspell.rb".freeze] end