public
Rubygem
Description: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
Homepage: http://www.nomedojogo.com/
Clone URL: git://github.com/carlosbrando/autotest-notification.git
Bump Version.
carlosbrando (author)
Thu Oct 09 11:56:43 -0700 2008
commit  7ceac2ddb59eb65b6600990cc14daf8b5f0a47f7
tree    99c300077a7e3497e082311894951f112211a895
parent  22235746d30d13ce0eb6bfc06503714ffd21ef4b
...
1
2
3
4
5
 
6
7
8
9
 
 
10
11
 
12
13
14
15
 
16
17
18
...
28
29
30
31
 
32
33
34
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
...
1
2
 
 
 
3
4
5
 
 
6
7
8
 
9
10
11
 
 
12
13
14
15
...
25
26
27
 
28
29
30
31
 
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
0
@@ -1,18 +1,15 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{autotest-notification}
0
- s.version = "1.5.0"
0
-
0
- s.specification_version = 2 if s.respond_to? :specification_version=
0
+ s.version = "1.6.0"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
- s.authors = ["Carlos Brando", "Rodrigo Urubatan", "Alexandre da Silva", "Carlos J\303\272nior", "Davis Zanetti Cabral", "Marcos Tapaj\303\263s", "Thiago Pradi", "Oz\303\251ias Sant'ana", "Lucas Uyezu"]
0
- s.date = %q{2008-06-18}
0
+ s.authors = ["Carlos Brando", "Rodrigo Urubatan", "Alexandre da Silva", "Carlos J\303\272nior", "Davis Zanetti Cabral", "Marcos Tapaj\303\263s", "Thiago Pradi", "Oz\303\251ias Sant'ana", "Samuel Flores", "Diego Carrion"]
0
+ s.date = %q{2008-10-09}
0
   s.description = %q{This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.}
0
- s.email = ["eduardobrando@gmail.com"]
0
+ s.email = ["autotest-notification@carlosbrando.com"]
0
   s.executables = ["an-install", "an-uninstall", "playsound"]
0
   s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "website/index.txt"]
0
- s.files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "Rakefile", "config/hoe.rb", "config/requirements.rb", "lib/autotest_notification.rb", "lib/autotest_notification/version.rb", "lib/autotest_notification/linux.rb", "lib/autotest_notification/windows.rb", "lib/autotest_notification/cygwin.rb", "lib/autotest_notification/mac.rb", "lib/autotest_notification/doom.rb", "lib/autotest_notification/buuf.rb",
0
-"script/console", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "test/test_autotest_notification.rb", "test/test_helper.rb", "test/autotest_notification/test_cygwin.rb", "test/autotest_notification/test_linux.rb", "test/autotest_notification/test_windows.rb", "test/autotest_notification/test_mac.rb", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.html.erb", "bin/an-install", "bin/an-uninstall", "bin/playsound", "images/pass.png", "images/fail.png", "images/pending.png", "autotest-notification.gemspec", "images/doom/doom_0.png", "images/doom/doom_1.png", "images/doom/doom_2.png", "images/doom/doom_3.png", "images/doom/doom_4.png", "images/doom/doom_5.png", "images/doom/doom_6.png", "sounds/doom/0.wav", "sounds/doom/1.wav", "sounds/doom/2.wav", "sounds/doom/3.wav", "sounds/doom/4.wav", "sounds/doom/5.wav", "sounds/doom/6.wav"]
0
+ s.files = ["autotest-notification.gemspec", "History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "Rakefile", "config/hoe.rb", "config/requirements.rb", "lib/autotest_notification.rb", "lib/autotest_notification/version.rb", "lib/autotest_notification/linux.rb", "lib/autotest_notification/windows.rb", "lib/autotest_notification/cygwin.rb", "lib/autotest_notification/mac.rb", "lib/autotest_notification/doom.rb", "lib/autotest_notification/buuf.rb", "script/console", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "test/test_autotest_notification.rb", "test/test_helper.rb", "test/autotest_notification/test_cygwin.rb", "test/autotest_notification/test_linux.rb", "test/autotest_notification/test_windows.rb", "test/autotest_notification/test_mac.rb", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.html.erb", "bin/an-install", "bin/an-uninstall", "bin/playsound", "images/pass.png", "images/fail.png", "images/pending.png", "images/buuf/fail.png", "images/buuf/pass.png", "images/buuf/pending.png", "images/doom/doom_0.png", "images/doom/doom_1.png", "images/doom/doom_2.png", "images/doom/doom_3.png", "images/doom/doom_4.png", "images/doom/doom_5.png", "images/doom/doom_6.png", "sounds/doom/0.wav", "sounds/doom/1.wav", "sounds/doom/2.wav", "sounds/doom/3.wav", "sounds/doom/4.wav", "sounds/doom/5.wav", "sounds/doom/6.wav"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://github.com/carlosbrando/autotest-notification/}
0
   s.post_install_message = %q{
0
@@ -28,9 +25,23 @@ To turn off:
0
   s.rdoc_options = ["--main", "README.txt"]
0
   s.require_paths = ["lib"]
0
   s.rubyforge_project = %q{autotest-notification}
0
- s.rubygems_version = %q{1.1.1}
0
+ s.rubygems_version = %q{1.3.0}
0
   s.summary = %q{This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.}
0
   s.test_files = ["test/autotest_notification/test_cygwin.rb", "test/autotest_notification/test_linux.rb", "test/autotest_notification/test_mac.rb", "test/autotest_notification/test_windows.rb", "test/test_autotest_notification.rb", "test/test_helper.rb"]
0
 
0
- s.add_dependency(%q<ZenTest>, [">= 3.9.2"])
0
+ if s.respond_to? :specification_version then
0
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
0
+ s.specification_version = 2
0
+
0
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
0
+ s.add_runtime_dependency(%q<ZenTest>, [">= 3.9.2"])
0
+ s.add_development_dependency(%q<hoe>, [">= 1.7.0"])
0
+ else
0
+ s.add_dependency(%q<ZenTest>, [">= 3.9.2"])
0
+ s.add_dependency(%q<hoe>, [">= 1.7.0"])
0
+ end
0
+ else
0
+ s.add_dependency(%q<ZenTest>, [">= 3.9.2"])
0
+ s.add_dependency(%q<hoe>, [">= 1.7.0"])
0
+ end
0
 end
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 module AutotestNotification #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
- MINOR = 5
0
+ MINOR = 6
0
     TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')

Comments

    No one has commented yet.