gdk_pixbuf2 0.90.6 → 0.90.7

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 379
4
+ hash: 377
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 90
9
- - 6
10
- version: 0.90.6
9
+ - 7
10
+ version: 0.90.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Ruby-GNOME2 Proejct Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-30 00:00:00 +09:00
18
+ date: 2011-02-02 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 379
29
+ hash: 377
30
30
  segments:
31
31
  - 0
32
32
  - 90
33
- - 6
34
- version: 0.90.6
33
+ - 7
34
+ version: 0.90.7
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
@@ -49,22 +49,15 @@ files:
49
49
  - extconf.rb
50
50
  - lib/gdk_pixbuf2.rb
51
51
  - ext/gdk_pixbuf2/gdk_pixbuf2.def
52
- - ext/gdk_pixbuf2/rbgdk-pixbuf-format.o
53
- - ext/gdk_pixbuf2/rbgdk-pixbuf.o
54
- - ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.o
55
52
  - ext/gdk_pixbuf2/Makefile
56
- - ext/gdk_pixbuf2/rbgdk-pixbuf-loader.o
57
53
  - ext/gdk_pixbuf2/extconf.rb
58
54
  - ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
59
55
  - ext/gdk_pixbuf2/rbgdk-pixbuf.h
60
56
  - ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
61
57
  - ext/gdk_pixbuf2/ruby-gdk-pixbuf2.pc
62
- - ext/gdk_pixbuf2/rbgdk-pixbufanimation.o
63
58
  - ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
64
- - ext/gdk_pixbuf2/rbgdk-pixdata.o
65
59
  - ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
66
60
  - ext/gdk_pixbuf2/depend
67
- - ext/gdk_pixbuf2/gdk_pixbuf2.so
68
61
  - ext/gdk_pixbuf2/rbgdk-pixdata.c
69
62
  - ext/gdk_pixbuf2/rbgdk-pixbuf.c
70
63
  - sample/save.rb