Skip to content

Commit

Permalink
Fix conditional constant reference that was breaking Windows. Bump ge…
Browse files Browse the repository at this point in the history
…mspec version.
  • Loading branch information
Tony Spataro committed Sep 12, 2011
1 parent 7fe1c04 commit 0c15c2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.rvmrc
.bundle
.idea
*.swp
Expand Down
4 changes: 2 additions & 2 deletions lib/right_support/system_logger.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RightSupport
SystemLogger = RightSupport::Log::SystemLogger
end
SystemLogger = RightSupport::Log::SystemLogger if defined?(RightSupport::Log::SystemLogger)
end
4 changes: 2 additions & 2 deletions right_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec = Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")

s.name = 'right_support'
s.version = '0.9.8'
s.date = '2011-08-13'
s.version = '0.9.9'
s.date = '2011-09-12'

s.authors = ['Tony Spataro']
s.email = '[email protected]'
Expand Down

0 comments on commit 0c15c2b

Please sign in to comment.