Navigation Menu

Skip to content

Commit

Permalink
Require 'yaml', bump to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 5, 2010
1 parent dc5420c commit 298bad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler08.rb
Expand Up @@ -19,7 +19,7 @@
require "bundler08/remote_specification"

module Bundler
VERSION = "0.8.4"
VERSION = "0.8.5"

class << self
attr_writer :logger, :mode
Expand Down
1 change: 1 addition & 0 deletions lib/bundler08/commands/bundle_command.rb
Expand Up @@ -37,6 +37,7 @@ def initialize

add_option('-b', '--build-options OPTION_FILE', "Specify a path to a yml file with build options for binary gems") do |option_file, options|
if File.exist?(option_file)
require 'yaml'
options[:build_options] = YAML.load_file(option_file)
end
end
Expand Down

0 comments on commit 298bad3

Please sign in to comment.