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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c02dc01da6757512d2690185291b7c804242454c6552aa7811a31823ec0934d
4
- data.tar.gz: 82f5e23831da94ff216b9cdb1e81521df5b529fda930f06b90a039dedb566aff
3
+ metadata.gz: 3708a8694fdf16a69a325e25ffeda0acb39fbaeeacfecc8a0e7dd7bf5f3f947b
4
+ data.tar.gz: c627cdb803280433ae6f0d628c4493b1f33921e2fa4264204fd4948f823b440e
5
5
  SHA512:
6
- metadata.gz: d0fbeafdec578f24278a69016937c1c03d6e160f3bebbcc2cd39e54980e35b753f4b6e5ae28498a667d92156b25c3c1e4f51edb69458eb92024699eb94ec7c17
7
- data.tar.gz: a96b96975beffe815ec6bccb992a823a4bae4017b489e2aa935911f014ded34363db0e57403630a8b20b515aec7971fbd13c0ae4904cd050e721e36ca610fd57
6
+ metadata.gz: d7a9a28161a741b6297071cc89cb551f68f5664da73ba1469509db5bd04f8b877ca0369be826c99d6f2b19b9a8f7c62e2c76495e4a968accc5526f64dce00176
7
+ data.tar.gz: c9f77febfb4961060e034b5b3dd366b70d01886c4cacd1164a31cbfb71e7b851f2bb88fac4cc092afd54df73510a27577aad7d86dcce47a79ba342c8bfcf3c1a
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Ruby-GNOME2 Project Team
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 "test-unit"
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-2020 Ruby-GNOME2 Project Team
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
- ruby_gnome_base = File.join(File.dirname(__FILE__), "..", "..")
20
- ruby_gnome_base = File.expand_path(ruby_gnome_base)
19
+ require_relative "../../glib2/test/run-test"
21
20
 
22
- glib_base = File.join(ruby_gnome_base, "glib2")
23
- gio2_base = File.join(ruby_gnome_base, "gio2")
24
- gobject_introspection_base = File.join(ruby_gnome_base, "gobject-introspection")
25
- gdk_pixbuf2_base = File.join(ruby_gnome_base, "gdk_pixbuf2")
26
-
27
- modules = [
28
- [glib_base, "glib2"],
29
- [gio2_base, "gio2"],
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.3
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: 2020-05-10 00:00:00.000000000 Z
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.3
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.3
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.2.0.pre1
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.