1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "raspell"
s.version = "1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = [""]
s.cert_chain = ["/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-public_cert.pem"]
s.date = "2011-12-03"
s.description = "An interface binding for the Aspell spelling checker."
s.email = ""
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "lib/raspell_stub.rb"]
s.files = ["CHANGELOG", "LICENSE", "Manifest", "README.rdoc", "Rakefile", "ext/extconf.rb", "ext/raspell.c", "ext/raspell.h", "lib/raspell_stub.rb", "test/simple_test.rb", "raspell.gemspec"]
s.homepage = "http://fauna.github.com/fauna/raspell/"
s.require_paths = ["lib", "ext"]
s.rubyforge_project = "fauna"
s.rubygems_version = "1.8.10"
s.signing_key = "/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-private_key.pem"
s.summary = "An interface binding for the Aspell spelling checker."
s.test_files = ["test/simple_test.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|