tapajos-autotest-notification 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,125 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tapajos-autotest-notification
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Carlos Brando
8
+ - Rodrigo Urubatan
9
+ - Alexandre da Silva
10
+ - "Carlos J\xC3\xBAnior"
11
+ - Davis Zanetti Cabral
12
+ - "Marcos Tapaj\xC3\xB3s"
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2008-05-28 00:00:00 -07:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: ZenTest
22
+ version_requirement:
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: 3.9.2
28
+ version:
29
+ description: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
30
+ email:
31
+ - eduardobrando@gmail.com
32
+ executables:
33
+ - an-install
34
+ - an-uninstall
35
+ extensions: []
36
+
37
+ extra_rdoc_files:
38
+ - History.txt
39
+ - License.txt
40
+ - Manifest.txt
41
+ - PostInstall.txt
42
+ - README.txt
43
+ - website/index.txt
44
+ files:
45
+ - History.txt
46
+ - License.txt
47
+ - Manifest.txt
48
+ - PostInstall.txt
49
+ - README.txt
50
+ - Rakefile
51
+ - config/hoe.rb
52
+ - config/requirements.rb
53
+ - lib/autotest_notification.rb
54
+ - lib/autotest_notification/version.rb
55
+ - lib/autotest_notification/linux.rb
56
+ - lib/autotest_notification/windows.rb
57
+ - lib/autotest_notification/cygwin.rb
58
+ - lib/autotest_notification/mac.rb
59
+ - script/console
60
+ - script/destroy
61
+ - script/generate
62
+ - script/txt2html
63
+ - setup.rb
64
+ - tasks/deployment.rake
65
+ - tasks/environment.rake
66
+ - tasks/website.rake
67
+ - test/test_autotest_notification.rb
68
+ - test/test_helper.rb
69
+ - test/autotest_notification/test_cygwin.rb
70
+ - test/autotest_notification/test_linux.rb
71
+ - test/autotest_notification/test_windows.rb
72
+ - test/autotest_notification/test_mac.rb
73
+ - website/index.html
74
+ - website/index.txt
75
+ - website/javascripts/rounded_corners_lite.inc.js
76
+ - website/stylesheets/screen.css
77
+ - website/template.html.erb
78
+ - bin/an-install
79
+ - bin/an-uninstall
80
+ - images/pass.png
81
+ - images/fail.png
82
+ - autotest-notification.gemspec
83
+ has_rdoc: true
84
+ homepage: http://github.com/carlosbrando/autotest-notification/
85
+ post_install_message: |+
86
+
87
+ For more information on autotest_notification, see http://github.com/carlosbrando/autotest-notification/
88
+
89
+ To turn on the notifier you need to run the following command:
90
+ an-install
91
+
92
+ To turn off:
93
+ an-uninstall
94
+
95
+ rdoc_options:
96
+ - --main
97
+ - README.txt
98
+ require_paths:
99
+ - lib
100
+ required_ruby_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: "0"
105
+ version:
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: "0"
111
+ version:
112
+ requirements: []
113
+
114
+ rubyforge_project: autotest-notification
115
+ rubygems_version: 1.0.1
116
+ signing_key:
117
+ specification_version: 2
118
+ summary: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
119
+ test_files:
120
+ - test/autotest_notification/test_cygwin.rb
121
+ - test/autotest_notification/test_linux.rb
122
+ - test/autotest_notification/test_mac.rb
123
+ - test/autotest_notification/test_windows.rb
124
+ - test/test_autotest_notification.rb
125
+ - test/test_helper.rb