humpass 0.1.1 → 0.1.2

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: bb7708bfc9b282ecd8422b4752d96e480ed51bf8
4
- data.tar.gz: 46dbb1ba84facf6eaffc11f8ece2b5f9982bf674
3
+ metadata.gz: e47b690daa53dd8959052b4f79a66da7011dc652
4
+ data.tar.gz: '08abf8d380b4976652979279e7f7749968d596ea'
5
5
  SHA512:
6
- metadata.gz: 808bbd5ad12e18a8f013a6b4be83f7ce1f9666c9e03f7d0cf9bc2bfc152aa9542d0da2bcb8b2bcebc5265c773019212f62427564521530f25ed293ba2a9c1dd2
7
- data.tar.gz: 7a69a5b8ea048e88bb400a87ef3b144db2019df7b60574ea03d0b611673bb4f3dc2ca370070a68c98d22231b31f96278c3164dfca49d118447555a4f56faf993
6
+ metadata.gz: ed633b4378db9b2fbdb1d13c4d02773a332625871069609c58753d3ad05eb0ecea770cfa66511342842c6e607d8088ce3cdff2faf783b037adedef00d2e83d32
7
+ data.tar.gz: 8400137221d755d93a6a7ff6c2e0291b089c1c054171de20cc841052aeed647ebaf155365078c2f05c7aaec7ab9ab9e74e61fb3a6094a3fa210a60c437a71e98
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.0)
4
+ humpass (0.1.2)
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.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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>