pantograph/lib/pantograph/actions/import_from_git.rb in pantograph-0.1.21 vs pantograph/lib/pantograph/actions/import_from_git.rb in pantograph-0.1.22
- old
+ new
@@ -36,9 +36,15 @@
description: 'The path of the Pantfile in the repository',
default_value: 'pantograph/Pantfile',
optional: true
),
PantographCore::ConfigItem.new(
+ key: :dependencies,
+ description: 'Array of additional Pantfiles in the repository',
+ default_value: [],
+ optional: true
+ ),
+ PantographCore::ConfigItem.new(
key: :version,
description: 'The version to checkout on the repository. Optimistic match operator or multiple conditions can be used to select the version within constraints',
default_value: nil,
is_string: false,
optional: true