import of utf8proc-v1.1.6

This commit is contained in:
Steven G. Johnson
2014-07-15 15:29:52 -04:00
commit ab9520d188
17 changed files with 16875 additions and 0 deletions

12
ruby/gem/utf8proc.gemspec Normal file
View File

@@ -0,0 +1,12 @@
require 'rubygems'
SPEC = Gem::Specification.new do |s|
s.name = 'utf8proc'
s.version = '1.1.6'
s.author = 'Public Software Group e. V., Berlin, Germany'
s.homepage = 'http://www.public-software-group.org/utf8proc'
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