WHitespace cleanup

Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c2b6dfe4
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c2b6dfe4
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c2b6dfe4

Branch: refs/heads/master
Commit: c2b6dfe43b6aaeb17862d4e32bbdbff6a287ca76
Parents: 2a6a612
Author: Peter Donald <[email protected]>
Authored: Wed Jun 18 21:51:26 2014 +1000
Committer: Peter Donald <[email protected]>
Committed: Wed Jun 18 21:51:26 2014 +1000

----------------------------------------------------------------------
 lib/buildr/packaging/gems.rb | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/c2b6dfe4/lib/buildr/packaging/gems.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/packaging/gems.rb b/lib/buildr/packaging/gems.rb
index bb71f60..361c53c 100644
--- a/lib/buildr/packaging/gems.rb
+++ b/lib/buildr/packaging/gems.rb
@@ -62,10 +62,8 @@ module Buildr #:nodoc:
         end
       end
     end
-
   end
 
-
   module PackageAsGem #:nodoc:
 
     def package_as_gem(file_name) #:nodoc:
@@ -83,11 +81,9 @@ module Buildr #:nodoc:
         end
       end
     end
-
   end
 
   class Project
     include PackageAsGem
   end
-
 end

Reply via email to