diff --git a/lib/ruby_hashcat/version.rb b/lib/ruby_hashcat/version.rb index 6016df1..31f923f 100644 --- a/lib/ruby_hashcat/version.rb +++ b/lib/ruby_hashcat/version.rb @@ -1,3 +1,3 @@ module RubyHashcat - VERSION = '1.0.0' + VERSION = '1.0.1' end diff --git a/ruby_hashcat.gemspec b/ruby_hashcat.gemspec index 667f8f8..53a515d 100644 --- a/ruby_hashcat.gemspec +++ b/ruby_hashcat.gemspec @@ -7,11 +7,11 @@ Gem::Specification.new do |spec| spec.name = 'ruby_hashcat' spec.version = RubyHashcat::VERSION spec.authors = ['Coleton Pierson'] - spec.email = ['coleton.pierson@praetorian.com'] + spec.email = ['coleton.pierson@gmail.com'] spec.summary = %q{Hashcat Library. Includes a rest API, library, and wrapper for oclHashcat.} spec.description = %q{Hashcat library and API written in ruby to interface with oclHashcat. Ability to start and check status of cracking hash files.} - spec.homepage = 'http://praetorian.com' + spec.homepage = 'https://github.com/coleton/ruby_hashcat' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0")