glib2 4.3.5 → 4.3.6
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.
- checksums.yaml +4 -4
- data/ext/glib2/rbglib.h +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c8949cf46b34ae921ab43a60165c8f0d887106fa6c51683756abba836dee8c7
|
|
4
|
+
data.tar.gz: 228cc639dad9178cf9addeb8b4b39f52abc38cdea38cafda2c49765057d44e83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 767513877daa200b92dee690e0f32e19cb1d72832894a0328a37406df3f963edbebfa113caaa911ee687a19d06ed257152f49e075ec6f4cbf1247544b6b58f22
|
|
7
|
+
data.tar.gz: 78378d1881f14171228ffef6d6b3470eecac9b7bf05f490f943c1d296f96e4a7dfc944baf4687d511c238f7fe040ec8073f2cf8f906573d5913d60726db0a008
|
data/ext/glib2/rbglib.h
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (C) 2002-
|
|
3
|
+
* Copyright (C) 2002-2026 Ruby-GNOME Project Team
|
|
4
4
|
* Copyright (C) 2002,2003 Masahiro Sakai
|
|
5
5
|
*
|
|
6
6
|
* This library is free software; you can redistribute it and/or
|
|
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
|
|
33
33
|
|
|
34
34
|
#define RBGLIB_MAJOR_VERSION 4
|
|
35
35
|
#define RBGLIB_MINOR_VERSION 3
|
|
36
|
-
#define RBGLIB_MICRO_VERSION
|
|
36
|
+
#define RBGLIB_MICRO_VERSION 6
|
|
37
37
|
|
|
38
38
|
/* For Ruby < 3.0 */
|
|
39
39
|
#ifndef RB_LL2NUM
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glib2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME Project Team
|
|
@@ -226,7 +226,7 @@ requirements:
|
|
|
226
226
|
- 'system: gobject-2.0>=2.56.0: macports: glib2'
|
|
227
227
|
- 'system: gobject-2.0>=2.56.0: msys2: glib2'
|
|
228
228
|
- 'system: gobject-2.0>=2.56.0: rhel: pkgconfig(gobject-2.0)'
|
|
229
|
-
rubygems_version: 4.0.
|
|
229
|
+
rubygems_version: 4.0.6
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.
|
|
232
232
|
test_files: []
|