autotest-notify-osd.gemspec in autotest-notify-osd-0.1.0 vs autotest-notify-osd.gemspec in autotest-notify-osd-0.2.0
- old
+ new
@@ -1,48 +1,31 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{autotest-notify-osd}
- s.version = "0.1.0"
+ s.version = "0.2.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.date = %q{2010-03-02}
+ s.description = %q{This gem has been deprecated and replaced by autotest-growl}
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{
-[1;32mIn order to use autotest-notify-osd, the following line has to be added to your
-~/.autotest file:
+[1;32mThis gem has been deprecated and replaced by autotest-growl
-require 'autotest/notify-osd'
+This gem was originally a fork of the autotest-growl gem to add linux support. The original gem now supports
+linux, so this is no longer needed. Please uninstall and install the new gem.
-Make sure Notify OSD is installed on your computer. Download it from:
-
-https://wiki.ubuntu.com/NotifyOSD
-
+This gem will be broken.
[0m
}
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<ZenTest>, [">= 4.1.3"])
- s.add_development_dependency(%q<hoe>, [">= 2.3.3"])
- else
- s.add_dependency(%q<ZenTest>, [">= 4.1.3"])
- s.add_dependency(%q<hoe>, [">= 2.3.3"])
- end
- else
- s.add_dependency(%q<ZenTest>, [">= 4.1.3"])
- s.add_dependency(%q<hoe>, [">= 2.3.3"])
- end
end
+