Skip to content

Commit

Permalink
fix Rake::DSL stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 5, 2012
1 parent 2e6403c commit b8293f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/releaseops.rb
Expand Up @@ -3,7 +3,7 @@

module ReleaseOps
module YardTasks
include ::Rake::DSL if defined?(::Rake::DSL)
extend ::Rake::DSL if defined?(::Rake::DSL)

# defines yard-relates tasks under the 'yard' namespace
#
Expand Down Expand Up @@ -39,5 +39,5 @@ def self.define(opts={})
end
end

require_relative 'releaseops/test_multiple_rubies'
require_relative 'releaseops/test_tasks'

0 comments on commit b8293f0

Please sign in to comment.