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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3189f8f5cef581d4870c1a164dd7fe6f82e8022797d5caf29a3cb1f5dafb7495
4
- data.tar.gz: 2271370ef40e268fad04353d7d64a3705263525532b0834613dd82b7d03bf9d0
3
+ metadata.gz: 4d953823ae464df27cf94a3bf26135539e39d63dac1c5ca02f4f235d025b241a
4
+ data.tar.gz: dc23f18b4cb41e3a00ec980c7ea650e3826d1d288f1f0a38ef9c5be876bcc338
5
5
  SHA512:
6
- metadata.gz: 9c98f9536e45aaafe93b0ff08f9b52bb189555be482227187a8a581c6df5608eba7bedfa7320a8eec5400646db1651fafd115ee3a254c67b592aadcb8b289ac9
7
- data.tar.gz: d99c79b196d1ef53ecb9824d4e6da7225100ddb9c3e96b525c7a082f58967d3018a021e66bcacc01733fe7cb4f5c7eea9a5715f057dabdce556d52e64e1de52e
6
+ metadata.gz: c80875e0695d3574e1a2d39bfbb512d80f060e169688ae2947929c1d014dc56bac98d590ead0c879975ceb986313f56a72bf9c7dfc6cc778133926a7f10639cd
7
+ data.tar.gz: 8b15cc7270145ad94ba9644d6efd2fde10bad7427f4af622eedf2c9d2b452bcb80ec892fcd9d93c1d1a83b84df30c9f52bd34cae956c58cb9c9c1021ceee3dd1
@@ -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
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
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-04-09 00:00:00.000000000 Z
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.4
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.4
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: []