Gem::Specification.new do |gem| gem.name = "osx-status-bar-app-template" gem.version = "0.0.1" gem.date = "2013-10-17" gem.summary = "OS X Status Bar App Template for RubyMotion" gem.description = "A RubyMotion app template to quickly start a new OS X status bar app" gem.authors = ["Elliott Draper"] gem.email = "el@kickcode.com" gem.files = `git ls-files`.split($\) gem.license = "MIT" gem.extensions = ["Rakefile"] gem.post_install_message =< This will create you a status bar only app, with example menu items to trigger the about window, to show off a custom action, and to quit the app. POST_INSTALL end