password_crack 0.2.4 → 0.2.5

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: a58eab8d603925fc5a6dda9597e6b6d19db7766d
4
- data.tar.gz: fd470347101fc9833b777647c9c1c55154e04b25
3
+ metadata.gz: e31aaf310ad30528319f9b788aa799b83d32702b
4
+ data.tar.gz: 50137cb90e1f66206ccd38ffb9ba95559f788f7a
5
5
  SHA512:
6
- metadata.gz: 368353bb7e431c1d5d40aeb91d2a7d9d5a9c9da74dc9da640faa1af08e0f0da18a731321993975e88de13c870d3fb1897cd1b6107e7fa06a7e06982c72d0f217
7
- data.tar.gz: d2475711de8b574d15a1c411cb66098b480e885717a1097ec90bed76de0fd34fb38ecc9d75d8924a054791446b63d270fc6e6344f24ef099b9a0a7ba0e75c4a5
6
+ metadata.gz: c4c5a63c0eba976a9e1ee8fbb436cbe3e931066d6461502d6bd3db3bc2d5254b2c8c78358cd2d12c238e140cf6cc5a62be36f84da0440cdb3c4522b09fb72caf
7
+ data.tar.gz: 78a17d0202cef24eb8d30037b67e8c4855a29275707229a7511616211c96d4f1cf0d7eb79138a9e8847e13e3dd010c7884677047eabe308cb05c4c5659e08d30
@@ -1,3 +1,3 @@
1
1
  module PasswordCrack
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -151,7 +151,7 @@ module PasswordCrack
151
151
 
152
152
  else
153
153
 
154
- write dict_timestamp_pathname,Time.now.to_i.to_s
154
+ write dict_timestamp_pathname,Time.now.to_i.to_s if(Time.now.to_i - local_timestamp > 10 *60)
155
155
 
156
156
 
157
157
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password_crack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - luax