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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8f47061c803d9fb1e0c1751a50177d2ecd43953
4
- data.tar.gz: 985b1c2ffa9c42e151f7d59318e14a6310f23fed
3
+ metadata.gz: 8fd96abc7b4f0334dedd08b5b7337e4bfa9c592f
4
+ data.tar.gz: b09e50592fd32e81d871488f8ce5b29dc270f0ca
5
5
  SHA512:
6
- metadata.gz: 1d63dafb0d839951d932a753bc992622d8b9b95c488a48dcdaba41100d069f2a201225eae338d9dc45872e9d820c4ec5c4bc47df1f0c2ce2f03dbddb5888a593
7
- data.tar.gz: 41d9a32c16841d76c8f269b4ff378c7bd23f86188b928ec93acc15e80a6db945b72cbd0d3fb1d878127fbaca2396bea0ac300697cfb999454ac3c3956474e090
6
+ metadata.gz: 3c313626b5c92fa9e7673111951287c92ae4ef320ec200b4a286d6a3abda7d77e8f554c95bd8a4083b7947fac2273a64335a5f9f527d425a9fb67f88f2a0d716
7
+ data.tar.gz: a615d26d4acc6a25b387f9f4b1da161b6b28676c10ff6099f4c6a2892e49ec5f05146ed207be58b8d61b688047a9fa64fbdc89dc7c6b0bb5db22df10f0eaafd5
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  /.idea/workspace.xml
14
14
  /.idea/humpass.iml
15
15
  /humpass.dat
16
+ /.idea/.rakeTasks
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- humpass (0.1.1)
4
+ humpass (0.1.11)
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(File.join(File.dirname(File.expand_path(__FILE__)), '../assets/words.txt'))
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
@@ -1,3 +1,3 @@
1
1
  module Humpass
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.11"
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.9
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>