reap 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. data/ChangeLog +8 -1
  2. data/Reapfile +8 -7
  3. data/doc/classes/Reap.html +1 -1
  4. data/doc/classes/Reap/AnnounceTask.html +50 -42
  5. data/doc/classes/Reap/ChmodTask.html +40 -41
  6. data/doc/classes/Reap/PackageTask.html +35 -33
  7. data/doc/classes/Reap/PublishTask.html +48 -42
  8. data/doc/classes/Reap/RDocTask.html +14 -14
  9. data/doc/classes/Reap/Runner.html +49 -57
  10. data/doc/classes/Reap/Task.html +119 -71
  11. data/doc/classes/Reap/TemplateTask.html +42 -49
  12. data/doc/classes/Reap/TestTask.html +135 -23
  13. data/doc/classes/Reap/TestTask/TestResults.html +235 -0
  14. data/doc/created.rid +1 -1
  15. data/doc/files/README.html +3 -3
  16. data/doc/files/lib/reap/reap_rb.html +3 -2
  17. data/doc/files/lib/reap/runner_rb.html +6 -5
  18. data/doc/files/lib/reap/task_rb.html +1 -1
  19. data/doc/files/lib/reap/tasks/announce-task_rb.html +6 -6
  20. data/doc/files/lib/reap/tasks/chmod-task_rb.html +1 -1
  21. data/doc/files/lib/reap/tasks/package-task_rb.html +1 -1
  22. data/doc/files/lib/reap/tasks/publish-task_rb.html +1 -1
  23. data/doc/files/lib/reap/tasks/rdoc-task_rb.html +1 -1
  24. data/doc/files/lib/reap/tasks/template-task_rb.html +2 -1
  25. data/doc/files/lib/reap/tasks/test-task_rb.html +9 -1
  26. data/doc/fr_class_index.html +1 -0
  27. data/doc/fr_file_index.html +0 -1
  28. data/doc/fr_method_index.html +40 -36
  29. data/lib/reap/reap.rb +4 -2
  30. data/lib/reap/runner.rb +23 -28
  31. data/lib/reap/task.rb +71 -22
  32. data/lib/reap/tasks/announce-task.rb +29 -20
  33. data/lib/reap/tasks/chmod-task.rb +6 -9
  34. data/lib/reap/tasks/package-task.rb +33 -29
  35. data/lib/reap/tasks/publish-task.rb +22 -16
  36. data/lib/reap/tasks/rdoc-task.rb +9 -11
  37. data/lib/reap/tasks/template-task.rb +12 -11
  38. data/lib/reap/tasks/test-task.rb +115 -20
  39. data/pub/www/doc/classes/Reap.html +184 -0
  40. data/pub/www/doc/classes/Reap/AnnounceTask.html +331 -0
  41. data/pub/www/doc/classes/Reap/ChmodTask.html +278 -0
  42. data/pub/www/doc/classes/Reap/PackageTask.html +372 -0
  43. data/pub/www/doc/classes/Reap/PublishTask.html +231 -0
  44. data/pub/www/doc/classes/Reap/RDocTask.html +254 -0
  45. data/pub/www/doc/classes/Reap/Runner.html +307 -0
  46. data/pub/www/doc/classes/Reap/Task.html +390 -0
  47. data/pub/www/doc/classes/Reap/TemplateTask.html +233 -0
  48. data/pub/www/doc/classes/Reap/TestTask.html +242 -0
  49. data/pub/www/doc/created.rid +1 -0
  50. data/pub/www/doc/files/LICENSE.html +119 -0
  51. data/pub/www/doc/files/README.html +194 -0
  52. data/pub/www/doc/files/lib/reap/reap_rb.html +110 -0
  53. data/pub/www/doc/files/lib/reap/runner_rb.html +113 -0
  54. data/pub/www/doc/files/lib/reap/task_rb.html +108 -0
  55. data/pub/www/doc/files/lib/reap/tasks/announce-task_rb.html +113 -0
  56. data/pub/www/doc/files/lib/reap/tasks/chmod-task_rb.html +101 -0
  57. data/pub/www/doc/files/lib/reap/tasks/package-task_rb.html +108 -0
  58. data/pub/www/doc/files/lib/reap/tasks/publish-task_rb.html +101 -0
  59. data/pub/www/doc/files/lib/reap/tasks/rdoc-task_rb.html +101 -0
  60. data/pub/www/doc/files/lib/reap/tasks/template-task_rb.html +108 -0
  61. data/pub/www/doc/files/lib/reap/tasks/test-task_rb.html +101 -0
  62. data/{doc → pub/www/doc}/files/lib/reap/template_rb.html +0 -0
  63. data/pub/www/doc/fr_class_index.html +36 -0
  64. data/pub/www/doc/fr_file_index.html +39 -0
  65. data/pub/www/doc/fr_method_index.html +69 -0
  66. data/pub/www/doc/index.html +24 -0
  67. data/pub/www/doc/rdoc-style.css +208 -0
  68. data/pub/www/index.html +6 -0
  69. data/test/{test_require.rb → tc_require.rb} +0 -0
  70. metadata +50 -10
  71. data/lib/reap/template.rb +0 -72
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
+
6
+ <!--
7
+
8
+ Reap
9
+
10
+ -->
11
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12
+ <head>
13
+ <title>Reap</title>
14
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
+ </head>
16
+ <frameset rows="20%, 80%">
17
+ <frameset cols="25%,35%,45%">
18
+ <frame src="fr_file_index.html" title="Files" name="Files" />
19
+ <frame src="fr_class_index.html" name="Classes" />
20
+ <frame src="fr_method_index.html" name="Methods" />
21
+ </frameset>
22
+ <frame src="files/README.html" name="docwin" />
23
+ </frameset>
24
+ </html>
@@ -0,0 +1,208 @@
1
+
2
+ body {
3
+ font-family: Verdana,Arial,Helvetica,sans-serif;
4
+ font-size: 90%;
5
+ margin: 0;
6
+ margin-left: 40px;
7
+ padding: 0;
8
+ background: white;
9
+ }
10
+
11
+ h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
12
+ h1 { font-size: 150%; }
13
+ h2,h3,h4 { margin-top: 1em; }
14
+
15
+ a { background: #eef; color: #039; text-decoration: none; }
16
+ a:hover { background: #039; color: #eef; }
17
+
18
+ /* Override the base stylesheet's Anchor inside a table cell */
19
+ td > a {
20
+ background: transparent;
21
+ color: #039;
22
+ text-decoration: none;
23
+ }
24
+
25
+ /* and inside a section title */
26
+ .section-title > a {
27
+ background: transparent;
28
+ color: #eee;
29
+ text-decoration: none;
30
+ }
31
+
32
+ /* === Structural elements =================================== */
33
+
34
+ div#index {
35
+ margin: 0;
36
+ margin-left: -40px;
37
+ padding: 0;
38
+ font-size: 90%;
39
+ }
40
+
41
+
42
+ div#index a {
43
+ margin-left: 0.7em;
44
+ }
45
+
46
+ div#index .section-bar {
47
+ margin-left: 0px;
48
+ padding-left: 0.7em;
49
+ background: #ccc;
50
+ font-size: small;
51
+ }
52
+
53
+
54
+ div#classHeader, div#fileHeader {
55
+ width: auto;
56
+ color: white;
57
+ padding: 0.5em 1.5em 0.5em 1.5em;
58
+ margin: 0;
59
+ margin-left: -40px;
60
+ border-bottom: 3px solid #006;
61
+ }
62
+
63
+ div#classHeader a, div#fileHeader a {
64
+ background: inherit;
65
+ color: white;
66
+ }
67
+
68
+ div#classHeader td, div#fileHeader td {
69
+ background: inherit;
70
+ color: white;
71
+ }
72
+
73
+
74
+ div#fileHeader {
75
+ background: #057;
76
+ }
77
+
78
+ div#classHeader {
79
+ background: #048;
80
+ }
81
+
82
+
83
+ .class-name-in-header {
84
+ font-size: 180%;
85
+ font-weight: bold;
86
+ }
87
+
88
+
89
+ div#bodyContent {
90
+ padding: 0 1.5em 0 1.5em;
91
+ }
92
+
93
+ div#description {
94
+ padding: 0.5em 1.5em;
95
+ background: #efefef;
96
+ border: 1px dotted #999;
97
+ }
98
+
99
+ div#description h1,h2,h3,h4,h5,h6 {
100
+ color: #125;;
101
+ background: transparent;
102
+ }
103
+
104
+ div#validator-badges {
105
+ text-align: center;
106
+ }
107
+ div#validator-badges img { border: 0; }
108
+
109
+ div#copyright {
110
+ color: #333;
111
+ background: #efefef;
112
+ font: 0.75em sans-serif;
113
+ margin-top: 5em;
114
+ margin-bottom: 0;
115
+ padding: 0.5em 2em;
116
+ }
117
+
118
+
119
+ /* === Classes =================================== */
120
+
121
+ table.header-table {
122
+ color: white;
123
+ font-size: small;
124
+ }
125
+
126
+ .type-note {
127
+ font-size: small;
128
+ color: #DEDEDE;
129
+ }
130
+
131
+ .xxsection-bar {
132
+ background: #eee;
133
+ color: #333;
134
+ padding: 3px;
135
+ }
136
+
137
+ .section-bar {
138
+ color: #333;
139
+ border-bottom: 1px solid #999;
140
+ margin-left: -20px;
141
+ }
142
+
143
+
144
+ .section-title {
145
+ background: #79a;
146
+ color: #eee;
147
+ padding: 3px;
148
+ margin-top: 2em;
149
+ margin-left: -30px;
150
+ border: 1px solid #999;
151
+ }
152
+
153
+ .top-aligned-row { vertical-align: top }
154
+ .bottom-aligned-row { vertical-align: bottom }
155
+
156
+ /* --- Context section classes ----------------------- */
157
+
158
+ .context-row { }
159
+ .context-item-name { font-family: monospace; font-weight: bold; color: black; }
160
+ .context-item-value { font-size: small; color: #448; }
161
+ .context-item-desc { color: #333; padding-left: 2em; }
162
+
163
+ /* --- Method classes -------------------------- */
164
+ .method-detail {
165
+ background: #efefef;
166
+ padding: 0;
167
+ margin-top: 0.5em;
168
+ margin-bottom: 1em;
169
+ border: 1px dotted #ccc;
170
+ }
171
+ .method-heading {
172
+ color: black;
173
+ background: #ccc;
174
+ border-bottom: 1px solid #666;
175
+ padding: 0.2em 0.5em 0 0.5em;
176
+ }
177
+ .method-signature { color: black; background: inherit; }
178
+ .method-name { font-weight: bold; }
179
+ .method-args { font-style: italic; }
180
+ .method-description { padding: 0 0.5em 0 0.5em; }
181
+
182
+ /* --- Source code sections -------------------- */
183
+
184
+ a.source-toggle { font-size: 90%; }
185
+ div.method-source-code {
186
+ background: #262626;
187
+ color: #ffdead;
188
+ margin: 1em;
189
+ padding: 0.5em;
190
+ border: 1px dashed #999;
191
+ overflow: hidden;
192
+ }
193
+
194
+ div.method-source-code pre { color: #ffdead; overflow: hidden; }
195
+
196
+ /* --- Ruby keyword styles --------------------- */
197
+
198
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
199
+
200
+ .ruby-constant { color: #7fffd4; background: transparent; }
201
+ .ruby-keyword { color: #00ffff; background: transparent; }
202
+ .ruby-ivar { color: #eedd82; background: transparent; }
203
+ .ruby-operator { color: #00ffee; background: transparent; }
204
+ .ruby-identifier { color: #ffdead; background: transparent; }
205
+ .ruby-node { color: #ffa07a; background: transparent; }
206
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
207
+ .ruby-regexp { color: #ffa07a; background: transparent; }
208
+ .ruby-value { color: #7fffd4; background: transparent; }
@@ -0,0 +1,6 @@
1
+ <p>The second is a Ruby specific project-assistance tool called Reap. Reap is in many
2
+ ways similiar to Rake or Rant, but unlike them it is not designed for general
3
+ use, but rather is designed specifically for Ruby projects. Thus it is
4
+ quite a bit easier to use, as setting up a project is simply a matter of
5
+ editing a single straight-forward YAML configuration file.</p>
6
+
File without changes
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.10
2
+ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: reap
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
7
- date: 2005-04-17
6
+ version: 0.5.0
7
+ date: 2005-08-12 00:00:00 -04:00
8
8
  summary: Packaging Assitant for Ruby Developers
9
9
  require_paths:
10
10
  - lib
11
11
  email: transfire@gmail.com
12
- homepage: http://calibre.rubyforge.org
13
- rubyforge_project: calibre
12
+ homepage: http://reap.rubyforge.org
13
+ rubyforge_project: reap
14
14
  description:
15
15
  autorequire: reap/reap
16
16
  default_executable:
@@ -24,6 +24,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
24
24
  version: 0.0.0
25
25
  version:
26
26
  platform: ruby
27
+ signing_key:
28
+ cert_chain:
27
29
  authors:
28
30
  - Trans Onoma
29
31
  files:
@@ -31,7 +33,6 @@ files:
31
33
  - lib/reap/reap.rb
32
34
  - lib/reap/tasks
33
35
  - lib/reap/task.rb
34
- - lib/reap/template.rb
35
36
  - lib/reap/runner.rb
36
37
  - lib/reap/tasks/template-task.rb
37
38
  - lib/reap/tasks/test-task.rb
@@ -41,7 +42,7 @@ files:
41
42
  - lib/reap/tasks/package-task.rb
42
43
  - lib/reap/tasks/chmod-task.rb
43
44
  - bin/reap
44
- - test/test_require.rb
45
+ - test/tc_require.rb
45
46
  - doc/files
46
47
  - doc/index.html
47
48
  - doc/rdoc-style.css
@@ -57,7 +58,6 @@ files:
57
58
  - doc/files/lib/reap/tasks
58
59
  - doc/files/lib/reap/runner_rb.html
59
60
  - doc/files/lib/reap/task_rb.html
60
- - doc/files/lib/reap/template_rb.html
61
61
  - doc/files/lib/reap/reap_rb.html
62
62
  - doc/files/lib/reap/tasks/test-task_rb.html
63
63
  - doc/files/lib/reap/tasks/publish-task_rb.html
@@ -68,6 +68,7 @@ files:
68
68
  - doc/files/lib/reap/tasks/rdoc-task_rb.html
69
69
  - doc/classes/Reap
70
70
  - doc/classes/Reap.html
71
+ - doc/classes/Reap/TestTask
71
72
  - doc/classes/Reap/Runner.html
72
73
  - doc/classes/Reap/RDocTask.html
73
74
  - doc/classes/Reap/ChmodTask.html
@@ -77,6 +78,45 @@ files:
77
78
  - doc/classes/Reap/PackageTask.html
78
79
  - doc/classes/Reap/TemplateTask.html
79
80
  - doc/classes/Reap/Task.html
81
+ - doc/classes/Reap/TestTask/TestResults.html
82
+ - pub/www
83
+ - pub/www/doc
84
+ - pub/www/index.html
85
+ - pub/www/doc/files
86
+ - pub/www/doc/index.html
87
+ - pub/www/doc/rdoc-style.css
88
+ - pub/www/doc/fr_method_index.html
89
+ - pub/www/doc/fr_class_index.html
90
+ - pub/www/doc/fr_file_index.html
91
+ - pub/www/doc/created.rid
92
+ - pub/www/doc/classes
93
+ - pub/www/doc/files/lib
94
+ - pub/www/doc/files/LICENSE.html
95
+ - pub/www/doc/files/README.html
96
+ - pub/www/doc/files/lib/reap
97
+ - pub/www/doc/files/lib/reap/tasks
98
+ - pub/www/doc/files/lib/reap/runner_rb.html
99
+ - pub/www/doc/files/lib/reap/task_rb.html
100
+ - pub/www/doc/files/lib/reap/template_rb.html
101
+ - pub/www/doc/files/lib/reap/reap_rb.html
102
+ - pub/www/doc/files/lib/reap/tasks/test-task_rb.html
103
+ - pub/www/doc/files/lib/reap/tasks/publish-task_rb.html
104
+ - pub/www/doc/files/lib/reap/tasks/package-task_rb.html
105
+ - pub/www/doc/files/lib/reap/tasks/template-task_rb.html
106
+ - pub/www/doc/files/lib/reap/tasks/announce-task_rb.html
107
+ - pub/www/doc/files/lib/reap/tasks/chmod-task_rb.html
108
+ - pub/www/doc/files/lib/reap/tasks/rdoc-task_rb.html
109
+ - pub/www/doc/classes/Reap
110
+ - pub/www/doc/classes/Reap.html
111
+ - pub/www/doc/classes/Reap/Runner.html
112
+ - pub/www/doc/classes/Reap/RDocTask.html
113
+ - pub/www/doc/classes/Reap/ChmodTask.html
114
+ - pub/www/doc/classes/Reap/PublishTask.html
115
+ - pub/www/doc/classes/Reap/AnnounceTask.html
116
+ - pub/www/doc/classes/Reap/TestTask.html
117
+ - pub/www/doc/classes/Reap/PackageTask.html
118
+ - pub/www/doc/classes/Reap/TemplateTask.html
119
+ - pub/www/doc/classes/Reap/Task.html
80
120
  - setup.rb
81
121
  - LICENSE
82
122
  - README
@@ -91,7 +131,7 @@ extensions: []
91
131
  requirements: []
92
132
  dependencies:
93
133
  - !ruby/object:Gem::Dependency
94
- name: facets
134
+ name: nano
95
135
  version_requirement:
96
136
  version_requirements: !ruby/object:Gem::Version::Requirement
97
137
  requirements:
@@ -101,7 +141,7 @@ dependencies:
101
141
  version: 0.0.0
102
142
  version:
103
143
  - !ruby/object:Gem::Dependency
104
- name: carats
144
+ name: mega
105
145
  version_requirement:
106
146
  version_requirements: !ruby/object:Gem::Version::Requirement
107
147
  requirements:
@@ -1,72 +0,0 @@
1
- --- %YAML:1.0
2
-
3
- TITLE: &title Your Package
4
- NAME: &pkg your_package_name
5
- VERSION: '0.0.1'
6
- AUTHOR: Your Name
7
- EMAIL: &email youremail@address.com
8
- HOMEPAGE: "http://your_package_name.rubyforge.org"
9
- SUMMARY: One line summary
10
- DESCRIPTION: >
11
- Multline description goes here.
12
-
13
- RUBYFORGE:
14
- PROJECT: 'your_project_name'
15
- USERNAME: your_rubyforge_username
16
-
17
- TEST:
18
- FILES:
19
- - 'test/**/tc_*.rb'
20
- OPTIONS: ~
21
-
22
- RDOC:
23
- TITLE: *title
24
- DIR: 'doc' #'rdoc'
25
- TEMPLATE: html #ruby-red
26
- OPTIONS: ['--merge', '--promiscuous', '--all']
27
- MAIN: README
28
- INCLUDE:
29
- - 'README'
30
- - 'LICEN*'
31
- - 'lib/**/*.rb'
32
- - 'bin/**/*.rb'
33
- EXCLUDE: []
34
-
35
- PACKAGE:
36
- DIR: pkg
37
- INCLUDE:
38
- - 'lib/**/*'
39
- - 'bin/**/*'
40
- - 'bench/**/*'
41
- - 'test/**/*'
42
- - 'doc/**/*'
43
- - 'rdoc/**/*'
44
- - 'pub/**/*'
45
- - 'www/**/*'
46
- - 'demo/**/*'
47
- - 'samples/**/*'
48
- - 'examples/**/*'
49
- - 'setup.rb'
50
- - '[A-Z]*'
51
- EXCLUDE:
52
- - InstalledFiles
53
- ZIP: true
54
- GZIP: true
55
- BZIP2: true
56
-
57
- ANNOUNCE:
58
- TO: ruby-talk@ruby-lang.org
59
- FROM: *email
60
- DOMAIN: your_domain.net
61
- SERVER: smtp.your_email_server.com
62
- PORT: 25
63
- ACCOUNT: email_account_name
64
- AUTHTYPE: login #cram_md5 #plain
65
- FILE: ANN #which file contains tha announcement text
66
- SLOGAN: ALL YOUR BASE ARE BELONG TO RUBY!
67
- INFO:
68
- - http://your_homepage.org
69
-
70
- GEMSPEC:
71
- ACTIVE: true
72
-