rsvg2 0.90.2.1-x86-mingw32 → 0.90.3-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/ext/rsvg2/depend CHANGED
@@ -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
data/lib/1.8/rsvg2.so CHANGED
Binary file
data/lib/1.9/rsvg2.so CHANGED
Binary file
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: x86-mingw32
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.