adamantite 0.0.11 → 0.0.12
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/bin/adamantite +2 -0
- data/lib/adamantite.rb +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ad70c4e3eaae15d88f12b94ea91ede1a0710aaee9089f4c7aac4ec83410b63b
|
|
4
|
+
data.tar.gz: a2168814dc00987f060a6217c6dce9894a52d9cf6f7cfd8701d12bc5ae679991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3d37de14a8f78a437d1dc94e530810b7efb7fb0f8313161720da7b70f9aba82febf324a48da06798e6e32387fcec8700dd43180d0e0dd2d364e3894e4adacb1
|
|
7
|
+
data.tar.gz: 919b7b1266be6e3b9a81ad643b2453434d1888d79f33a7e7296b80d8f3ada2950d8fa3b80eaf8d2c97aef67ee42be81879636d550a3e1e8c4375e75ccbd69d59
|
data/bin/adamantite
CHANGED
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
|
|
54
|
+
msg_box('For more information please visit https://jakebruemmer.github.io/adamantite-info/')
|
|
55
55
|
end
|
|
56
56
|
end
|
|
57
57
|
menu_item('Author') do
|
|
@@ -59,6 +59,8 @@ module Adamantite
|
|
|
59
59
|
msg_box('Jake Bruemmer - https://x.com/jakebruemmer')
|
|
60
60
|
end
|
|
61
61
|
end
|
|
62
|
+
# following is needed for Mac to enable easy quitting with CMD+Q shortcut
|
|
63
|
+
quit_menu_item
|
|
62
64
|
end
|
|
63
65
|
|
|
64
66
|
body do
|
|
@@ -119,6 +121,8 @@ module Adamantite
|
|
|
119
121
|
cell_rows <=> [self, :stored_passwords]
|
|
120
122
|
end
|
|
121
123
|
horizontal_box do
|
|
124
|
+
stretchy false
|
|
125
|
+
|
|
122
126
|
button('Add Password') do
|
|
123
127
|
on_clicked do
|
|
124
128
|
on_save = lambda do |password_object|
|
|
@@ -142,6 +146,8 @@ module Adamantite
|
|
|
142
146
|
end
|
|
143
147
|
end
|
|
144
148
|
horizontal_box do
|
|
149
|
+
stretchy false
|
|
150
|
+
|
|
145
151
|
label('This is valid Adamantite installation.')
|
|
146
152
|
end
|
|
147
153
|
end
|
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.12
|
|
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-
|
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: glimmer-dsl-libui
|