summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBen Bleything <ben@bleything.net>2010-02-11 14:55:45 -0800
committerBen Bleything <ben@bleything.net>2010-02-11 14:55:45 -0800
commitedb6303e44ef56ec38d0256750bd67e66a3e5b57 (patch)
treed2fb0098e773245e738263eded3ab34bdb4b36b0 /Rakefile
parent5b3e98ea59e8b6e583300a049b85975bf565c8a3 (diff)
downloadplist-edb6303e44ef56ec38d0256750bd67e66a3e5b57.tar.gz
remove reference to nonexistant docs/USAGE from the Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e27f00a..28b6649 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ RUBYFORGE_USER = ENV['RUBYFORGE_USER']
TEST_FILES = Dir.glob('test/test_*').delete_if { |item| item.include?( "\.svn" ) }
TEST_ASSETS = Dir.glob('test/assets/*').delete_if { |item| item.include?( "\.svn" ) }
LIB_FILES = Dir.glob('lib/**/*').delete_if { |item| item.include?( "\.svn" ) }
-RELEASE_FILES = [ "Rakefile", "README.rdoc", "LICENSE", "docs/USAGE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS
+RELEASE_FILES = [ "Rakefile", "README.rdoc", "LICENSE" ] + LIB_FILES + TEST_FILES + TEST_ASSETS
task :default => [ :test ]
# Run the unit tests