gdk_pixbuf2 2.2.0 → 2.2.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf86f7e6cee3ae0f91b19c2b62ad883205c2982e
4
- data.tar.gz: 77ae2125190bb3b9126efd66592f96e4484ead7f
3
+ metadata.gz: 3990c108a2f4c909c15287a7f00525ae4779e1a3
4
+ data.tar.gz: 52f2b92a7ccce3a5a255c1bcee8eaeae3389a31b
5
5
  SHA512:
6
- metadata.gz: fd6d8e53122b40a6f3e13bf9a134382be54c62c369057be0cd27838335490d34d115b25d173be95c93d88d47af6c8ce6aa994acda5c7f386d01d53d1636334c7
7
- data.tar.gz: 5551bab1dd660cd7843edbb173ba010a7d36d010b2712178f731db576bc96a2297760eedd63e8048454dddf5fdea05d43271cb89df6256f2666f7ef711d7da30
6
+ metadata.gz: 5fd500323e00188812dbaaf0ae1ab2001f3bd2437e51159e9fe3c205011810c7da1775bcc581ba73aa2a6635b20fddc3d4c1adf25a13a65a60be0849e089c5ea
7
+ data.tar.gz: a9f09b68db66611106718161cef1e39187a6c2529a63b9c16a2167576de84e333e2a8de5afd8467157faee51c41b9c7132b7b9a66d6046e901b8308fee87cf35
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
18
18
  :name => "gdk-pixbuf",
19
19
  :download_site => :gnome,
20
20
  :label => "gdk-pixbuf",
21
- :version => "2.30.6",
21
+ :version => "2.30.8",
22
22
  :compression_method => "xz",
23
23
  :windows => {
24
24
  :configure_args => [
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: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-09 00:00:00.000000000 Z
11
+ date: 2014-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.2.0
19
+ version: 2.2.1
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: 2.2.0
26
+ version: 2.2.1
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: []
@@ -33,8 +33,6 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - README
35
35
  - Rakefile
36
- - extconf.rb
37
- - lib/gdk_pixbuf2.rb
38
36
  - ext/gdk_pixbuf2/depend
39
37
  - ext/gdk_pixbuf2/extconf.rb
40
38
  - ext/gdk_pixbuf2/gdk_pixbuf2.def
@@ -48,6 +46,8 @@ files:
48
46
  - ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
49
47
  - ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
50
48
  - ext/gdk_pixbuf2/rbgdk-pixdata.c
49
+ - extconf.rb
50
+ - lib/gdk_pixbuf2.rb
51
51
  - sample/anim.rb
52
52
  - sample/composite.rb
53
53
  - sample/flip.rb
@@ -73,17 +73,17 @@ require_paths:
73
73
  - lib
74
74
  required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - '>='
76
+ - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: 1.9.3
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - '>='
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
- rubygems_version: 2.0.14
86
+ rubygems_version: 2.2.2
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.