Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Nov 4, 2010
1 parent eae7125 commit 5d3bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshkeyauth.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
#svnrev = %x{svn info}.split("\n").grep(/Revision:/).first.split(" ").last.to_i
rev = Time.now.strftime("%Y%m%d%H%M%S")
spec.name = "sshkeyauth"
spec.version = "0.0.6"
spec.version = "0.0.7"
spec.summary = "ssh key authentication (signing and verification)"
spec.description = "Use your ssh keys (and your ssh agent) to sign and verify messages"
spec.add_dependency("net-ssh")
Expand Down

0 comments on commit 5d3bc3b

Please sign in to comment.