Skip to content

Commit

Permalink
Bumped version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stex committed Jul 22, 2015
1 parent 4aae3b5 commit 5c99a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/setting_accessors/internal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def self.add_setting_accessor_name(klass, setting_name)
# @return [Array<String>] all setting accessor names defined in the given +class+
#
def self.setting_accessor_names(klass)
self.lookup_nested_hash(@@setting_accessor_names, klass.to_s)
self.lookup_nested_hash(@@setting_accessor_names, klass.to_s) || []
end

end
Expand Down
2 changes: 1 addition & 1 deletion lib/setting_accessors/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SettingAccessors
VERSION = '0.0.5'
VERSION = '0.0.6'
end

0 comments on commit 5c99a57

Please sign in to comment.