gdk_pixbuf2 3.4.3 → 3.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/gdk_pixbuf2-test-utils.rb +2 -2
- data/test/run-test.rb +10 -31
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3708a8694fdf16a69a325e25ffeda0acb39fbaeeacfecc8a0e7dd7bf5f3f947b
|
4
|
+
data.tar.gz: c627cdb803280433ae6f0d628c4493b1f33921e2fa4264204fd4948f823b440e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7a9a28161a741b6297071cc89cb551f68f5664da73ba1469509db5bd04f8b877ca0369be826c99d6f2b19b9a8f7c62e2c76495e4a968accc5526f64dce00176
|
7
|
+
data.tar.gz: c9f77febfb4961060e034b5b3dd366b70d01886c4cacd1164a31cbfb71e7b851f2bb88fac4cc092afd54df73510a27577aad7d86dcce47a79ba342c8bfcf3c1a
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2015 Ruby-
|
1
|
+
# Copyright (C) 2015-2021 Ruby-GNOME Project Team
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
require "tempfile"
|
18
18
|
|
19
|
-
require "
|
19
|
+
require "gdk_pixbuf2"
|
20
20
|
|
21
21
|
module GdkPixbufTestUtils
|
22
22
|
private
|
data/test/run-test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
#
|
3
|
-
# Copyright (C) 2016-
|
3
|
+
# Copyright (C) 2016-2021 Ruby-GNOME Project Team
|
4
4
|
#
|
5
5
|
# This library is free software; you can redistribute it and/or
|
6
6
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -16,35 +16,14 @@
|
|
16
16
|
# License along with this library; if not, write to the Free Software
|
17
17
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
18
18
|
|
19
|
-
|
20
|
-
ruby_gnome_base = File.expand_path(ruby_gnome_base)
|
19
|
+
require_relative "../../glib2/test/run-test"
|
21
20
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
[gobject_introspection_base, "gobject-introspection"],
|
31
|
-
[gdk_pixbuf2_base, "gdk_pixbuf2"],
|
32
|
-
]
|
33
|
-
modules.each do |target, module_name|
|
34
|
-
makefile = File.join(target, "Makefile")
|
35
|
-
if File.exist?(makefile) and system("which make > /dev/null")
|
36
|
-
`make -C #{target.dump} > /dev/null` or exit(false)
|
37
|
-
end
|
38
|
-
$LOAD_PATH.unshift(File.join(target, "ext", module_name))
|
39
|
-
$LOAD_PATH.unshift(File.join(target, "lib"))
|
21
|
+
run_test(__dir__,
|
22
|
+
[
|
23
|
+
"glib2",
|
24
|
+
"gobject-introspection",
|
25
|
+
"gio2",
|
26
|
+
"gdk_pixbuf2",
|
27
|
+
]) do
|
28
|
+
require_relative "gdk_pixbuf2-test-utils"
|
40
29
|
end
|
41
|
-
|
42
|
-
$LOAD_PATH.unshift(File.join(glib_base, "test"))
|
43
|
-
require "glib-test-init"
|
44
|
-
|
45
|
-
$LOAD_PATH.unshift(File.join(gdk_pixbuf2_base, "test"))
|
46
|
-
require "gdk_pixbuf2-test-utils"
|
47
|
-
|
48
|
-
require "gdk_pixbuf2"
|
49
|
-
|
50
|
-
exit Test::Unit::AutoRunner.run(true, File.join(gdk_pixbuf2_base, "test"))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk_pixbuf2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gio2
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.4.
|
19
|
+
version: 3.4.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.4.
|
26
|
+
version: 3.4.4
|
27
27
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
28
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
29
|
executables: []
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
rubygems_version: 3.
|
87
|
+
rubygems_version: 3.3.0.dev
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|