mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-09 22:44:31 +08:00
12 lines
143 B
Ruby
12 lines
143 B
Ruby
# encoding: utf-8
|
|
|
|
begin
|
|
require 'bundler/gem_helper'
|
|
|
|
namespace 'gem' do
|
|
Bundler::GemHelper.install_tasks
|
|
end
|
|
|
|
rescue LoadError
|
|
end
|