public
Fork of fnando/test_notifier
Description: Display system notifications (dbus, growl and snarl) after running tests. It works on Mac OS X, Linux and Windows. Powerful when used with Autotest ZenTest gem for Rails apps.
Homepage: http://github.com/fnando/test_notifier
Clone URL: git://github.com/jeznet/test_notifier.git
test_notifier / test_notifier.gemspec
100644 34 lines (33 sloc) 1.278 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
# RUN : 'rake gem:update_gemspec'
 
Gem::Specification.new do |s|
  s.authors = ["Nando Vieira"]
  s.require_paths = ["lib"]
  s.required_rubygems_version = ">= 0"
  s.has_rdoc = false
  s.files = ["Rakefile",
 "test_notifier.gemspec",
 "History.txt",
 "License.txt",
 "README.markdown",
 "TODO.txt",
 "lib/test_notifier",
 "lib/test_notifier/autotest.rb",
 "lib/test_notifier/icons",
 "lib/test_notifier/icons/error.png",
 "lib/test_notifier/icons/failure.png",
 "lib/test_notifier/icons/passed.png",
 "lib/test_notifier/register-growl.scpt",
 "lib/test_notifier/rspec.rb",
 "lib/test_notifier/test_unit.rb",
 "lib/test_notifier.rb"]
  s.email = ["fnando.vieira@gmail.com"]
  s.version = "0.1.0"
  s.homepage = "http://github.com/fnando/test_notifier"
  s.requirements = ["You'll need Growl (Mac OS X), Libnotify (Linux) or Snarl (Windows)"]
  s.name = "test_notifier"
  s.summary = "Display system notifications (dbus, growl and snarl) after running tests."
  s.description = "Display system notifications (dbus, growl and snarl) after running tests. It works on Mac OS X, Linux and Windows. Powerful when used with Autotest ZenTest gem for Rails apps."
  s.add_dependency "rubigen", ">= 0"
  s.bindir = "bin"
end