jam-cloud/ruby/Rakefile

7 lines
174 B
Ruby
Raw Normal View History

2012-08-03 03:07:03 +00:00
#!/usr/bin/env rake
#require "bundler/gem_tasks"
#require 'jam_ruby'
path = File.expand_path(__dir__)
Dir.glob("#{path}/lib/jam_ruby/tasks/**/*.rake").each { |f| import f }