lib/guard/dsl_describer.rb in guard-1.2.1 vs lib/guard/dsl_describer.rb in guard-1.2.2
- old
+ new
@@ -25,11 +25,11 @@
def evaluate_guardfile(options = {})
@@guardfile_structure = [{ :guards => [] }]
super options
end
- # List the Guards that are available for use in your system and marks
+ # List the Guard plugins that are available for use in your system and marks
# those that are currently used in your `Guardfile`.
#
# @example Guard list output
#
# Available guards:
@@ -61,10 +61,10 @@
UI.info ''
UI.info 'See also https://github.com/guard/guard/wiki/List-of-available-Guards'
UI.info '* denotes ones already in your Guardfile'
end
- # Shows all Guards and their options that are defined in
+ # Shows all Guard plugins and their options that are defined in
# the `Guardfile`.
#
# @example guard show output
#
# (global):