Skip to content

Commit

Permalink
SSL maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
terrbear committed Feb 22, 2010
1 parent b92610e commit bd8e1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/magic_key_auth.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

require File.join(File.dirname(__FILE__), "magic_key_auth", "ssl")
require File.join(File.dirname(__FILE__), "magic_key_auth", "SSL")
require File.join(File.dirname(__FILE__), "magic_key_auth", "message")

class MagicKeyAuth::InvalidKeyDir < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion magic_key_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rake'

Gem::Specification.new do |s|
s.name = "magic_key_auth"
s.version = "0.1.1"
s.version = "0.1.2"
s.date = "18Feb2010"
s.summary = "authentication mechanism based on SSH keys"
s.email = "theath@gmail.com"
Expand Down

0 comments on commit bd8e1fe

Please sign in to comment.