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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1e0cb1aa1b88f2afc30e04003e2a2f5af4a9b15
4
- data.tar.gz: 1f93608a2f1ebb004fc2d90492bf3ffc2071008e
3
+ metadata.gz: 41a4ab5c63ff1f013cfcc6ca963393757f201765
4
+ data.tar.gz: e0aaae0a8b07fb5483b688586e449f7e4c40768d
5
5
  SHA512:
6
- metadata.gz: 6d18fff023b955585e857b8eeae15912bb2f6f1232deecd32311cd4cf84dbbb10e09a013bb71cc5099bc19be7206c6dbe398905edef20f0b527023807fb087f2
7
- data.tar.gz: 765102126bc8baf261ed15618e5e96c17051d202574f4e392f21b002c33d9afecaac91630dccec2ec0c95ebfd107784de2d9612bb80fc881249584db5f93592e
6
+ metadata.gz: b06ec58864d7e8063d53ab6d14f65a209c02a3e8ae77bebe08f622308e8dfe70d82cb99e58e3f85a2ace368cfe4ea0622ff59229e4c6856b581aedab30299c0e
7
+ data.tar.gz: 26b8d465dcdb8fbea1eb1e6dadcea45fca4aeca6d5b8f2cabb9b314993fa8c55e5ae67a7331e17283159abf4c797612dc1cc51748c5308e82111dc337f9c0040
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- humpass (0.1.6)
4
+ humpass (0.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Humpass
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humpass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Hamdan