rsvg2 0.90.2.1 → 0.90.3

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/depend +4 -2
  2. metadata +7 -8
@@ -1,3 +1,5 @@
1
1
  install:
2
- $(MAKEDIRS) $(libdir)/pkgconfig
3
- $(INSTALL_DATA) ruby-rsvg2.pc $(libdir)/pkgconfig
2
+ if test -n "$(pkgconfigdir)"; then \
3
+ $(MAKEDIRS) $(pkgconfigdir); \
4
+ $(INSTALL_DATA) ruby-rsvg2.pc $(pkgconfigdir); \
5
+ fi
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsvg2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 661
4
+ hash: 369
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 90
9
- - 2
10
- - 1
11
- version: 0.90.2.1
9
+ - 3
10
+ version: 0.90.3
12
11
  platform: ruby
13
12
  authors:
14
13
  - The Ruby-GNOME2 Proejct Team
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2010-10-03 00:00:00 +09:00
18
+ date: 2010-10-23 00:00:00 +09:00
20
19
  default_executable:
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
@@ -43,12 +42,12 @@ dependencies:
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- hash: 371
45
+ hash: 369
47
46
  segments:
48
47
  - 0
49
48
  - 90
50
- - 2
51
- version: 0.90.2
49
+ - 3
50
+ version: 0.90.3
52
51
  type: :runtime
53
52
  version_requirements: *id002
54
53
  description: Ruby/RSVG is a Ruby binding of librsvg-2.x.