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.
Files changed (4) hide show
  1. data/CHANGES.drake +4 -0
  2. data/Rakefile +1 -1
  3. data/lib/rake.rb +1 -1
  4. metadata +10 -10
@@ -1,6 +1,10 @@
1
1
 
2
2
  = Drake Changelog
3
3
 
4
+ == Version 0.8.4.1.2.1
5
+
6
+ * update dependency >= comp_tree-0.7.3
7
+
4
8
  == Version 0.8.4.1.2.0
5
9
 
6
10
  * github master now represents mainline-merge-candidate branch.
data/Rakefile CHANGED
@@ -187,7 +187,7 @@ else
187
187
 
188
188
  #### Dependencies and requirements.
189
189
 
190
- s.add_dependency('comp_tree', '>= 0.7.1')
190
+ s.add_dependency('comp_tree', '>= 0.7.3')
191
191
  #s.add_dependency('log4r', '> 1.0.4')
192
192
  #s.requirements << ""
193
193
 
@@ -29,7 +29,7 @@
29
29
  # as a library via a require statement, but it can be distributed
30
30
  # independently as an application.
31
31
 
32
- RAKEVERSION = '0.8.4.1.2.0'
32
+ RAKEVERSION = '0.8.4.1.2.1'
33
33
 
34
34
  require 'rbconfig'
35
35
  require 'fileutils'
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.0
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-13 00:00:00 -04:00
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.1
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