Skip to content

Commit

Permalink
Include YAML.
Browse files Browse the repository at this point in the history
Seems we need YAML and don't have it in the latest gems.
  • Loading branch information
tomlea committed May 17, 2010
1 parent 973a625 commit 2aa2cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rubygems/commands/inabox_command.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'yaml'

class Gem::Commands::InaboxCommand < Gem::Command
def description
'Push a gem up to your GemInABox'
Expand Down

0 comments on commit 2aa2cd0

Please sign in to comment.