gdk_pixbuf2 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/gdk_pixbuf2/depend +2 -1
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +1 -1
- metadata +52 -32
data/ext/gdk_pixbuf2/depend
CHANGED
|
@@ -625,7 +625,7 @@ rg_set_option(VALUE self, VALUE key, VALUE value)
|
|
|
625
625
|
}
|
|
626
626
|
#else
|
|
627
627
|
static VALUE
|
|
628
|
-
|
|
628
|
+
rb_set_option(G_GNUC_UNUSED VALUE self, G_GNUC_UNUSED VALUE key, G_GNUC_UNUSED VALUE value)
|
|
629
629
|
{
|
|
630
630
|
rb_warning("not supported in this version of GTK+");
|
|
631
631
|
return Qfalse;
|
metadata
CHANGED
|
@@ -1,39 +1,47 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gdk_pixbuf2
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 1
|
|
9
|
+
- 6
|
|
10
|
+
version: 1.1.6
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- The Ruby-GNOME2 Project Team
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
date: 2012-12-02 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: glib2
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ! '>='
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.1.5
|
|
22
|
-
type: :runtime
|
|
23
22
|
prerelease: false
|
|
24
|
-
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
24
|
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- -
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 31
|
|
29
|
+
segments:
|
|
30
|
+
- 1
|
|
31
|
+
- 1
|
|
32
|
+
- 6
|
|
33
|
+
version: 1.1.6
|
|
34
|
+
type: :runtime
|
|
35
|
+
version_requirements: *id001
|
|
30
36
|
description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
|
31
37
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
32
38
|
executables: []
|
|
33
|
-
|
|
39
|
+
|
|
40
|
+
extensions:
|
|
34
41
|
- ext/gdk_pixbuf2/extconf.rb
|
|
35
42
|
extra_rdoc_files: []
|
|
36
|
-
|
|
43
|
+
|
|
44
|
+
files:
|
|
37
45
|
- README
|
|
38
46
|
- Rakefile
|
|
39
47
|
- extconf.rb
|
|
@@ -68,26 +76,38 @@ files:
|
|
|
68
76
|
- sample/composite.rb
|
|
69
77
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
|
70
78
|
licenses: []
|
|
79
|
+
|
|
71
80
|
post_install_message:
|
|
72
81
|
rdoc_options: []
|
|
73
|
-
|
|
82
|
+
|
|
83
|
+
require_paths:
|
|
74
84
|
- lib
|
|
75
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
86
|
none: false
|
|
77
|
-
requirements:
|
|
78
|
-
- -
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
87
|
+
requirements:
|
|
88
|
+
- - ">="
|
|
89
|
+
- !ruby/object:Gem::Version
|
|
90
|
+
hash: 61
|
|
91
|
+
segments:
|
|
92
|
+
- 1
|
|
93
|
+
- 8
|
|
94
|
+
- 5
|
|
80
95
|
version: 1.8.5
|
|
81
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
97
|
none: false
|
|
83
|
-
requirements:
|
|
84
|
-
- -
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
|
|
98
|
+
requirements:
|
|
99
|
+
- - ">="
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
hash: 3
|
|
102
|
+
segments:
|
|
103
|
+
- 0
|
|
104
|
+
version: "0"
|
|
87
105
|
requirements: []
|
|
106
|
+
|
|
88
107
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 1.8.
|
|
108
|
+
rubygems_version: 1.8.24
|
|
90
109
|
signing_key:
|
|
91
110
|
specification_version: 3
|
|
92
111
|
summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
|
|
93
112
|
test_files: []
|
|
113
|
+
|