adamantite 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/adamantite.rb +2 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ad70c4e3eaae15d88f12b94ea91ede1a0710aaee9089f4c7aac4ec83410b63b
4
- data.tar.gz: a2168814dc00987f060a6217c6dce9894a52d9cf6f7cfd8701d12bc5ae679991
3
+ metadata.gz: a6e6f271bc9d8fe8008bd42b52607ee735866937a483340d13b5c999c4e8caf3
4
+ data.tar.gz: 913b2831ff46ea1252f39c83ec79cd1594328c0e1bcb17ecd08fc8bca72ce795
5
5
  SHA512:
6
- metadata.gz: e3d37de14a8f78a437d1dc94e530810b7efb7fb0f8313161720da7b70f9aba82febf324a48da06798e6e32387fcec8700dd43180d0e0dd2d364e3894e4adacb1
7
- data.tar.gz: 919b7b1266be6e3b9a81ad643b2453434d1888d79f33a7e7296b80d8f3ada2950d8fa3b80eaf8d2c97aef67ee42be81879636d550a3e1e8c4375e75ccbd69d59
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-info/')
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-info/
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.12
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-18 00:00:00.000000000 Z
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-info/
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-info/ if you
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.