humpass 0.1.12 → 0.1.13

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: 2fcc74a7b202f5c49b6b0054ae3be85cbbfe303d
4
- data.tar.gz: f671249e960a33b0fe1e7839848ce57cff5d0766
3
+ metadata.gz: 48720292c7b0bfa991afe28915189463d3c1352b
4
+ data.tar.gz: e9f28edf4a20129b04a38c8cc5e9772a4c56d9bb
5
5
  SHA512:
6
- metadata.gz: 4c613789ab1682add33b0cdc5fea0c73bf2d0362b2aa52d3782442cd4c333c4c3304d1757354955ca2809bdd929aeca1880ea703248a1a1b078576a5feaeaa09
7
- data.tar.gz: 12089959b0941e2dd39b760794749c527d7035eb51ca7b78e471b7edfe6c5a2a3c8193aea1172eaee3508ef1c87a6c58c66ef1555efe20a7d34a4a63f2adef38
6
+ metadata.gz: 2092fc5a30e202da4162be0556e74a4aa03f190d619d60bcfcdf0f4ed51b4a187fa37166e3f6e1b9664b0f996121699331146e1a425a558499728d8e9d34e1ec
7
+ data.tar.gz: 46d759a1b1ded6917b4291c2e1ae7d0dcf8a06e9326b58a5c3705efb03409a393a76d26e8bd228c4646089acac24c512098504f40a7eb89c089ee0626b0b08e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- humpass (0.1.11)
4
+ humpass (0.1.13)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,7 +11,7 @@ module Humpass
11
11
  class LockWord
12
12
  attr_reader :words
13
13
  def initialize
14
- @words = File.readlines('words.txt')
14
+ @words = File.readlines(File.join(File.dirname(File.expand_path(__FILE__)), 'words.txt'))
15
15
  .sample(15)
16
16
  .map { |w| w.strip }
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Humpass
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Hamdan