gtk2passwordapp 6.3.230117 → 6.3.250921
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.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/gtk2passwordapp.rb +1 -1
- metadata +9 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4a5dcb07d8d8c9f26017988525acfd990b4118b8d1f849182641fdb7ceec914
|
4
|
+
data.tar.gz: 74478049a39abd85a634db2df45b76f47f881dfdc0177576e4a85803e94c1d35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2210f38d6efbb35defe3a6d64c0f059be1403b47e85f9ffbba57ac2a7f05d444302ca972dccc7f7d1425ce64e9376a9a6234364e12be6264adce322e984964f
|
7
|
+
data.tar.gz: 2a954d69ea330161bb61755a9a29938bf7545380ea009bfc789c9b2c77c35dd85ec453f830944eaca02db12591a0d6900c7ec5a956d4b5e8a9e060098f89e679
|
data/README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
# Gtk2PasswordApp
|
2
2
|
|
3
|
-
* [VERSION 6.3.
|
3
|
+
* [VERSION 6.3.250921](https://github.com/carlosjhr64/gtk2passwordapp/releases)
|
4
4
|
* [github](https://github.com/carlosjhr64/gtk2passwordapp)
|
5
5
|
* [rubygems](https://rubygems.org/gems/gtk2passwordapp)
|
6
6
|
|
7
7
|

|
8
8
|
|
9
|
+
WARNING: Blowfish is considered a legacy and deprecated algorithm.
|
10
|
+
On my next review of this project, I'll migrate this to a different encryption,
|
11
|
+
but I don't know when I'll get to it.
|
12
|
+
|
9
13
|
## Description:
|
10
14
|
|
11
15
|
Ruby-Gnome Password Manager.
|
@@ -99,7 +103,7 @@ and set `:Salt` to "".
|
|
99
103
|
|
100
104
|
(The MIT License)
|
101
105
|
|
102
|
-
Copyright (c)
|
106
|
+
Copyright (c) 2025 CarlosJHR64
|
103
107
|
|
104
108
|
Permission is hereby granted, free of charge, to any person obtaining
|
105
109
|
a copy of this software and associated documentation files (the
|
data/lib/gtk2passwordapp.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gtk2passwordapp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.250921
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CarlosJHR64
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-09-21 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: yaml_zlib_blowfish
|
@@ -19,7 +18,7 @@ dependencies:
|
|
19
18
|
version: '2.0'
|
20
19
|
- - ">="
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 2.0.
|
21
|
+
version: 2.0.250921
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +28,7 @@ dependencies:
|
|
29
28
|
version: '2.0'
|
30
29
|
- - ">="
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: 2.0.
|
31
|
+
version: 2.0.250921
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: base_convert
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -90,14 +89,14 @@ dependencies:
|
|
90
89
|
requirements:
|
91
90
|
- - '='
|
92
91
|
- !ruby/object:Gem::Version
|
93
|
-
version: 1.0.
|
92
|
+
version: 1.0.1
|
94
93
|
type: :runtime
|
95
94
|
prerelease: false
|
96
95
|
version_requirements: !ruby/object:Gem::Requirement
|
97
96
|
requirements:
|
98
97
|
- - '='
|
99
98
|
- !ruby/object:Gem::Version
|
100
|
-
version: 1.0.
|
99
|
+
version: 1.0.1
|
101
100
|
- !ruby/object:Gem::Dependency
|
102
101
|
name: super_random
|
103
102
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,7 +141,6 @@ homepage: https://github.com/carlosjhr64/gtk2passwordapp
|
|
142
141
|
licenses:
|
143
142
|
- MIT
|
144
143
|
metadata: {}
|
145
|
-
post_install_message:
|
146
144
|
rdoc_options: []
|
147
145
|
require_paths:
|
148
146
|
- lib
|
@@ -150,16 +148,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
150
148
|
requirements:
|
151
149
|
- - ">="
|
152
150
|
- !ruby/object:Gem::Version
|
153
|
-
version: '
|
151
|
+
version: '3.4'
|
154
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
153
|
requirements:
|
156
154
|
- - ">="
|
157
155
|
- !ruby/object:Gem::Version
|
158
156
|
version: '0'
|
159
|
-
requirements:
|
160
|
-
|
161
|
-
rubygems_version: 3.4.3
|
162
|
-
signing_key:
|
157
|
+
requirements: []
|
158
|
+
rubygems_version: 3.6.2
|
163
159
|
specification_version: 4
|
164
160
|
summary: Ruby-Gnome Password Manager.
|
165
161
|
test_files: []
|