utf8proc
diff ruby/gem/utf8proc.gemspec @ 10:00d2bcbdc945
Version 1.1.4
- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
author | jbe |
---|---|
date | Wed Aug 19 12:00:00 2009 +0200 (2009-08-19) |
parents | 951e73a98021 |
children | 2c7384f1fac1 |
line diff
1.1 --- a/ruby/gem/utf8proc.gemspec Fri May 01 12:00:00 2009 +0200 1.2 +++ b/ruby/gem/utf8proc.gemspec Wed Aug 19 12:00:00 2009 +0200 1.3 @@ -1,9 +1,9 @@ 1.4 require 'rubygems' 1.5 SPEC = Gem::Specification.new do |s| 1.6 s.name = 'utf8proc' 1.7 - s.version = '1.1.3' 1.8 - s.author = 'Jan Behrens' 1.9 - s.homepage = 'http://www.flexiguided.de/publications.utf8proc.en.html' 1.10 + s.version = '1.1.4' 1.11 + s.author = 'Public Software Group e. V., Berlin, Germany' 1.12 + s.homepage = 'http://www.public-software-group.org/utf8proc' 1.13 s.summary = 'UTF-8 Unicode string processing' 1.14 s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c'] 1.15 s.require_path = 'lib/'