pango 1.1.3-x86-mingw32 → 1.1.4-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
data/ext/pango/extconf.rb CHANGED
@@ -58,7 +58,13 @@ check_cairo(rcairo_options)
58
58
 
59
59
  setup_win32(module_name, base_dir)
60
60
 
61
- PKGConfig.have_package(package_id) or exit 1
61
+ unless required_pkg_config_package(package_id,
62
+ :debian => "libpango1.0-dev",
63
+ :redhat => "pango-devel",
64
+ :homebrew => "pango",
65
+ :macports => "pango")
66
+ exit(false)
67
+ end
62
68
  PKGConfig.have_package('pangocairo')
63
69
 
64
70
  pango_header = "pango/pango.h"
data/lib/1.8/pango.so CHANGED
Binary file
data/lib/1.9/pango.so CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pango
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - The Ruby-GNOME2 Project Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-08 00:00:00 Z
18
+ date: 2012-07-21 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cairo
@@ -41,12 +41,12 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 21
44
+ hash: 27
45
45
  segments:
46
46
  - 1
47
47
  - 1
48
- - 3
49
- version: 1.1.3
48
+ - 4
49
+ version: 1.1.4
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  description: Ruby/Pango is a Ruby binding of pango-1.x.
@@ -276,7 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
276
276
  requirements: []
277
277
 
278
278
  rubyforge_project:
279
- rubygems_version: 1.8.15
279
+ rubygems_version: 1.8.24
280
280
  signing_key:
281
281
  specification_version: 3
282
282
  summary: Ruby/Pango is a Ruby binding of pango-1.x.