gdk_pixbuf2 3.5.1 → 4.0.0
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/deprecated.rb +7 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a93e5d5227ecf16e0dd5ef54304a8fef579346418c9397b22000cfba6165a98
|
4
|
+
data.tar.gz: a53350d82c65e20ad485aa2ae30090c4fca9c48c8d36d64b451c2adbcbd96548
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f6b11ffa8327bdf7c318cfe5b24986a7dbf872df9b24df61ef2dd7c4456323e5c45a225b12eab8914a9dad8e7929cb5c7e07cf535f15ee9b09337fd5f386556
|
7
|
+
data.tar.gz: efdd612f9cf5765bc7a47c54c63a10c7d62dafb9e398277a69524057685a5849c6f801aef4a66415f1cc15a6107e89484fc5383e2570758d3af9c7c9a2aa2ba1
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2016-
|
1
|
+
# Copyright (C) 2016-2022 Ruby-GNOME2 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
|
@@ -138,8 +138,12 @@ module GdkPixbuf
|
|
138
138
|
class PixbufFormat
|
139
139
|
extend GLib::Deprecatable
|
140
140
|
|
141
|
-
|
142
|
-
|
141
|
+
unless method_defined?(:domain)
|
142
|
+
define_deprecated_method :domain, :raise => "Don't use this method anymore."
|
143
|
+
end
|
144
|
+
unless method_defined?(:signature)
|
145
|
+
define_deprecated_method :signature, :raise => "Don't use this method anymore."
|
146
|
+
end
|
143
147
|
end
|
144
148
|
|
145
149
|
class Pixdata
|
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:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01
|
11
|
+
date: 2022-09-01 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:
|
19
|
+
version: 4.0.0
|
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:
|
26
|
+
version: 4.0.0
|
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: []
|
@@ -69,7 +69,7 @@ licenses:
|
|
69
69
|
- LGPL-2.1+
|
70
70
|
metadata:
|
71
71
|
msys2_mingw_dependencies: gdk-pixbuf2
|
72
|
-
post_install_message:
|
72
|
+
post_install_message:
|
73
73
|
rdoc_options: []
|
74
74
|
require_paths:
|
75
75
|
- lib
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
87
|
rubygems_version: 3.4.0.dev
|
88
|
-
signing_key:
|
88
|
+
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
91
91
|
test_files: []
|