Sha256: f05b58e59cf82de685a035441a4057c41b1223dc026c00a90bf0e09302c7e95e
Contents?: true
Size: 669 Bytes
Versions: 1
Compression:
Stored size: 669 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'rspec-nc' gem.version = '0.0.2' gem.authors = ['Odin Dutton'] gem.email = ['odindutton@gmail.com'] gem.description = 'https://github.com/twe4ked/rspec-nc' gem.summary = "RSpec formatter for Mountain Lion's Notification Center" gem.homepage = 'https://github.com/twe4ked/rspec-nc' 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 |
---|---|
rspec-nc-0.0.2 | rspec-nc.gemspec |