pango 1.1.8 → 1.1.9

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