humpass 0.1.6 → 0.1.7
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/Gemfile.lock +1 -1
- data/lib/humpass/data_structure.rb +1 -1
- data/lib/humpass/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41a4ab5c63ff1f013cfcc6ca963393757f201765
|
4
|
+
data.tar.gz: e0aaae0a8b07fb5483b688586e449f7e4c40768d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b06ec58864d7e8063d53ab6d14f65a209c02a3e8ae77bebe08f622308e8dfe70d82cb99e58e3f85a2ace368cfe4ea0622ff59229e4c6856b581aedab30299c0e
|
7
|
+
data.tar.gz: 26b8d465dcdb8fbea1eb1e6dadcea45fca4aeca6d5b8f2cabb9b314993fa8c55e5ae67a7331e17283159abf4c797612dc1cc51748c5308e82111dc337f9c0040
|
data/Gemfile.lock
CHANGED
@@ -15,7 +15,7 @@ module Humpass
|
|
15
15
|
raise 'Configuration not sat!' if Humpass.configuration.nil?
|
16
16
|
new_database_initialize if database.read.empty?
|
17
17
|
get_structure_from_database
|
18
|
-
Humpass.set_lock_words(self.lock_words)
|
18
|
+
# Humpass.set_lock_words(self.lock_words)
|
19
19
|
end
|
20
20
|
|
21
21
|
def new_database_initialize
|
data/lib/humpass/version.rb
CHANGED