Sha256: 76190d3f414658736909fd644a8fd3707a32581ef3e5d1bc48aa2fa6fe28bea5
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 Bytes
Contents
# -*- coding: utf-8 -*- require "bundler/gem_tasks" $:.unshift("/Library/RubyMotion/lib") require 'motion/project' require 'bundler' Bundler.setup :default, :development require 'motion-stump' Motion::Project::App.setup do |app| app.name = 'motion-stump' end desc "Build the gem" task :gem do sh "bundle exec gem build motion-stump.gemspec" sh "mkdir -p pkg" sh "mv *.gem pkg/" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-stump-0.2.1 | Rakefile |
motion-stump-0.2.0 | Rakefile |