Skip to content

Commit

Permalink
Add gem tasks to rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhavens committed Feb 25, 2020
1 parent 8c23396 commit 394a2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$:.unshift('/Library/RubyMotion/lib')
$:.unshift("~/.rubymotion/rubymotion-templates")
require 'motion/project/template/gem/gem_tasks'

platform = ENV.fetch('platform', 'ios')
if platform == 'ios'
Expand Down

0 comments on commit 394a2ff

Please sign in to comment.