# -*- encoding: utf-8 -*- # stub: autotest-notify-osd 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "autotest-notify-osd".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephen H. Gerstacker".freeze] s.date = "2009-10-16" s.description = "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.".freeze s.email = ["stephen@shortround.net".freeze] s.extra_rdoc_files = ["PostInstall.txt".freeze] s.files = ["Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "autotest-notify-osd.gemspec".freeze, "img/error.png".freeze, "img/failed.png".freeze, "img/info.png".freeze, "img/passed.png".freeze, "img/pending.png".freeze, "lib/autotest-notify-osd.rb".freeze, "lib/autotest/notify-osd.rb".freeze, "lib/autotest/result.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "spec/autotest-notify-osd_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/rspec.rake".freeze] s.homepage = "http://github.com/stack/autotest-notify-osd".freeze s.post_install_message = "\n\e[1;32mIn order to use autotest-notify-osd, the following line has to be added to your\n~/.autotest file:\n\nrequire 'autotest/notify-osd'\n\nMake sure Notify OSD is installed on your computer. Download it from:\n\nhttps://wiki.ubuntu.com/NotifyOSD\n\n\e[0m\n".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Notify OSD notification support for ZenTest's autotest.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 4.1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 2.3.3".freeze]) end