Sha256: f43b6843198cf192f4b0e70ae3524256d88c809b88e97737c7e3e364292643d2
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "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 = "Send system notifications on several platforms with a simple and unified API. Currently supports Growl, Libnotify, OSD, KDE (Knotify and Kdialog) and Snarl" 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, Libnotify, OSD, KDE (Knotify and Kdialog) or Snarl" s.add_development_dependency "test-unit" s.add_development_dependency "mocha" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
notifier-0.1.3 | notifier.gemspec |
notifier-0.1.2 | notifier.gemspec |
notifier-0.1.1 | notifier.gemspec |
notifier-0.1.0 | notifier.gemspec |