pantograph/lib/pantograph/actions/import.rb in pantograph-0.1.13 vs pantograph/lib/pantograph/actions/import.rb in pantograph-0.1.14

- old
+ new

@@ -8,17 +8,17 @@ ##################################################### # @!group Documentation ##################################################### def self.description - "Import another Pantfile to use its lanes" + 'Import another Pantfile to use its lanes' end def self.details [ - "This is useful if you have shared lanes across multiple apps and you want to store a Pantfile in a separate folder.", - "The path must be relative to the Pantfile this is called from." + 'This is useful if you have shared lanes across multiple apps and you want to store a Pantfile in a separate folder.', + 'The path must be relative to the Pantfile this is called from.' ].join("\n") end def self.available_options end @@ -26,10 +26,10 @@ def self.output [] end def self.authors - ["KrauseFx"] + ['KrauseFx'] end def self.is_supported?(platform) true end