libsecret 3.4.1 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/test/run-test.rb +6 -6
  3. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ead889820a0786fc19949cef3f7a12c50d9efcad04dfc8c0cb8b3a4be94f43ab
4
- data.tar.gz: 956b06808170e5b3c8bbd28fc3df57888f74759775d53d2ca3aaeeba52b3534f
3
+ metadata.gz: 1432259a465adefee2239ec11e74adccfa327461522b11669c0a8e68c3f44e5e
4
+ data.tar.gz: 78ff3bb05de12db79f9ac9313a64197f289be5876d2d2b1aabe178aa687295de
5
5
  SHA512:
6
- metadata.gz: 32d818c383df44d00b7ab5d36f3d8e84a7ac4ae569bdf66002eaeca49338bdaed74bbf412674d1adf3aa8ca3d2fc4c8747dc2e64a9b4856527bd9c1719c39b0c
7
- data.tar.gz: cb1ec9296c32fe91419e1edbfc0c423d50b71133c615034ab672e0164a10905c33231a015d823e90b0f59dc56caa318c9f2f21d5b65866b8276508ca088baaff
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-GNOME2 Project Team
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
- ruby_gnome2_base = File.join(File.dirname(__FILE__), "..", "..")
20
- ruby_gnome2_base = File.expand_path(ruby_gnome2_base)
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(ruby_gnome2_base, "glib2")
23
- gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
24
- libsecret_base = File.join(ruby_gnome2_base, "libsecret")
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.1
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: 2019-10-16 00:00:00.000000000 Z
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.1
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.1
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
- rubyforge_project:
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.