Sha256: f7ff0cbd32844644f388ae21b0e0e6df4b99fc5fa70d71a6a01e8d8f8a7585d2
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'capistrano-nc' gem.version = '0.1.0' gem.authors = ['Kir Shatrov'] gem.email = ['shatrov@me.com'] gem.summary = "Capistrano 3 integration with Mountain Lion's Notification Center" gem.description = 'https://github.com/evrone/capistrano-nc' gem.homepage = 'https://github.com/evrone/capistrano-nc' gem.licenses = %w(MIT) gem.add_dependency 'terminal-notifier', '~> 1.4.2' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(spec)/}) gem.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-nc-0.1.0 | capistrano-nc.gemspec |