rsvg2 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/rsvg2/extconf.rb +7 -1
  2. metadata +8 -8
data/ext/rsvg2/extconf.rb CHANGED
@@ -55,7 +55,13 @@ check_cairo(rcairo_options)
55
55
 
56
56
  setup_win32(module_name, base_dir)
57
57
 
58
- PKGConfig.have_package(package_id) or exit 1
58
+ unless required_pkg_config_package(package_id,
59
+ :debian => "librsvg2-dev",
60
+ :redhat => "librsvg2-devel",
61
+ :homebrew => "librsvg",
62
+ :macports => "librsvg")
63
+ exit(false)
64
+ end
59
65
 
60
66
  rsvg_header = "librsvg/rsvg.h"
61
67
  have_func("rsvg_set_default_dpi", rsvg_header)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsvg2
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/RSVG is a Ruby binding of librsvg-2.x.
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements: []
103
103
 
104
104
  rubyforge_project:
105
- rubygems_version: 1.8.15
105
+ rubygems_version: 1.8.24
106
106
  signing_key:
107
107
  specification_version: 3
108
108
  summary: Ruby/RSVG is a Ruby binding of librsvg-2.x.