aboutsummaryrefslogtreecommitdiff
path: root/ruby/gem/utf8proc.gemspec
blob: 5c11e1dc33759a9c7b7dfb839f4cd90b1590e298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'rubygems'
SPEC = Gem::Specification.new do |s|
  s.name = 'utf8proc'
  s.version = '1.1.2'
  s.author = 'Jan Behrens'
  s.email = 'jan.behrens.n4272.expires-2008-06@flexiguided.de'
  s.homepage = 'http://www.flexiguided.de/publications.utf8proc.en.html'
  s.summary = 'UTF-8 Unicode string processing'
  s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c']
  s.require_path = 'lib/'
  s.extensions = ['ext/extconf.rb']
  s.has_rdoc = false
end