Skip to content

Commit

Permalink
Updated gemspec and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfizzle committed Sep 17, 2014
1 parent e8c61cc commit 05b4379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ruby_hashcat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyHashcat
VERSION = '1.0.0'
VERSION = '1.0.1'
end
4 changes: 2 additions & 2 deletions ruby_hashcat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 05b4379

Please sign in to comment.