pango 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/pango/extconf.rb +7 -1
  2. metadata +8 -8
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"
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: ruby
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.
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  requirements: []
151
151
 
152
152
  rubyforge_project:
153
- rubygems_version: 1.8.15
153
+ rubygems_version: 1.8.24
154
154
  signing_key:
155
155
  specification_version: 3
156
156
  summary: Ruby/Pango is a Ruby binding of pango-1.x.