lib/macros4cuke/constants.rb in macros4cuke-0.5.16 vs lib/macros4cuke/constants.rb in macros4cuke-0.5.17

- old
+ new

@@ -1,13 +1,15 @@ +# frozen_string_literal: true + # File: constants.rb # Purpose: definition of Macros4Cuke constants. module Macros4Cuke # Module used as a namespace # The version number of the gem. - Version = '0.5.16'.freeze + Version = '0.5.17' # Brief description of the gem. - Description = 'Add your own macro-steps to Cucumber scenarios'.freeze + Description = 'Add your own macro-steps to Cucumber scenarios' # Constant Macros4Cuke::RootDir contains the absolute path of Macro4Cuke's # root directory. Note: it also ends with a slash character. unless defined?(RootDir) # The initialisation of constant RootDir is guarded in order