# -*- encoding: utf-8 -*- # stub: osx-status-bar-app-template 0.0.3 ruby lib # stub: Rakefile Gem::Specification.new do |s| s.name = "osx-status-bar-app-template".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Elliott Draper".freeze] s.date = "2015-06-22" s.description = "A RubyMotion app template to quickly start a new OS X status bar app".freeze s.email = "el@kickcode.com".freeze s.extensions = ["Rakefile".freeze] s.files = [".gitignore".freeze, "README.md".freeze, "Rakefile".freeze, "osx-status-bar-app-template.gemspec".freeze, "template/osx-status-bar-app/.gitignore".freeze, "template/osx-status-bar-app/files/.gitignore".freeze, "template/osx-status-bar-app/files/Gemfile".freeze, "template/osx-status-bar-app/files/Rakefile.erb".freeze, "template/osx-status-bar-app/files/app/app_delegate.rb".freeze, "template/osx-status-bar-app/files/resources/Credits.rtf".freeze, "template/osx-status-bar-app/files/spec/main_spec.rb.erb".freeze] s.licenses = ["MIT".freeze] s.post_install_message = "\n * osx-status-bar-app-template *\n\n Thanks for installing this gem, now you can create a new \n OS X status bar app using RubyMotion by running:\n\n motion create --template=osx-status-bar-app \n\n This will create you a status bar only app, with example\n menu items to trigger the about window, to show off a\n custom action, and to quit the app.\n\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "OS X Status Bar App Template for RubyMotion".freeze end