Sha256: 65fcab8a4510156b26150e17d40400f4039d1d54a45d8bfc747daccce3c39d95
Contents?: true
Size: 975 Bytes
Versions: 2
Compression:
Stored size: 975 Bytes
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 = 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, Libnotify, OSD, KDE (Knotify and Kdialog) or Snarl" s.add_development_dependency "rspec" s.add_development_dependency "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notifier-0.4.1 | notifier.gemspec |
notifier-0.4.0 | notifier.gemspec |