Skip to content

Commit 4be5f23

Browse files
committedNov 7, 2019
Switch to RubyMotion gem tasks template to get rake gem:release task
1 parent 21ed82b commit 4be5f23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎Rakefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ $:.unshift("~/.rubymotion/rubymotion-templates")
44

55
platform = ENV.fetch('platform', 'ios')
66
require "motion/project/template/#{platform}"
7-
8-
require 'bundler'
9-
require 'bundler/gem_tasks'
7+
require 'bundler/setup'
8+
require 'motion/project/template/gem/gem_tasks'
109

1110
if ARGV.join(' ') =~ /spec/
1211
Bundler.require :default, :spec

0 commit comments

Comments
 (0)
Please sign in to comment.