ruby_hashcat 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: 2c286aa072c03557223988ccf6eade124886d53b
4
- data.tar.gz: 28779dfe11470f30dfb0f45fc33529b96ef96dd3
3
+ metadata.gz: 0ec228aef049a3ad95a48ec1469fd4776485adb5
4
+ data.tar.gz: 7f0feb43dffdf57ea6ac483454adfad3f88b1778
5
5
  SHA512:
6
- metadata.gz: 5119b150abc594cbdbd37ac9a6e5019654666fff494182df2aa478effd95bd1a02c33aefe23cee4125fa7e087a05463b9ffa62d73fdb7d8bc12409440dad8882
7
- data.tar.gz: 35f21e6729c9a04961bd350d2950263e356cbd9ff09798073e129d3ec5090fed21774b53785bc6e4db7d7dc0c7db759a7dd5c1563b95f03163e77bcc60d8a363
6
+ metadata.gz: d0dda83de1f4ae91c18f25b73c9f9e3841290b24a005e69dbde75f9de260c10dc382a662ad69f6d711c711ed80998d6852f64608410605cbbb0cbc74b8a52b4a
7
+ data.tar.gz: 98b68cdfbfd925293ee7264bb8cbe963598db13ddd39bed4ff8174c68d30c087fbcfef96ebb867600215540b14571dac7fff5eeec8e576e8f47248c5e125ef42
@@ -1,3 +1,3 @@
1
1
  module RubyHashcat
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
data/ruby_hashcat.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'ruby_hashcat/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'ruby_hashcat'
8
8
  spec.version = RubyHashcat::VERSION
9
- spec.authors = ['Coleton Pierson']
10
- spec.email = ['coleton.pierson@gmail.com']
9
+ spec.authors = ['Rfizzle']
10
+ spec.email = ['rfizzle@protonmail.ch']
11
11
  spec.summary = %q{Simple command line wrapper for oclHashcat.}
12
12
  spec.description = %q{Command line wrapper created to launch hash cracking jobs with oclHashcat.}
13
- spec.homepage = 'http://coletonpierson.com'
13
+ spec.homepage = 'http://rfizzle.ch'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_hashcat
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
- - Coleton Pierson
7
+ - Rfizzle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0.3'
55
55
  description: Command line wrapper created to launch hash cracking jobs with oclHashcat.
56
56
  email:
57
- - coleton.pierson@gmail.com
57
+ - rfizzle@protonmail.ch
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
@@ -69,7 +69,7 @@ files:
69
69
  - lib/ruby_hashcat/task.rb
70
70
  - lib/ruby_hashcat/version.rb
71
71
  - ruby_hashcat.gemspec
72
- homepage: http://coletonpierson.com
72
+ homepage: http://rfizzle.ch
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}