Sha256: f46d4d7901cb48f3e749efd1af031425e644502f66f116cd1a26b73b5cd98a8f

Contents?: true

Size: 1.16 KB

Versions: 11

Compression:

Stored size: 1.16 KB

Contents

# -*- encoding: utf-8 -*-
plist = File.expand_path('../../Terminal Notifier/Terminal Notifier-Info.plist', __FILE__)
# Also run on non-OSX machines, otherwise bundle installs directly from the repo will fail.
# version = `/usr/libexec/PlistBuddy -c 'Print :CFBundleShortVersionString' '#{plist}'`.strip
version = File.read(plist).match(%r{<string>(\d+\.\d+\.\d+)</string>})[1]


Gem::Specification.new do |gem|
  gem.name             = "terminal-notifier"
  gem.version          = version
  gem.summary          = 'Send User Notifications on Mac OS X 10.8 or higher.'
  gem.authors          = ["Eloy Duran", "Julien Blanchard"]
  gem.email            = ["eloy.de.enige@gmail.com", "julien@sideburns.eu"]
  gem.homepage         = 'https://github.com/alloy/terminal-notifier'
  gem.license          = 'MIT'

  gem.executables      = ['terminal-notifier']
  gem.files            = ['bin/terminal-notifier', 'lib/terminal-notifier.rb'] + Dir.glob('vendor/terminal-notifier/**/*')
  gem.require_paths    = ['lib']

  gem.extra_rdoc_files = ['README.markdown']

  gem.add_development_dependency 'bacon'
  gem.add_development_dependency 'mocha'
  gem.add_development_dependency 'mocha-on-bacon'
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
terminal-notifier-1.7.2 vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
second_step-0.1.2 secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
terminal-notifier-1.7.1 vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
terminal-notifier-1.7.0 vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/terminal-notifier-1.6.3/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/terminal-notifier-1.6.3/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/terminal-notifier-1.6.3/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/terminal-notifier-1.6.3/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec
terminal-notifier-1.6.3 vendor/terminal-notifier/Ruby/terminal-notifier.gemspec