Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Nov 17, 2013
1 parent be641cf commit 95cf769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/attrio/attribute.rb
Expand Up @@ -21,7 +21,7 @@ def reader_visibility
end

def writer_visibility
@writer_visibility ||= self.accessor_name_from_options(:writer) || :public
@writer_visibility ||= self.accessor_visibility_from_options(:writer) || :public
end

def instance_variable_name
Expand Down
2 changes: 1 addition & 1 deletion lib/attrio/version.rb
Expand Up @@ -4,7 +4,7 @@ module Attrio
module Version
MAJOR = 0
MINOR = 7
PATCH = 0
PATCH = 1
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down

0 comments on commit 95cf769

Please sign in to comment.