Sha256: 0f2557e2b05857177106573ec86a576af42e6331b2d6014a5ffa21234d52a5ea
Contents?: true
Size: 998 Bytes
Versions: 1
Compression:
Stored size: 998 Bytes
Contents
# -*- encoding: utf-8 -*- STATUSBAR_VERSION = "0.2.2" Gem::Specification.new do |spec| spec.name = "status_bar" spec.version = STATUSBAR_VERSION spec.authors = ["Holger Sindbaek"] spec.email = ["holgersindbaek@gmail.com"] spec.description = %q{This RubyMotion gem can show status updates in the status bar. Heavily inspired by https://github.com/brianpartridge/BPStatusBar.} spec.summary = %q{RubyMotion status bar wrapper.} spec.homepage = "https://github.com/holgersindbaek/status_bar" spec.license = "MIT" spec.files = `git ls-files`.split($\) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "rake" spec.add_dependency "sugarcube", "1.3.5" spec.add_dependency "bubble-wrap", "1.4.0" spec.add_dependency 'teacup', '2.1.13' spec.add_dependency 'hs' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
status_bar-0.2.2 | status_bar.gemspec |