adamantite 0.0.9 → 0.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b644f96160908b966d2744366cad17ac5924adb87388cd62d119664aa83d0404
4
- data.tar.gz: '083ecc99e8e72c037afc8b85156e5b9fa6ad0f0732e01678fe02af1ae1a09454'
3
+ metadata.gz: 9a47dadefeaeb92aa5760a95c1f2e8d0090b442159f204a1988c89dd42d93735
4
+ data.tar.gz: dadae4e0836144f52b1578eaa09438e47599d5a3685c6413b1a4988cf64c9bc8
5
5
  SHA512:
6
- metadata.gz: c14c2da4b4e6e10b3f9ecdba600d0462491ffea4408f54d355180090d3830b901239e2aaf477d0a02b202035c7ff2f8e7f34f0c3ddb89d68316fb7761ba9238b
7
- data.tar.gz: 94128616cddc3f9887cb36f5cd01c82340f89cb14feb8a5b133d9efa0b512e5bf487c67c82048299bc1f9ab7a8def4029d1557e4dff86be53a646c694ab60429
6
+ metadata.gz: 0cac0a69d5187cb6cc3bac7d28f83adf61baea19e66ce8d8872d48b55d83a17f417fd403908e5fb65b69c512c89f6ae4904adf8de53cf1969176e1bb3b69ab26
7
+ data.tar.gz: 0c379683dfb58ad5877ba664913b57233f6842c80e942c6dfd12051eeb709d5b95d02f00a94463995e020f63b42ddcfa25bfc79a1f4ce4a95b2b926d617b8068
@@ -2,7 +2,6 @@
2
2
 
3
3
  require 'base/password_object'
4
4
  require 'file_utils/adamantite_file_utils'
5
- require 'pw_utils/pw_utils'
6
5
 
7
6
  module Adamantite
8
7
  module Base
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adamantite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Bruemmer
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.21.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: rbnacl
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '7.1'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '7.1'
41
55
  description: A local password manager written in Ruby.
42
56
  email: jakebruemmer@gmail.com
43
57
  executables:
@@ -71,6 +85,8 @@ post_install_message: |2
71
85
  Thank you for installing Adamantite. Please visit the project's
72
86
  homepage https://jakebruemmer.github.io/adamantite-info/ if you
73
87
  run into any issues when installing or running the gem.
88
+
89
+ You can run the gem by running 'adamantite' in your terminal.
74
90
  rdoc_options: []
75
91
  require_paths:
76
92
  - lib