pango 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 +3 -3
  3. data/pango.gemspec +2 -2
  4. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04eeba47b2dd7cbe4b2d66834bba3ba388e943929c55e6c82c050acc67e5b301
4
- data.tar.gz: 631c3411917422b93a55e7a6a3630376b10c5ee1d4c029c62c15f23aa7d586ab
3
+ metadata.gz: e15cc7748400b922cf1a9749cbbd8861838315775c40a78f3aa3721b37e4538d
4
+ data.tar.gz: 8f3199543c0397f87f196fe3009dbb3bf6e270f65079afa2a48627dc25b14f3d
5
5
  SHA512:
6
- metadata.gz: bf8626ac1b2355bd0e790ed6f454eff077bc2790828d2feb87c0c1d1839e0a0f8d34d50a1f912c401c60d388bcea4a9ed3a824a988692e2eccb583df3708462b
7
- data.tar.gz: 142a334e270ce44df68db9b177c4a9dfbd21701a68854c977cbb2207b27652825a8b29dd85b610a01198a3b0445290143487b861cd7249a5427dc9ac3d40e1ef
6
+ metadata.gz: 208928b840932a70ca5fc13e6fa43c01d2e968b8c3146540b969d22386a6eaad0d463353be37431e240a3ea390911a1e86c8884cc16da538301715a6954d097f
7
+ data.tar.gz: 1469e17f164cbc615767997f17602d18a02d71c48b057e5edf7ff962b330ffc00c63ecae6697092cd1607298ec75af4459bef0fb69188c48d3945574d952132e
data/README.md CHANGED
@@ -4,8 +4,8 @@ Ruby/Pango is a Ruby binding of pango based on GObject-Introspection.
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)
7
+ * [Ruby/GObject-Introspection](https://github.com/ruby-gnome/ruby-gnome)
8
+ * [Ruby/GLib2](https://github.com/ruby-gnome/ruby-gnome)
9
9
  * [cairo/rcairo](http://cairographics.org/)
10
10
 
11
11
  ## Install
@@ -22,4 +22,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
22
22
  ## Project Websites
23
23
 
24
24
  * https://ruby-gnome2.osdn.jp/
25
- * https://github.com/ruby-gnome2/ruby-gnome2
25
+ * 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 = "pango"
23
23
  s.summary = "Ruby/Pango is a Ruby binding of pango-1.x."
24
24
  s.description = "Ruby/Pango is a Ruby binding of pango-1.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: pango
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: cairo-gobject
@@ -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: gobject-introspection
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/Pango is a Ruby binding of pango-1.x.
41
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
43
  executables: []