Skip to content

Commit

Permalink
Type, it's log4r, not log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
maxott committed Aug 29, 2013
1 parent fa3faf9 commit c6f90ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omf_base/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module OMF
module Base
VERSION = '1.0'
VERSION = '1.0.1'
end
end
2 changes: 1 addition & 1 deletion omf_base.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|

# specify any dependencies here; for example:
# s.add_development_dependency "minitest", "~> 2.11.3"
s.add_runtime_dependency 'log4j'
s.add_runtime_dependency 'log4r'
end

0 comments on commit c6f90ae

Please sign in to comment.