Skip to content

Commit

Permalink
superfluous require
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jan 10, 2010
1 parent aec49ee commit 7a0a66d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ rescue LoadError
warn "sdoc support not enabled. Please gem install sdoc-helpers."
end

begin
require 'org-ruby'
rescue LoadError
warn "org-mode support not enabled. Please gem install org-ruby."
end

desc "Build a gem"
task :gem => [ :gemspec, :build ]

Expand Down

0 comments on commit 7a0a66d

Please sign in to comment.