gdk_pixbuf2 3.3.7 → 3.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/gdk_pixbuf2.gemspec +2 -2
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b42a3e815cda588cccfd14b4401b3f48abf9929eb36c464b59a7db6e34314128
4
- data.tar.gz: 43a714ab13e90dcb7775080350cb79cc1f98418e1a3c1883aeff6c640c73c5e3
3
+ metadata.gz: dfd2b6efbfa2d2bfb74eee2e29ba9738f88062140e5d401a2b87e660ff78f80f
4
+ data.tar.gz: 5627d833be1e706be716e898767ed9d97de7fda482dfee8e094f6c766dbee47f
5
5
  SHA512:
6
- metadata.gz: 44ed0634415d3e4c762d94f2e15dc56d12598f4733f0f247d1b549040d4dd25c98ab0a67cc75fe6cb01c82c5d1a75b2e6b6be3d6d6be927be80673b8389883f7
7
- data.tar.gz: 7fd9cd1769e1406100a769ae16a6a124a0c2ca6901482b7dc6a34a5eeae2f445115b0f85a10e62201697388a114cdba45d9f775c9f76f7075ac361a7bdeda09c
6
+ metadata.gz: f55a8c5b2af42b14837f5d1d59fd6565aba0d3fbc6679ffb01226fac2f68825f1e20e22048986934234922a978c2abf452eafbdd57dc1180f2094393029756a1
7
+ data.tar.gz: b46d6948a019514e344dc0f6a098b61cd2bd35a11fa4cb27cb3fdcbf58b3b0c8522f1d63d84d06c44ba520cbc27f2f28d6e36966386dc91d24965204ed755da8
data/README.md CHANGED
@@ -27,4 +27,4 @@ Copying
27
27
  Project Websites
28
28
  ----------------
29
29
  * https://ruby-gnome2.osdn.jp/
30
- * https://github.com/ruby-gnome2/ruby-gnome2
30
+ * https://github.com/ruby-gnome/ruby-gnome
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2018 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.name = "gdk_pixbuf2"
23
23
  s.summary = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
24
24
  s.description = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
25
- s.author = "The Ruby-GNOME2 Project Team"
25
+ s.author = "The Ruby-GNOME Project Team"
26
26
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
27
27
  s.homepage = "https://ruby-gnome2.osdn.jp/"
28
28
  s.licenses = ["LGPL-2.1+"]
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
- - The Ruby-GNOME2 Project Team
7
+ - The Ruby-GNOME Project Team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2019-08-16 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: gio2
@@ -15,14 +16,14 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 3.3.7
19
+ version: 3.3.8
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 3.3.7
26
+ version: 3.3.8
26
27
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
27
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
29
  executables: []