icu4r 0.1.3.2006.01.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: icu4r
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.3.2006.01.26
7
+ date: 2006-01-26 00:00:00 +02:00
8
+ summary: Ruby extension for Unicode support using ICU
9
+ require_paths:
10
+ - .
11
+ email: meadow.nnick@gmail.com
12
+ homepage: http://icu4r.rubyforge.org/
13
+ rubyforge_project: icu4r
14
+ description:
15
+ autorequire: icu4r
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Nikolai Lugovoi
30
+ files:
31
+ - docs/UNICODE_REGEXPS
32
+ - docs/FORMATTING
33
+ - samples/demo_locales.rb
34
+ - samples/demo_each.rb
35
+ - samples/resbundle
36
+ - samples/demo_regexp.rb
37
+ - samples/resbundle/mkres.sh
38
+ - samples/resbundle/appmsg
39
+ - samples/resbundle/demo_bundle.rb
40
+ - samples/resbundle/root.txt
41
+ - samples/resbundle/ru.txt
42
+ - samples/resbundle/appmsg/root.res
43
+ - samples/resbundle/appmsg/ru.res
44
+ - tools/doc.sh
45
+ - tools/km.rb
46
+ - test/test_calendar.rb
47
+ - test/test_ustring.rb
48
+ - calendar.c
49
+ - fmt.cpp
50
+ - icu4r.c
51
+ - icu_common.h
52
+ - ubundle.c
53
+ - ucore_ext.c
54
+ - uregex.c
55
+ - uregex.h
56
+ - ustring.c
57
+ - README
58
+ - MIT-LICENSE
59
+ test_files: []
60
+
61
+ rdoc_options:
62
+ - -c
63
+ - utf-8
64
+ - -x
65
+ - \.(rb|cpp)$
66
+ - -t
67
+ - ICU4R
68
+ - -T
69
+ - tools/km.rb
70
+ extra_rdoc_files:
71
+ - README
72
+ - docs/FORMATTING
73
+ - docs/UNICODE_REGEXPS
74
+ executables: []
75
+
76
+ extensions:
77
+ - extconf.rb
78
+ requirements:
79
+ - ICU libraries v 3.4
80
+ dependencies: []
81
+