diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-07-01 20:50:36 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-07-01 20:50:36 +0200 |
commit | e2e550a99a6de4c1ca50b9d7a397efd66fdae8df (patch) | |
tree | 8cca4e702e77cbae3ca848cf34fa4aa08b7c9725 /Rakefile | |
parent | aa1746eeac7f203f5fa2302fd84a65928c21ac79 (diff) |
Rakefile: get rid of useless dependency
It's loaded by gempackagetask anyway ...
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -require 'rubygems' require 'rake' require 'rake/gempackagetask' |