Skip to content

Commit

Permalink
* Rakefile: suggestion from eric miller to require yaml, in case rak…
Browse files Browse the repository at this point in the history
…e is used outside of rubygems.
  • Loading branch information
_why committed Mar 23, 2009
1 parent 45e8b57 commit e18bd27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,6 +4,7 @@ require 'rake/clean'
require 'platform/skel'
require 'fileutils'
require 'find'
require 'yaml'
include FileUtils

APP = YAML.load_file(File.join(ENV['APP'] || ".", "app.yaml"))
Expand Down

0 comments on commit e18bd27

Please sign in to comment.