gtk2 1.1.7-x86-mingw32 → 1.1.8-x86-mingw32

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/gtk2/depend +2 -1
  2. metadata +13 -13
@@ -6,7 +6,8 @@ install-headers:
6
6
  $(INSTALL_DATA) $(srcdir)/rbgtkconversions.h $(RUBYARCHDIR)
7
7
  $(INSTALL_DATA) $(srcdir)/rbgtkmacros.h $(RUBYARCHDIR)
8
8
 
9
- install:
9
+ install: install-pc
10
+ install-pc:
10
11
  if test -n "$(pkgconfigdir)"; then \
11
12
  $(MAKEDIRS) $(pkgconfigdir); \
12
13
  $(INSTALL_DATA) ruby-gtk2.pc $(pkgconfigdir); \
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 7
10
- version: 1.1.7
9
+ - 8
10
+ version: 1.1.8
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-12-10 00:00:00 Z
18
+ date: 2012-12-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: atk
@@ -25,12 +25,12 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: 29
28
+ hash: 3
29
29
  segments:
30
30
  - 1
31
31
  - 1
32
- - 7
33
- version: 1.1.7
32
+ - 8
33
+ version: 1.1.8
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
@@ -41,12 +41,12 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 29
44
+ hash: 3
45
45
  segments:
46
46
  - 1
47
47
  - 1
48
- - 7
49
- version: 1.1.7
48
+ - 8
49
+ version: 1.1.8
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  - !ruby/object:Gem::Dependency
@@ -57,12 +57,12 @@ dependencies:
57
57
  requirements:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- hash: 29
60
+ hash: 3
61
61
  segments:
62
62
  - 1
63
63
  - 1
64
- - 7
65
- version: 1.1.7
64
+ - 8
65
+ version: 1.1.8
66
66
  type: :runtime
67
67
  version_requirements: *id003
68
68
  description: Ruby/GTK2 is a Ruby binding of GTK+-2.x.