gdk_pixbuf2 3.2.4-x86-mingw32 → 3.2.5-x86-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: b0009a65a3c3636ea7bf38accbeca5725917137f70dcf8d8b7d066e2acc81d63
4
- data.tar.gz: 0c0b3257df113f5f5261f4e313844f801cf47293c71643d0d8503a8956870ad3
3
+ metadata.gz: 47eecd5103769074b583ad4c2b9d9fd06653e3c51dd8ac8b7d2de1e02ffb1eee
4
+ data.tar.gz: 5ee831951efc7ea1753200e14fb00215c82b83830c59a6fbd3de470867beaa05
5
5
  SHA512:
6
- metadata.gz: 15c7bd96c58c89a8bf8d9f979110c0d50fbb0a1385ce58c92f484fb7e796c03e23611740c2d44a6c5f4583b146f96216270b9cf41b817949c54cb24c8334a436
7
- data.tar.gz: ad8be65aed01cd43916e7539912319f3e814d2a45fced3feee2bf0952689e9a79c055030edaa31cc10549ff109f695d06d36f4339b54f31ebe0297fbb629aa09
6
+ metadata.gz: cb453454f3b9e44bb75f1471f8bc930bbc38ee39ab6e0c87b06825d5cc071f6e1ebfc7c05420bcf359f2a8804c323311e6ac0bc41034814a75ade3dfd7f2ae2e
7
+ data.tar.gz: 8338e33f17937696dcb7a77d65b944ad87acff2a25f9308d5ad0d502e0e0a9669e483c2afb61a3a192209061e172bf118d1dce3ade77e1efa97a1c4ffcd35e20
@@ -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: x86-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: []