diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-03-17 15:32:47 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-03-17 15:32:47 +0530 |
commit | 3d10b7a81c0186fc41a081e785d91cde84876ded (patch) | |
tree | 9521bef58b12dea9268d21101fbdb919a6fa131f /activesupport/Rakefile | |
parent | f5ecb133335dbfcb2322e5ce91158cf91f730aea (diff) | |
download | rails-3d10b7a81c0186fc41a081e785d91cde84876ded.tar.gz rails-3d10b7a81c0186fc41a081e785d91cde84876ded.tar.bz2 rails-3d10b7a81c0186fc41a081e785d91cde84876ded.zip |
extra lines from Rakefile removed, which also threw warning
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 822c9d98ae..e3788ed54f 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -15,8 +15,6 @@ namespace :test do end end -# Create compressed packages -dist_dirs = [ "lib", "test"] spec = eval(File.read('activesupport.gemspec')) |