gdk_pixbuf2 3.2.4-x64-mingw32 → 3.2.5-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gdk_pixbuf2/pixbuf.rb +7 -7
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-thumbnailer.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d953823ae464df27cf94a3bf26135539e39d63dac1c5ca02f4f235d025b241a
|
4
|
+
data.tar.gz: dc23f18b4cb41e3a00ec980c7ea650e3826d1d288f1f0a38ef9c5be876bcc338
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c80875e0695d3574e1a2d39bfbb512d80f060e169688ae2947929c1d014dc56bac98d590ead0c879975ceb986313f56a72bf9c7dfc6cc778133926a7f10639cd
|
7
|
+
data.tar.gz: 8b15cc7270145ad94ba9644d6efd2fde10bad7427f4af622eedf2c9d2b452bcb80ec892fcd9d93c1d1a83b84df30c9f52bd34cae956c58cb9c9c1021ceee3dd1
|
data/lib/gdk_pixbuf2/pixbuf.rb
CHANGED
@@ -62,7 +62,7 @@ module GdkPixbuf
|
|
62
62
|
when 5
|
63
63
|
message = "#{caller[0]}: "
|
64
64
|
message << "#{self.class}.new(colorspace, has_alpha, bits_per_sample, "
|
65
|
-
message << "width, height) is deprecated."
|
65
|
+
message << "width, height) is deprecated. "
|
66
66
|
message << "Use #{self.class}.new(:colorspace => colorspace, "
|
67
67
|
message << ":has_alpha => has_alpha, "
|
68
68
|
message << ":bits_per_sample => bits_per_sample, "
|
@@ -73,7 +73,7 @@ module GdkPixbuf
|
|
73
73
|
when 7
|
74
74
|
message = "#{caller[0]}: "
|
75
75
|
message << "#{self.class}.new(data, colorspace, has_alpha, "
|
76
|
-
message << "bits_per_sample, width, height) is deprecated."
|
76
|
+
message << "bits_per_sample, width, height) is deprecated. "
|
77
77
|
message << "Use #{self.class}.new(:data => data, "
|
78
78
|
message << ":colorspace => colorspace, "
|
79
79
|
message << ":has_alpha => has_alpha, "
|
@@ -308,11 +308,11 @@ module GdkPixbuf
|
|
308
308
|
dest_width = options[:destination_width] || options[:dest_width]
|
309
309
|
dest_height = options[:destination_height] || options[:dest_height]
|
310
310
|
|
311
|
-
destination ||= Pixbuf.new(colorspace,
|
312
|
-
has_alpha?,
|
313
|
-
bits_per_sample,
|
314
|
-
dest_x + dest_width,
|
315
|
-
dest_y + dest_height)
|
311
|
+
destination ||= Pixbuf.new(:colorspace => colorspace,
|
312
|
+
:has_alpha => has_alpha?,
|
313
|
+
:bits_per_sample => bits_per_sample,
|
314
|
+
:width => dest_x + dest_width,
|
315
|
+
:height => dest_y + dest_height)
|
316
316
|
destination.composite!(self, options)
|
317
317
|
destination
|
318
318
|
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.2.
|
4
|
+
version: 3.2.5
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-02 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.2.
|
19
|
+
version: 3.2.5
|
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.2.
|
26
|
+
version: 3.2.5
|
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: []
|