libsecret 3.4.1 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/run-test.rb +6 -6
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1432259a465adefee2239ec11e74adccfa327461522b11669c0a8e68c3f44e5e
|
4
|
+
data.tar.gz: 78ff3bb05de12db79f9ac9313a64197f289be5876d2d2b1aabe178aa687295de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b56ee54b30b711578454f4d829f28fdea201fb32860db1be00f3c13b31a9d68de66ad614d44f61c7d50214999321ae25b06e94a3ca3a35c263df43548ccef040
|
7
|
+
data.tar.gz: 42ca8f72d4918305d5c489eb44edd04045ff7f43ba0edea56f546501adb037906233f2c48c2182bb36b5b4441a19cc2620297305d3c13e8bb893bab570fe5c5c
|
data/test/run-test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
#
|
3
|
-
# Copyright (C) 2019 Ruby-
|
3
|
+
# Copyright (C) 2019-2020 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
|
@@ -16,12 +16,12 @@
|
|
16
16
|
# License along with this library; if not, write to the Free Software
|
17
17
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
18
18
|
|
19
|
-
|
20
|
-
|
19
|
+
ruby_gnome_base = File.join(File.dirname(__FILE__), "..", "..")
|
20
|
+
ruby_gnome_base = File.expand_path(ruby_gnome_base)
|
21
21
|
|
22
|
-
glib_base = File.join(
|
23
|
-
gobject_introspection_base = File.join(
|
24
|
-
libsecret_base = File.join(
|
22
|
+
glib_base = File.join(ruby_gnome_base, "glib2")
|
23
|
+
gobject_introspection_base = File.join(ruby_gnome_base, "gobject-introspection")
|
24
|
+
libsecret_base = File.join(ruby_gnome_base, "libsecret")
|
25
25
|
|
26
26
|
modules = [
|
27
27
|
[glib_base, "glib2"],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libsecret
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gobject-introspection
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.4.
|
19
|
+
version: 3.4.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.4.
|
26
|
+
version: 3.4.2
|
27
27
|
description: Ruby/libsecret is a Ruby binding of libsecret.
|
28
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
29
|
executables: []
|
@@ -61,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
|
65
|
-
rubygems_version: 2.7.6.2
|
64
|
+
rubygems_version: 3.2.0.pre1
|
66
65
|
signing_key:
|
67
66
|
specification_version: 4
|
68
67
|
summary: Ruby/libsecret is a Ruby binding of libsecret.
|