sshkeyauth 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ssh/key/verifier.rb +1 -1
  2. metadata +3 -3
@@ -163,7 +163,7 @@ module SSH; module Key; class Verifier
163
163
  return nil
164
164
  end
165
165
 
166
- authorized_keys_file.gsubs!(/%h/, account_info.dir)
166
+ authorized_keys_file.gsub!(/%h/, account_info.dir)
167
167
  end
168
168
 
169
169
  # If relative path, use the homedir.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkeyauth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel