Sha256: 0b60cf111615f6273370246c4178ab9139a2c6b28a627c203a8420f6d5babcf3
Contents?: true
Size: 388 Bytes
Versions: 3
Compression:
Stored size: 388 Bytes
Contents
# -*- coding: utf-8 -*- require "bundler/gem_tasks" $:.unshift("/Library/RubyMotion/lib") require 'motion/project' require 'bundler' Bundler.require :default, :development 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
motion-stump-0.1.2 | Rakefile |
motion-stump-0.1.1 | Rakefile |
motion-stump-0.1.0 | Rakefile |