pango 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,158 +1,138 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.2
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 2
|
9
|
-
- 1
|
10
|
-
version: 1.2.1
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- The Ruby-GNOME2 Project Team
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2013-03-11 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: cairo
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
26
|
-
- -
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
hash: 63
|
29
|
-
segments:
|
30
|
-
- 1
|
31
|
-
- 10
|
32
|
-
- 0
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
33
21
|
version: 1.10.0
|
34
22
|
type: :runtime
|
35
|
-
version_requirements: *id001
|
36
|
-
- !ruby/object:Gem::Dependency
|
37
|
-
name: glib2
|
38
23
|
prerelease: false
|
39
|
-
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 1.10.0
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: glib2
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
40
33
|
none: false
|
41
|
-
requirements:
|
42
|
-
- -
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
|
45
|
-
segments:
|
46
|
-
- 1
|
47
|
-
- 2
|
48
|
-
- 1
|
49
|
-
version: 1.2.1
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 1.2.2
|
50
38
|
type: :runtime
|
51
|
-
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 1.2.2
|
52
46
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
53
47
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
54
48
|
executables: []
|
55
|
-
|
56
|
-
extensions:
|
49
|
+
extensions:
|
57
50
|
- ext/pango/extconf.rb
|
58
51
|
extra_rdoc_files: []
|
59
|
-
|
60
|
-
files:
|
52
|
+
files:
|
61
53
|
- README
|
62
54
|
- Rakefile
|
63
55
|
- extconf.rb
|
64
56
|
- lib/pango.rb
|
65
|
-
- ext/pango/
|
57
|
+
- ext/pango/depend
|
58
|
+
- ext/pango/extconf.rb
|
59
|
+
- ext/pango/pango.def
|
66
60
|
- ext/pango/rbpango.c
|
67
|
-
- ext/pango/
|
68
|
-
- ext/pango/
|
69
|
-
- ext/pango/rbpangogravity.c
|
61
|
+
- ext/pango/rbpango.h
|
62
|
+
- ext/pango/rbpangoanalysis.c
|
70
63
|
- ext/pango/rbpangoattribute.c
|
71
|
-
- ext/pango/rbpangoglyphinfo.c
|
72
|
-
- ext/pango/rbpangoglyphitem.c
|
73
|
-
- ext/pango/rbpangolayout.c
|
74
64
|
- ext/pango/rbpangoattriterator.c
|
75
65
|
- ext/pango/rbpangoattrlist.c
|
76
|
-
- ext/pango/
|
77
|
-
- ext/pango/
|
78
|
-
- ext/pango/
|
66
|
+
- ext/pango/rbpangocairo.c
|
67
|
+
- ext/pango/rbpangocairocontext.c
|
68
|
+
- ext/pango/rbpangocolor.c
|
69
|
+
- ext/pango/rbpangocontext.c
|
70
|
+
- ext/pango/rbpangoconversions.h
|
71
|
+
- ext/pango/rbpangocoverage.c
|
72
|
+
- ext/pango/rbpangoengine.c
|
79
73
|
- ext/pango/rbpangofont.c
|
80
|
-
- ext/pango/extconf.rb
|
81
|
-
- ext/pango/pango.def
|
82
74
|
- ext/pango/rbpangofontdescription.c
|
75
|
+
- ext/pango/rbpangofontface.c
|
76
|
+
- ext/pango/rbpangofontfamily.c
|
83
77
|
- ext/pango/rbpangofontmap.c
|
84
|
-
- ext/pango/
|
85
|
-
- ext/pango/
|
78
|
+
- ext/pango/rbpangofontmetrics.c
|
79
|
+
- ext/pango/rbpangofontset.c
|
80
|
+
- ext/pango/rbpangofontsetsimple.c
|
81
|
+
- ext/pango/rbpangoglyphinfo.c
|
82
|
+
- ext/pango/rbpangoglyphitem.c
|
83
|
+
- ext/pango/rbpangoglyphstring.c
|
84
|
+
- ext/pango/rbpangogravity.c
|
85
|
+
- ext/pango/rbpangoitem.c
|
86
|
+
- ext/pango/rbpangolanguage.c
|
87
|
+
- ext/pango/rbpangolayout.c
|
86
88
|
- ext/pango/rbpangolayoutiter.c
|
87
|
-
- ext/pango/
|
88
|
-
- ext/pango/
|
89
|
-
- ext/pango/rbpangotabarray.c
|
90
|
-
- ext/pango/rbpangoengine.c
|
91
|
-
- ext/pango/rbpangocolor.c
|
92
|
-
- ext/pango/rbpangoanalysis.c
|
89
|
+
- ext/pango/rbpangolayoutline.c
|
90
|
+
- ext/pango/rbpangologattr.c
|
93
91
|
- ext/pango/rbpangomatrix.c
|
94
|
-
- ext/pango/
|
92
|
+
- ext/pango/rbpangoprivate.h
|
95
93
|
- ext/pango/rbpangorectangle.c
|
96
|
-
- ext/pango/rbpangoscriptiter.c
|
97
94
|
- ext/pango/rbpangorenderer.c
|
98
|
-
- ext/pango/
|
99
|
-
- ext/pango/
|
100
|
-
- ext/pango/
|
101
|
-
- ext/pango/rbpangoprivate.h
|
102
|
-
- ext/pango/rbpangolayoutline.c
|
103
|
-
- ext/pango/rbpangocontext.c
|
104
|
-
- ext/pango/rbpangofontset.c
|
105
|
-
- ext/pango/rbpangoitem.c
|
95
|
+
- ext/pango/rbpangoscript.c
|
96
|
+
- ext/pango/rbpangoscriptiter.c
|
97
|
+
- ext/pango/rbpangotabarray.c
|
106
98
|
- sample/attribute.rb
|
99
|
+
- sample/break.rb
|
107
100
|
- sample/gdk_layout.rb
|
108
|
-
- sample/
|
101
|
+
- sample/glyphstring.rb
|
102
|
+
- sample/item.rb
|
109
103
|
- sample/label.rb
|
110
|
-
- sample/
|
104
|
+
- sample/layout.rb
|
111
105
|
- sample/pango_cairo.rb
|
106
|
+
- sample/parse.rb
|
112
107
|
- sample/sample.txt
|
113
|
-
- sample/layout.rb
|
114
|
-
- sample/item.rb
|
115
|
-
- sample/glyphstring.rb
|
116
108
|
- sample/script.rb
|
117
109
|
- test/pango-test-utils.rb
|
118
|
-
- test/test_layout.rb
|
119
|
-
- test/test-attribute.rb
|
120
110
|
- test/run-test.rb
|
111
|
+
- test/test-attribute.rb
|
121
112
|
- test/test-language.rb
|
113
|
+
- test/test_layout.rb
|
122
114
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
123
115
|
licenses: []
|
124
|
-
|
125
116
|
post_install_message:
|
126
117
|
rdoc_options: []
|
127
|
-
|
128
|
-
require_paths:
|
118
|
+
require_paths:
|
129
119
|
- lib
|
130
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
120
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
131
121
|
none: false
|
132
|
-
requirements:
|
133
|
-
- -
|
134
|
-
- !ruby/object:Gem::Version
|
135
|
-
hash: 61
|
136
|
-
segments:
|
137
|
-
- 1
|
138
|
-
- 8
|
139
|
-
- 5
|
122
|
+
requirements:
|
123
|
+
- - ! '>='
|
124
|
+
- !ruby/object:Gem::Version
|
140
125
|
version: 1.8.5
|
141
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
127
|
none: false
|
143
|
-
requirements:
|
144
|
-
- -
|
145
|
-
- !ruby/object:Gem::Version
|
146
|
-
|
147
|
-
segments:
|
148
|
-
- 0
|
149
|
-
version: "0"
|
128
|
+
requirements:
|
129
|
+
- - ! '>='
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
150
132
|
requirements: []
|
151
|
-
|
152
133
|
rubyforge_project:
|
153
|
-
rubygems_version: 1.8.
|
134
|
+
rubygems_version: 1.8.23
|
154
135
|
signing_key:
|
155
136
|
specification_version: 3
|
156
137
|
summary: Ruby/Pango is a Ruby binding of pango-1.x.
|
157
138
|
test_files: []
|
158
|
-
|