Sha256: 86a87d2265a17e2ffa5a641d3da4ed86ed6b3e1f9a2fda6023f397c1b71db644
Contents?: true
Size: 520 Bytes
Versions: 1
Compression:
Stored size: 520 Bytes
Contents
require "bundler/gem_tasks" $:.unshift("/Library/RubyMotion/lib") require 'motion/project' require 'motion-cocoapods' require 'bubble-wrap' require 'motion-redgreen' Motion::Project::App.setup do |app| app.name = 'NanoStoreDemo' app.redgreen_style = :full app.files += Dir.glob(File.join(app.project_dir, 'lib/nano_store/*.rb')) app.pods do pod 'NanoStore', '~> 2.1.4' end end desc "Build the gem" task :gem do sh "bundle exec gem build nano-store.gemspec" sh "mkdir -p pkg" sh "mv *.gem pkg/" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nano-store-0.3.13 | Rakefile |