gtksourceview2 3.3.7 → 3.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/gtksourceview2/extconf.rb +3 -2
- data/gtksourceview2.gemspec +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0adeaef3ad7290206e910f4fe323b38a6e931fc120b2b598b1633452bd3f6379
|
4
|
+
data.tar.gz: b6ee5103cf1ac12278d66be6cea146cc1b27054d44f04739178ed2960961ea27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a61db5474078a6e96d14accdbc89d237750d32400b2bcf43d7d4de7d88570f25e70aa0e397b598223bde98c3d49889ccd115cbd0256d828f107f2fba1be9af01
|
7
|
+
data.tar.gz: a6fe8ce62219ef548f240ffc3da76e7bf1d86acfa291f35c2d84bdc6b14205673280d241962745efe709a018d5e41142f2357282308da2b605d9d359ecbd5175
|
@@ -58,11 +58,12 @@ end
|
|
58
58
|
|
59
59
|
unless required_pkg_config_package(package_id,
|
60
60
|
:altlnux => "libgtksourceview-devel",
|
61
|
+
:arch_linux => "gtksourceview2",
|
61
62
|
:debian => "libgtksourceview2.0-dev",
|
62
|
-
:redhat => "gtksourceview2-devel",
|
63
63
|
:homebrew => "gtksourceview",
|
64
64
|
:macports => "gtksourceview2",
|
65
|
-
:msys2 => "gtksourceview2"
|
65
|
+
:msys2 => "gtksourceview2",
|
66
|
+
:redhat => "gtksourceview2-devel")
|
66
67
|
exit(false)
|
67
68
|
end
|
68
69
|
|
data/gtksourceview2.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- ruby -*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2018 Ruby-
|
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 = "gtksourceview2"
|
23
23
|
s.summary = "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x."
|
24
24
|
s.description = "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x."
|
25
|
-
s.author = "The Ruby-
|
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: gtksourceview2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- The Ruby-
|
7
|
+
- The Ruby-GNOME Project Team
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
|
-
date: 2019-
|
11
|
+
date: 2019-09-09 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: gtk2
|
@@ -15,14 +16,14 @@ dependencies:
|
|
15
16
|
requirements:
|
16
17
|
- - '='
|
17
18
|
- !ruby/object:Gem::Version
|
18
|
-
version: 3.3.
|
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.
|
26
|
+
version: 3.3.8
|
26
27
|
description: Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
|
27
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
29
|
executables: []
|