Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed May 27, 2009
1 parent 99a302e commit 2ec3a1b
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions drake.gemspec
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: drake
version: !ruby/object:Gem::Version
version: 0.8.5.0.2.2
version: 0.8.7.0.2.3
platform: ruby
authors:
- James M. Lawrence
autorequire:
bindir: bin
cert_chain: []

date: 2009-05-10 00:00:00 -04:00
date: 2009-05-27 00:00:00 -04:00
default_executable: drake
dependencies:
- !ruby/object:Gem::Dependency
Expand Down Expand Up @@ -54,14 +54,16 @@ extra_rdoc_files:
- doc/release_notes/rake-0.8.3.rdoc
- doc/release_notes/rake-0.8.4.rdoc
- doc/release_notes/rake-0.8.5.rdoc
- doc/release_notes/rake-0.8.6.rdoc
- doc/release_notes/rake-0.8.7.rdoc
files:
- install.rb
- CHANGES
- CHANGES.drake
- MIT-LICENSE
- README
- Rakefile
- Rakefile.drake
- README
- TODO
- bin/drake
- lib/rake/alt_system.rb
Expand Down Expand Up @@ -106,10 +108,10 @@ files:
- test/test_definitions.rb
- test/test_earlytime.rb
- test/test_extension.rb
- test/test_file_creation_task.rb
- test/test_file_task.rb
- test/test_filelist.rb
- test/test_fileutils.rb
- test/test_file_creation_task.rb
- test/test_file_task.rb
- test/test_ftp.rb
- test/test_invocation_chain.rb
- test/test_makefile_loader.rb
Expand All @@ -123,10 +125,10 @@ files:
- test/test_rdoc_task.rb
- test/test_require.rb
- test/test_rules.rb
- test/test_task_arguments.rb
- test/test_task_manager.rb
- test/test_tasklib.rb
- test/test_tasks.rb
- test/test_task_arguments.rb
- test/test_task_manager.rb
- test/test_test_task.rb
- test/test_top_level_functions.rb
- test/test_win32.rb
Expand All @@ -144,11 +146,11 @@ files:
- test/data/unittest/subdir
- doc/command_line_usage.rdoc
- doc/example
- doc/example/Rakefile1
- doc/example/Rakefile2
- doc/example/a.c
- doc/example/b.c
- doc/example/main.c
- doc/example/Rakefile1
- doc/example/Rakefile2
- doc/glossary.rdoc
- doc/jamis.rb
- doc/parallel.rdoc
Expand All @@ -172,12 +174,13 @@ files:
- doc/release_notes/rake-0.8.3.rdoc
- doc/release_notes/rake-0.8.4.rdoc
- doc/release_notes/rake-0.8.5.rdoc
- doc/release_notes/rake-0.8.6.rdoc
- doc/release_notes/rake-0.8.7.rdoc
has_rdoc: true
homepage: http://drake.rubyforge.org
post_install_message:
rdoc_options:
- --line-numbers
- --inline-source
- --main
- README
- --title
Expand Down

0 comments on commit 2ec3a1b

Please sign in to comment.