-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathunicode.gemspec
30 lines (26 loc) · 1.01 KB
/
unicode.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{unicode}
s.version = "0.4.4.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Yoshida Masato}]
s.date = %q{2013-02-07}
s.email = %q{[email protected]}
s.licenses = %w[Ruby]
s.extensions = %w[ext/unicode/extconf.rb]
s.extra_rdoc_files = [%q{README}]
s.files = %w[
README Rakefile unicode.gemspec lib/unicode.rb
test/test.rb tools/README tools/mkunidata.rb tools/normtest.rb
ext/unicode/extconf.rb ext/unicode/unicode.c ext/unicode/unidata.map
ext/unicode/ustring.c ext/unicode/ustring.h ext/unicode/wstring.c ext/unicode/wstring.h
]
s.homepage = %q{http://www.yoshidam.net/Ruby.html#unicode}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{Unicode normalization library.}
s.description = %q{Unicode normalization library.}
if s.respond_to? :specification_version then
s.specification_version = 3
end
end