glib2 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.
data/ext/glib2/depend CHANGED
@@ -10,7 +10,8 @@ install-headers:
10
10
  $(INSTALL_DATA) $(srcdir)/rbgcompat.h $(RUBYARCHDIR)
11
11
  $(INSTALL_DATA) glib-enum-types.h $(RUBYARCHDIR)
12
12
 
13
- install:
13
+ install: install-pc
14
+ install-pc:
14
15
  if test -n "$(pkgconfigdir)"; then \
15
16
  $(MAKEDIRS) $(pkgconfigdir); \
16
17
  $(INSTALL_DATA) ruby-glib2.pc $(pkgconfigdir); \
data/ext/glib2/rbglib.h CHANGED
@@ -35,7 +35,7 @@ extern "C" {
35
35
 
36
36
  #define RBGLIB_MAJOR_VERSION 1
37
37
  #define RBGLIB_MINOR_VERSION 1
38
- #define RBGLIB_MICRO_VERSION 7
38
+ #define RBGLIB_MICRO_VERSION 8
39
39
 
40
40
  #ifndef RSTRING_PTR
41
41
  # define RSTRING_PTR(s) (RSTRING(s)->ptr)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib2
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: pkg-config