diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-20 00:09:16 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-20 00:09:16 +0000 |
commit | 1c97db4f10c36176586da340cd86b362c1466220 (patch) | |
tree | 4be80c9447d21df6c9f396c087245f6dc8ffc982 /Rakefile | |
parent | 03b94380e11bc73cb8b605627ef0c1f32f5fdf53 (diff) | |
download | redmine-1c97db4f10c36176586da340cd86b362c1466220.tar.gz redmine-1c97db4f10c36176586da340cd86b362c1466220.zip |
add newline at end of Rakefile
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7854 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ rescue LoadError # RDoc is not available end -require 'tasks/rails'
\ No newline at end of file +require 'tasks/rails' |