Sha256: 03c4d711cdb4134a1405ca36d88c3d2add89f6588e9d0a7cef59b50da10f4bb8
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
require "./lib/notifier/version" Gem::Specification.new do |s| s.name = "notifier" s.version = Notifier::Version::STRING s.platform = Gem::Platform::RUBY s.authors = ["Nando Vieira"] s.email = ["fnando.vieira@gmail.com"] s.homepage = "http://rubygems.org/gems/notifier" s.summary = "Send system notifications on several platforms with a simple and unified API. Currently supports Growl, Libnotify, OSD, KDE (Knotify and Kdialog) and Snarl" s.description = s.summary s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.requirements << "Growl, terminal-notifier, Libnotify, OSD, KDE (Knotify and Kdialog) or Snarl" s.add_development_dependency "minitest-utils" s.add_development_dependency "rake" s.add_development_dependency "mocha" s.add_development_dependency "codeclimate-test-reporter" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notifier-0.5.2 | notifier.gemspec |