carlosbrando-autotest-notification 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,38 +1,31 @@
1
1
  Gem::Specification.new do |s|
2
- s.name = "autotest-notification"
3
- s.version = "0.0.2"
4
- s.date = "2008-05-11"
5
- s.summary = "Set the autotest to display messages through software such as Growl"
6
- s.email = "eduardobrando@gmail.com"
7
- s.homepage = "http://github.com/carlosbrando/autotest-notification"
8
- s.description = "Set the autotest to display messages through software such as Growl"
9
- s.has_rdoc = true
10
- s.authors = ["Carlos Brando"]
11
- 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", "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", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.html.erb", "bin/an-install", "images/pass.png", "images/fail.png", "autotest-notification.gemspec"]
12
- s.test_files = ["test/test_autotest_notification.rb", "test/test_helper.rb"]
13
- s.rdoc_options = ["--main", "README.txt"]
14
- s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "website/index.txt"]
15
-
2
+ s.name = %q{autotest-notification}
3
+ s.version = "0.0.3"
16
4
 
17
-
18
- # s.specification_version = 2 if s.respond_to? :specification_version=
19
-
20
- # s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
5
+ s.specification_version = 2 if s.respond_to? :specification_version=
21
6
 
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Carlos Brando"]
9
+ s.date = %q{2008-05-11}
10
+ s.default_executable = %q{an-install}
11
+ s.description = %q{Set the autotest to display messages through software such as Growl}
12
+ s.email = ["eduardobrando@gmail.com"]
13
+ s.executables = ["an-install"]
14
+ s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "website/index.txt"]
15
+ 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", "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", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.html.erb", "bin/an-install", "images/pass.png", "images/fail.png", "autotest-notification.gemspec"]
16
+ s.has_rdoc = true
17
+ s.homepage = %q{http://autotestnotific.rubyforge.org}
18
+ s.post_install_message = %q{
19
+ For more information on autotest_notification, see http://autotest_notification.rubyforge.org
22
20
 
23
- # s.default_executable = %q{an-install}
24
- # s.executables = ["an-install"]
21
+ NOTE: Change this information in PostInstall.txt
22
+ You can also delete it if you don't want it.
25
23
 
26
- # s.post_install_message = %q{
27
- # For more information on autotest_notification, see http://autotest_notification.rubyforge.org
28
- #
29
- # NOTE: Change this information in PostInstall.txt
30
- # You can also delete it if you don't want it.
31
- #
32
- #
33
- # }
34
24
 
35
- # s.require_paths = ["lib"]
36
- # s.rubyforge_project = %q{autotestnotific}
37
- # s.rubygems_version = %q{1.1.1}
25
+ }
26
+ s.rdoc_options = ["--main", "README.txt"]
27
+ s.require_paths = ["lib"]
28
+ s.rubygems_version = %q{1.1.1}
29
+ s.summary = %q{Set the autotest to display messages through software such as Growl}
30
+ s.test_files = ["test/test_autotest_notification.rb", "test/test_helper.rb"]
38
31
  end
data/bin/an-install CHANGED
@@ -44,5 +44,5 @@ path = OPTIONS[:path]
44
44
 
45
45
  f = File.new(File.expand_path(path) + "/.autotest", "w")
46
46
  f.write "# ~.autotest\n"
47
- f.write "require 'autotest-notification'"
47
+ f.write "require 'autotest_notification'"
48
48
  f.close
@@ -2,7 +2,7 @@ module AutotestNotification #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carlosbrando-autotest-notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Brando
@@ -10,13 +10,14 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2008-05-11 00:00:00 -07:00
13
- default_executable:
13
+ default_executable: an-install
14
14
  dependencies: []
15
15
 
16
16
  description: Set the autotest to display messages through software such as Growl
17
- email: eduardobrando@gmail.com
18
- executables: []
19
-
17
+ email:
18
+ - eduardobrando@gmail.com
19
+ executables:
20
+ - an-install
20
21
  extensions: []
21
22
 
22
23
  extra_rdoc_files:
@@ -57,8 +58,15 @@ files:
57
58
  - images/fail.png
58
59
  - autotest-notification.gemspec
59
60
  has_rdoc: true
60
- homepage: http://github.com/carlosbrando/autotest-notification
61
- post_install_message:
61
+ homepage: http://autotestnotific.rubyforge.org
62
+ post_install_message: |+
63
+
64
+ For more information on autotest_notification, see http://autotest_notification.rubyforge.org
65
+
66
+ NOTE: Change this information in PostInstall.txt
67
+ You can also delete it if you don't want it.
68
+
69
+
62
70
  rdoc_options:
63
71
  - --main
64
72
  - README.txt