utf8proc
view ruby/gem/utf8proc.gemspec @ 16:1711af85df6f
Added tags for versions 0.1 through 1.1.6
author | jbe |
---|---|
date | Fri Nov 28 01:56:31 2014 +0100 (2014-11-28) |
parents | d0bab6ca89a5 |
children |
line source
1 require 'rubygems'
2 SPEC = Gem::Specification.new do |s|
3 s.name = 'utf8proc'
4 s.version = '1.1.6'
5 s.author = 'Public Software Group e. V., Berlin, Germany'
6 s.homepage = 'http://www.public-software-group.org/utf8proc'
7 s.summary = 'UTF-8 Unicode string processing'
8 s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c']
9 s.require_path = 'lib/'
10 s.extensions = ['ext/extconf.rb']
11 s.has_rdoc = false
12 end