utf8proc

diff ruby/gem/utf8proc.gemspec @ 7:fcfd8c836c64

Version 1.1.1

- Added a new PostgreSQL function 'unistrip', which behaves like 'unifold', but also removes all character marks (e.g. accents).
- Changed license from BSD to MIT style.
- Added a new function 'utf8proc_codepoint_valid' to the C library.
- Changed compiler flags in Makefile from -g -O0 to -O2
- The ruby script, which was used to build the utf8proc_data.c file, is now included in the distribution.
author jbe
date Sun Jul 22 12:00:00 2007 +0200 (2007-07-22)
parents
children 6921ee309940
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ruby/gem/utf8proc.gemspec	Sun Jul 22 12:00:00 2007 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +require 'rubygems'
     1.5 +SPEC = Gem::Specification.new do |s|
     1.6 +  s.name = 'utf8proc'
     1.7 +  s.version = '1.1.1'
     1.8 +  s.author = 'Jan Behrens'
     1.9 +  s.email = 'jan.behrens.n4272.expires-2008-06@flexiguided.de'
    1.10 +  s.homepage = 'http://www.flexiguided.de/publications.utf8proc.en.html'
    1.11 +  s.summary = 'UTF-8 Unicode string processing'
    1.12 +  s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c']
    1.13 +  s.require_path = 'lib/'
    1.14 +  s.extensions = ['ext/extconf.rb']
    1.15 +  s.has_rdoc = false
    1.16 +end

Impressum / About Us