password_crack 0.2.5 → 0.2.6

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: e31aaf310ad30528319f9b788aa799b83d32702b
4
- data.tar.gz: 50137cb90e1f66206ccd38ffb9ba95559f788f7a
3
+ metadata.gz: f8ebfbbfb9c772419ee417fd3e33e33d55b423da
4
+ data.tar.gz: 0bbdabb27ac4d2677094736ba68260f139777fbc
5
5
  SHA512:
6
- metadata.gz: c4c5a63c0eba976a9e1ee8fbb436cbe3e931066d6461502d6bd3db3bc2d5254b2c8c78358cd2d12c238e140cf6cc5a62be36f84da0440cdb3c4522b09fb72caf
7
- data.tar.gz: 78a17d0202cef24eb8d30037b67e8c4855a29275707229a7511616211c96d4f1cf0d7eb79138a9e8847e13e3dd010c7884677047eabe308cb05c4c5659e08d30
6
+ metadata.gz: e9d13b63817dc56a953dfbae85d7752a7edc670c98098ef651ee80f67123a21dfc900418eae89bf72e8ca7754c3e5b2c338b7b8be5341abb1e7456604ea8eb0e
7
+ data.tar.gz: ac82bca741e06997bfefaa5c26a4381693c1f26e94052f247a495b24512413df439e8cf2ab41005cc4502d23a27cb3eb4629758afe2b7890909fa19c5da38dfc
data/README.md CHANGED
@@ -73,6 +73,11 @@ please see this:[https://github.com/masamitsu-murase/seven_zip_ruby/issues/11](h
73
73
 
74
74
  expect('birthday').to eq(cracker.check_is_week(password1))
75
75
 
76
+
77
+ password1 = 'lana'
78
+
79
+ expect('words').to eq(cracker.check_is_week(password1))
80
+
76
81
  ```
77
82
 
78
83
  ## Command line Usage
@@ -49,9 +49,13 @@ module PasswordCrack
49
49
 
50
50
  return result if result
51
51
 
52
- return check_by_dict password,'birthday'
52
+ result = check_by_dict password,'birthday'
53
53
 
54
54
 
55
+ return result if result
56
+
57
+ return check_by_dict password,'words'
58
+
55
59
  end
56
60
 
57
61
 
@@ -1,3 +1,3 @@
1
1
  module PasswordCrack
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password_crack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - luax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-05 00:00:00.000000000 Z
11
+ date: 2016-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler