Sha256: 622b3c2f7a34e0fa5c54cd865f04e9eee69267d7707dff8bfcbf554866a77276
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
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 =<<POST_INSTALL * osx-status-bar-app-template * Thanks for installing this gem, now you can create a new OS X status bar app using RubyMotion by running: motion create --template=osx-status-bar-app <app-name> 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
osx-status-bar-app-template-0.0.1 | osx-status-bar-app-template.gemspec |