rsvg2 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 +4 -4
  3. data/rsvg2.gemspec +2 -2
  4. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 185927ebf857c9f49dccc6001b9c22e0fc4e3ab2e10b83d4ef86aa80ee57fab3
4
- data.tar.gz: 56ea89cead6c384111c3ff977a559558cf5189601a2c04810cf3cd4bbfd4ce15
3
+ metadata.gz: 120bdfea92d3f26de9063291e04da30df664b237e82692fa7078d6be41d741f7
4
+ data.tar.gz: 7e115d3b1c236d9f7eb1a4ce715c3ff69429a04a8a1175f13d94bd449a31d4bd
5
5
  SHA512:
6
- metadata.gz: ec5f993f081f481ae3bed163f2b1fe5cbc360a23714b2d6576811385fd0daea6dc93787dc2cdefa9889c264b40cf5aab633f74d66d6f581d16623d877602844f
7
- data.tar.gz: 6a93801f51c1b5aeb280b4325159eeadf1a9d035ea87ed94650d169a088cba26eb460ccc59ad10e1d5d51718220d0332e3b1d920e6f3bc04a26b40bb879f672e
6
+ metadata.gz: 3296ea76c2ad66d37af872db9b219c6c13b9b08293e42cefb114288025d3175f4349bf3176ef4548285bcbf328c6528c0714b5bd24e5f3a550f5996595f2de55
7
+ data.tar.gz: 29a7ab8157fbe5ee44d3f5e1e1c2bc9aba299c1fdcb83dc49f17180a64a9414238ea6fa0669b8c7a00cdf3a5d5dac9648c8ccd88db75853fce2a1420750c5d87
data/README.md CHANGED
@@ -4,9 +4,9 @@ Ruby/RSVG2 is a Ruby binding of [librsvg](https://developer.gnome.org/rsvg/) bas
4
4
 
5
5
  ## Requirements
6
6
 
7
- * [Ruby/GObject-Introspection](https://github.com/ruby-gnome2/ruby-gnome2)
8
- * [Ruby/GLib2](https://github.com/ruby-gnome2/ruby-gnome2)
9
- * [Ruby/Gdk_pixbuf2](https://github.com/ruby-gnome2/ruby-gnome2)
7
+ * [Ruby/GObject-Introspection](https://github.com/ruby-gnome/ruby-gnome)
8
+ * [Ruby/GLib2](https://github.com/ruby-gnome/ruby-gnome)
9
+ * [Ruby/Gdk_pixbuf2](https://github.com/ruby-gnome/ruby-gnome)
10
10
  * [cairo/rcairo](http://cairographics.org/)
11
11
 
12
12
  ## Install
@@ -23,4 +23,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
23
23
  ## Project Websites
24
24
 
25
25
  * https://ruby-gnome2.osdn.jp/
26
- * https://github.com/ruby-gnome2/ruby-gnome2
26
+ * 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 = "rsvg2"
23
23
  s.summary = "Ruby/RSVG2 is a Ruby binding of librsvg-2.x."
24
24
  s.description = "Ruby/RSVG2 is a Ruby binding of librsvg-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: rsvg2
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: gdk_pixbuf2
@@ -15,28 +16,28 @@ 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
  - !ruby/object:Gem::Dependency
27
28
  name: cairo-gobject
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - '='
31
32
  - !ruby/object:Gem::Version
32
- version: 3.3.7
33
+ version: 3.3.8
33
34
  type: :runtime
34
35
  prerelease: false
35
36
  version_requirements: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - '='
38
39
  - !ruby/object:Gem::Version
39
- version: 3.3.7
40
+ version: 3.3.8
40
41
  description: Ruby/RSVG2 is a Ruby binding of librsvg-2.x.
41
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
43
  executables: []