Skip to content

Commit

Permalink
restore mainline rake.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 9, 2008
1 parent 139e6fd commit 5aee9c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rake.gemspec
@@ -1,22 +1,22 @@
--- !ruby/object:Gem::Specification
name: rake
version: !ruby/object:Gem::Version
version: 0.8.1.10
version: 0.8.1.11
platform: ruby
authors:
- Jim Weirich
autorequire:
bindir: bin
cert_chain: []

date: 2008-09-01 00:00:00 -04:00
default_executable: drake
date: 2008-09-08 00:00:00 -04:00
default_executable: rake
dependencies: []

description: Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
email: jim@weirichhouse.org
executables:
- drake
- rake
extensions: []

extra_rdoc_files:
Expand Down Expand Up @@ -46,9 +46,8 @@ files:
- MIT-LICENSE
- Rakefile
- README
- TAGS
- TODO
- bin/drake
- bin/rake
- lib/rake/classic_namespace.rb
- lib/rake/clean.rb
- lib/rake/contrib/compositepublisher.rb
Expand All @@ -68,6 +67,7 @@ files:
- lib/rake/testtask.rb
- lib/rake.rb
- test/capture_stdout.rb
- test/check_expansion.rb
- test/contrib/test_sys.rb
- test/data/rakelib/test1.rb
- test/data/rbext/rakefile.rb
Expand Down

0 comments on commit 5aee9c8

Please sign in to comment.