adamantite 0.0.12 → 0.0.13
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/lib/adamantite.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6e6f271bc9d8fe8008bd42b52607ee735866937a483340d13b5c999c4e8caf3
|
|
4
|
+
data.tar.gz: 913b2831ff46ea1252f39c83ec79cd1594328c0e1bcb17ecd08fc8bca72ce795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e796b12ba43cba3a972533835162adc42d6937fdd2435436e0b636739eeda0dade7588f15ca811c173461507770855e493829d1ff13b6f9ed7627b79bcd20786
|
|
7
|
+
data.tar.gz: fb5b93107b2f420a5a6630b62d7ac83735f2938519fcf8e0d2442bad3badff750e99b9526ea5746ade73edc857766b3b0d1c870eb9124943c22d137ea0b3b754
|
data/lib/adamantite.rb
CHANGED
|
@@ -51,7 +51,7 @@ module Adamantite
|
|
|
51
51
|
menu('About') do
|
|
52
52
|
menu_item('Software Information') do
|
|
53
53
|
on_clicked do
|
|
54
|
-
msg_box('For more information please visit https://jakebruemmer.github.io/adamantite
|
|
54
|
+
msg_box('For more information please visit https://jakebruemmer.github.io/adamantite/')
|
|
55
55
|
end
|
|
56
56
|
end
|
|
57
57
|
menu_item('Author') do
|
|
@@ -155,7 +155,7 @@ module Adamantite
|
|
|
155
155
|
vertical_box do
|
|
156
156
|
license_label = <<-TEXT
|
|
157
157
|
No license detected. Please add one to start using Adamantite.
|
|
158
|
-
If you need one, visit https://jakebruemmer.github.io/adamantite
|
|
158
|
+
If you need one, visit https://jakebruemmer.github.io/adamantite/
|
|
159
159
|
for more information.
|
|
160
160
|
TEXT
|
|
161
161
|
label(license_label)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adamantite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jake Bruemmer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: glimmer-dsl-libui
|
|
@@ -77,13 +77,13 @@ files:
|
|
|
77
77
|
- lib/gui/screen/set_master_password_screen.rb
|
|
78
78
|
- lib/gui/screen/show_screen.rb
|
|
79
79
|
- lib/gui/screen/update_master_password_screen.rb
|
|
80
|
-
homepage: https://jakebruemmer.github.io/adamantite
|
|
80
|
+
homepage: https://jakebruemmer.github.io/adamantite/
|
|
81
81
|
licenses:
|
|
82
82
|
- MIT
|
|
83
83
|
metadata: {}
|
|
84
84
|
post_install_message: |2
|
|
85
85
|
Thank you for installing Adamantite. Please visit the project's
|
|
86
|
-
homepage https://jakebruemmer.github.io/adamantite
|
|
86
|
+
homepage https://jakebruemmer.github.io/adamantite/ if you
|
|
87
87
|
run into any issues when installing or running the gem.
|
|
88
88
|
|
|
89
89
|
You can run the gem by running 'adamantite' in your terminal.
|