Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from winebarrel/v0.2.6
Browse files Browse the repository at this point in the history
v0.2.6
  • Loading branch information
I left from github. probably... committed Oct 23, 2014
2 parents 5a1ffd1 + 4435538 commit 9ad8ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gratan/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def walk(file, options)
def create_user(user, host, attrs)
attrs[:options] ||= {}

unless attrs.has_key?(:identified)
unless attrs[:options].has_key?(:identified)
identified = @options[:identifier].identify(user, host)
attrs[:options][:identified] = identified if identified
end
Expand Down
2 changes: 1 addition & 1 deletion lib/gratan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gratan
VERSION = '0.2.5'
VERSION = '0.2.6'
end

0 comments on commit 9ad8ee4

Please sign in to comment.