lib/rconf/configurators/bundler_configurator.rb in rconf-0.9.12 vs lib/rconf/configurators/bundler_configurator.rb in rconf-0.9.17

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (C) 2011 RightScale, Inc, All Rights Reserved Worldwide. +# Copyright (C) 2011-2012 RightScale, Inc, All Rights Reserved Worldwide. # # THIS PROGRAM IS CONFIDENTIAL AND PROPRIETARY TO RIGHTSCALE # AND CONSTITUTES A VALUABLE TRADE SECRET. Any unauthorized use, # reproduction, modification, or disclosure of this program is # strictly prohibited. Any use of this program by an authorized @@ -19,10 +19,10 @@ register :bundler description 'Installs bundler and runs "bundle install"' - settings :version => 'Version of bundler gem, e.g. "1.0.10"', + settings :version => 'Version of bundler gem, e.g. "1.0.21"', :exclusions => 'Comma separated list of gem groups to be excluded when installing bundle', :bundle_path => 'Path where bundle should be installed', :gem_path => 'Path to bundler gem, e.g. "vendor/system_gems/cache"' validate_has_settings :version