atk 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/atk.gemspec +2 -2
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c15d3955d0840548a463e18f4e724198c8d15d55f098102face965ae1023cd3
4
- data.tar.gz: dde3c295314defeb58d33cd9e11840dc714973dfdef9229ba4de0a657fff6e46
3
+ metadata.gz: 2822f3b706f6f2c50af05b1b74bb8cb09eae661865e48b6d30abd8f489838fa1
4
+ data.tar.gz: 2adf4aa680b4e6fa56412d2c8334fc40f5cb46507234e2647da8746d5e187fff
5
5
  SHA512:
6
- metadata.gz: 6a37f28b13b96403dea2eec52056c309d24f86b4134a515f531b5b2035cb4365cfcf64de2ae34ac0ec4e36a0f220dbdbeaee19dd4bf4589d406f8d51ea21b451
7
- data.tar.gz: 6cbace6b121ab4c501aec53a09fd77efd97f1a4cffb7a374eb2850e1186f1a43b9b2551bf0973a814b3195a9b8e7e297a0798388c06ab7046a7601512ef44bd0
6
+ metadata.gz: 44047e0eb49817afe2b98ae7ee10e2b517182fe171bae1b1eeb20ed72d34b04c6d2721fb87ab8b2aaa13235f3042c4c42233a0288d30c9e9d5b2137fdca35f94
7
+ data.tar.gz: 6cd352873ec9a1b4251870929348ab13fb902b7393c63b0821ec4bf9aa972bcd5494b050f1c415a1d8e16b44d6e85fb5d0c02cc758cebb0c1de26251c9755e82
data/README.md CHANGED
@@ -4,8 +4,8 @@ Ruby/ATK is a Ruby binding of ATK-1.12.x or later 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
 
10
10
  ## Install
11
11
 
@@ -21,4 +21,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
21
21
  ## Project Websites
22
22
 
23
23
  * https://ruby-gnome2.osdn.jp/
24
- * https://github.com/ruby-gnome2/ruby-gnome2
24
+ * 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 = "atk"
23
23
  s.summary = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
24
24
  s.description = "Ruby/ATK is a Ruby binding of ATK-1.0.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: atk
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: glib2
@@ -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/ATK is a Ruby binding of ATK-1.0.x.
27
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
29
  executables: []