# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{autotest-notify-osd} s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Stephen H. Gerstacker"] s.date = %q{2009-10-16} s.description = %q{This gem aims to improve support for Notify OSD notification by ZenTest's autotest. It comes with a nice colored Ruby icon set and - for now - supports Cucumber by means of a workaround.} s.email = ["stephen@shortround.net"] s.extra_rdoc_files = ["PostInstall.txt"] s.files = ["Manifest.txt", "PostInstall.txt", "README.rdoc", "Rakefile", "autotest-notify-osd.gemspec", "img/error.png", "img/failed.png", "img/info.png", "img/passed.png", "img/pending.png", "lib/autotest-notify-osd.rb", "lib/autotest/notify-osd.rb", "lib/autotest/result.rb", "script/console", "script/destroy", "script/generate", "spec/autotest-notify-osd_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/rspec.rake"] s.homepage = %q{http://github.com/stack/autotest-notify-osd} s.post_install_message = %q{ In order to use autotest-notify-osd, the following line has to be added to your ~/.autotest file: require 'autotest/notify-osd' Make sure Notify OSD is installed on your computer. Download it from: https://wiki.ubuntu.com/NotifyOSD  } s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{autotest-notify-osd} s.rubygems_version = %q{1.3.5} s.summary = %q{Notify OSD notification support for ZenTest's autotest.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 4.1.3"]) s.add_development_dependency(%q, [">= 2.3.3"]) else s.add_dependency(%q, [">= 4.1.3"]) s.add_dependency(%q, [">= 2.3.3"]) end else s.add_dependency(%q, [">= 4.1.3"]) s.add_dependency(%q, [">= 2.3.3"]) end end