lib/autobuild/importer.rb in autobuild-1.9.0.b2 vs lib/autobuild/importer.rb in autobuild-1.9.0.b3

- old
+ new

@@ -240,9 +240,11 @@ # The importer will checkout or update code in package.importdir. No update # will be done if {update?} returns false. # # @raises ConfigException if package.importdir exists and is not a directory # + # @option options [Boolean] :checkout_only (false) if true, the importer + # will not update an already checked-out package. # @option options [Boolean] :only_local (false) if true, will only perform # actions that do not require network access. Importers that do not # support this mode will simply do nothing # @option options [Boolean] :reset (false) if true, the importer's # configuration is interpreted as a hard state in which it should put the