drake 0.8.4.1.2.0 → 0.8.4.1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.drake +4 -0
- data/Rakefile +1 -1
- data/lib/rake.rb +1 -1
- metadata +10 -10
data/CHANGES.drake
CHANGED
data/Rakefile
CHANGED
data/lib/rake.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: drake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.4.1.2.
|
4
|
+
version: 0.8.4.1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James M. Lawrence
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-04-
|
12
|
+
date: 2009-04-25 00:00:00 -04:00
|
13
13
|
default_executable: drake
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.7.
|
23
|
+
version: 0.7.3
|
24
24
|
version:
|
25
25
|
description: Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
|
26
26
|
email: quixoticsycophant@gmail.com
|
@@ -58,9 +58,9 @@ files:
|
|
58
58
|
- CHANGES
|
59
59
|
- CHANGES.drake
|
60
60
|
- MIT-LICENSE
|
61
|
-
- README
|
62
61
|
- Rakefile
|
63
62
|
- Rakefile.drake
|
63
|
+
- README
|
64
64
|
- TODO
|
65
65
|
- bin/drake
|
66
66
|
- lib/rake/alt_system.rb
|
@@ -105,10 +105,10 @@ files:
|
|
105
105
|
- test/test_definitions.rb
|
106
106
|
- test/test_earlytime.rb
|
107
107
|
- test/test_extension.rb
|
108
|
-
- test/test_file_creation_task.rb
|
109
|
-
- test/test_file_task.rb
|
110
108
|
- test/test_filelist.rb
|
111
109
|
- test/test_fileutils.rb
|
110
|
+
- test/test_file_creation_task.rb
|
111
|
+
- test/test_file_task.rb
|
112
112
|
- test/test_ftp.rb
|
113
113
|
- test/test_invocation_chain.rb
|
114
114
|
- test/test_makefile_loader.rb
|
@@ -122,10 +122,10 @@ files:
|
|
122
122
|
- test/test_rdoc_task.rb
|
123
123
|
- test/test_require.rb
|
124
124
|
- test/test_rules.rb
|
125
|
-
- test/test_task_arguments.rb
|
126
|
-
- test/test_task_manager.rb
|
127
125
|
- test/test_tasklib.rb
|
128
126
|
- test/test_tasks.rb
|
127
|
+
- test/test_task_arguments.rb
|
128
|
+
- test/test_task_manager.rb
|
129
129
|
- test/test_test_task.rb
|
130
130
|
- test/test_top_level_functions.rb
|
131
131
|
- test/test_win32.rb
|
@@ -143,11 +143,11 @@ files:
|
|
143
143
|
- test/data/unittest/subdir
|
144
144
|
- doc/command_line_usage.rdoc
|
145
145
|
- doc/example
|
146
|
-
- doc/example/Rakefile1
|
147
|
-
- doc/example/Rakefile2
|
148
146
|
- doc/example/a.c
|
149
147
|
- doc/example/b.c
|
150
148
|
- doc/example/main.c
|
149
|
+
- doc/example/Rakefile1
|
150
|
+
- doc/example/Rakefile2
|
151
151
|
- doc/glossary.rdoc
|
152
152
|
- doc/jamis.rb
|
153
153
|
- doc/parallel.rdoc
|