Skip to content

Commit

Permalink
Require rubygems in rakefile for convenience
Browse files Browse the repository at this point in the history
This does not break the "Don't require rubygems" spirit,
because it's not creating a dependency in the Webrat runtime code
  • Loading branch information
brynary committed Aug 20, 2009
1 parent 759d7e4 commit ab745d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "rubygems"

begin
require 'jeweler'

Expand Down

0 comments on commit ab745d7

Please sign in to comment.