Skip to content

Commit

Permalink
fix a few gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 10, 2008
1 parent 59d5926 commit 14c0672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ rd = Rake::RDocTask.new("rdoc") { |rdoc|
PKG_FILES = FileList[
'install.rb',
'[A-Z]*',
'bin/**/*',
'bin/drake',
'lib/**/*.rb',
'test/**/*.rb',
'test/**/*.rf',
'test/**/*.mf',
'test/**/Rakefile',
'test/**/Rakefile*',
'test/**/subdir',
'doc/**/*'
]
Expand Down
3 changes: 2 additions & 1 deletion drake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ files:
- Rakefile.drake
- TODO
- bin/drake
- bin/rake
- lib/rake/classic_namespace.rb
- lib/rake/clean.rb
- lib/rake/comp_tree/algorithm.rb
Expand Down Expand Up @@ -122,6 +121,8 @@ files:
- test/test_top_level_functions.rb
- test/data/imports/deps.mf
- test/data/sample.mf
- test/Rakefile.seq
- test/Rakefile.simple
- test/data/chains/Rakefile
- test/data/default/Rakefile
- test/data/dryrun/Rakefile
Expand Down

0 comments on commit 14c0672

Please sign in to comment.