Sha256: 9090f2f4920ea83c922236cb2df649f6599f66adeac4f6adc981a94ab25ae500

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.2"
  gem.date = "2015-06-22"
  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.2 osx-status-bar-app-template.gemspec