pango 1.2.6-x86-mingw32 → 2.0.0-x86-mingw32
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.
- data/Rakefile +15 -11
- data/lib/1.9/pango.so +0 -0
- data/lib/2.0/pango.so +0 -0
- data/lib/pango.rb +10 -1
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +10392 -0
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +764 -0
- metadata +8 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cairo
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ! '>='
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version:
|
37
|
+
version: 2.0.0
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version:
|
45
|
+
version: 2.0.0
|
46
46
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
47
47
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
48
48
|
executables: []
|
@@ -150,6 +150,8 @@ files:
|
|
150
150
|
- vendor/local/include/pango-1.0/pango/pango.h
|
151
151
|
- vendor/local/include/pango-1.0/pango/pangocairo.h
|
152
152
|
- vendor/local/include/pango-1.0/pango/pangowin32.h
|
153
|
+
- vendor/local/lib/girepository-1.0/Pango-1.0.typelib
|
154
|
+
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
153
155
|
- vendor/local/lib/libpango-1.0.dll.a
|
154
156
|
- vendor/local/lib/libpango-1.0.la
|
155
157
|
- vendor/local/lib/libpangocairo-1.0.dll.a
|
@@ -168,6 +170,8 @@ files:
|
|
168
170
|
- vendor/local/lib/pkgconfig/pango.pc
|
169
171
|
- vendor/local/lib/pkgconfig/pangocairo.pc
|
170
172
|
- vendor/local/lib/pkgconfig/pangowin32.pc
|
173
|
+
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
174
|
+
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
171
175
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html
|
172
176
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html
|
173
177
|
- vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html
|