utf8proc

diff ruby/gem/utf8proc.gemspec @ 9:951e73a98021

Version 1.1.3

- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
author jbe
date Fri May 01 12:00:00 2009 +0200 (2009-05-01)
parents 6921ee309940
children 00d2bcbdc945
line diff
     1.1 --- a/ruby/gem/utf8proc.gemspec	Wed Jul 25 12:00:00 2007 +0200
     1.2 +++ b/ruby/gem/utf8proc.gemspec	Fri May 01 12:00:00 2009 +0200
     1.3 @@ -1,9 +1,8 @@
     1.4  require 'rubygems'
     1.5  SPEC = Gem::Specification.new do |s|
     1.6    s.name = 'utf8proc'
     1.7 -  s.version = '1.1.2'
     1.8 +  s.version = '1.1.3'
     1.9    s.author = 'Jan Behrens'
    1.10 -  s.email = 'jan.behrens.n4272.expires-2008-06@flexiguided.de'
    1.11    s.homepage = 'http://www.flexiguided.de/publications.utf8proc.en.html'
    1.12    s.summary = 'UTF-8 Unicode string processing'
    1.13    s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c']

Impressum / About Us