2016-05-31 16:13:49 +00:00
|
|
|
|
2012-08-29 13:21:56 +00:00
|
|
|
#!/usr/bin/env rake
|
|
|
|
|
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
|
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
|
|
|
|
|
|
require File.expand_path('../config/application', __FILE__)
|
|
|
|
|
|
|
|
|
|
JamAdmin::Application.load_tasks
|
2021-02-01 17:58:25 +00:00
|
|
|
|
|
|
|
|
require 'jam_ruby'
|
|
|
|
|
|
|
|
|
|
spec = Gem::Specification.find_by_name 'jam_ruby'
|
|
|
|
|
rakefile = "#{spec.gem_dir}/Rakefile"
|
|
|
|
|
load rakefile
|