Sha256: 1ac69bef552c3027ba3d5b0ade969e68fade7381beb3ecb3261f0917daca21a8

Contents?: true

Size: 477 Bytes

Versions: 5

Compression:

Stored size: 477 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'hubbub'))
require 'rake'

Dir.glob(File.join(WarpDrive::Path.lib.tasks.to_s, '**', '*.*')).sort.each do |task|
  load File.expand_path(task) unless task.match(/\/private\//)
end

Dir.glob(File.join(WarpDrive::Path.vendor.plugins.to_s, '*')).sort.each do |plugin|
  Dir.glob(File.join(plugin, 'tasks', '**', '*.*')).sort.each do |task|
    load File.expand_path(task) unless task.match(/\/private\//) 
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubbub-0.0.11 lib/hubbub/tasks.rb
hubbub-0.0.10 lib/hubbub/tasks.rb
hubbub-0.0.9 lib/hubbub/tasks.rb
hubbub-0.0.8 lib/hubbub/tasks.rb
hubbub-0.0.6 lib/hubbub/tasks.rb