humpass 0.1.9 → 0.1.11
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/.gitignore +1 -0
- data/Gemfile.lock +1 -1
- data/lib/humpass/lock_word.rb +1 -1
- data/lib/humpass/version.rb +1 -1
- metadata +1 -2
- data/.idea/.rakeTasks +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fd96abc7b4f0334dedd08b5b7337e4bfa9c592f
|
4
|
+
data.tar.gz: b09e50592fd32e81d871488f8ce5b29dc270f0ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c313626b5c92fa9e7673111951287c92ae4ef320ec200b4a286d6a3abda7d77e8f554c95bd8a4083b7947fac2273a64335a5f9f527d425a9fb67f88f2a0d716
|
7
|
+
data.tar.gz: a615d26d4acc6a25b387f9f4b1da161b6b28676c10ff6099f4c6a2892e49ec5f05146ed207be58b8d61b688047a9fa64fbdc89dc7c6b0bb5db22df10f0eaafd5
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
data/lib/humpass/lock_word.rb
CHANGED
@@ -11,7 +11,7 @@ module Humpass
|
|
11
11
|
class LockWord
|
12
12
|
attr_reader :words
|
13
13
|
def initialize
|
14
|
-
@words = File.readlines(File.join(File.dirname(File.expand_path(__FILE__)), '
|
14
|
+
@words = File.readlines(File.join(File.dirname(File.expand_path(__FILE__)), 'assets/words.txt'))
|
15
15
|
.sample(15)
|
16
16
|
.map { |w| w.strip }
|
17
17
|
end
|
data/lib/humpass/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriel Hamdan
|
@@ -62,7 +62,6 @@ extra_rdoc_files: []
|
|
62
62
|
files:
|
63
63
|
- ".DS_Store"
|
64
64
|
- ".gitignore"
|
65
|
-
- ".idea/.rakeTasks"
|
66
65
|
- ".idea/misc.xml"
|
67
66
|
- ".idea/modules.xml"
|
68
67
|
- ".idea/vcs.xml"
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
-
You are allowed to:
|
4
|
-
1. Remove rake task
|
5
|
-
2. Add existing rake tasks
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build humpass-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install humpass-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install humpass-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push humpass-0.1.0.gem to TODO: Set to 'http://mygemserver.com'" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|