lib/macros4cuke/constants.rb in macros4cuke-0.0.01 vs lib/macros4cuke/constants.rb in macros4cuke-0.0.02

- old
+ new

@@ -1,10 +1,10 @@ # File: constants.rb # Purpose: definition of Macros4Cuke constants. module Macros4Cuke # Module used as a namespace # This constant keeps the current version of the gem. - Version = '0.0.01' + Version = '0.0.02' Description = "Macros for Cucumber" # Constant Macros4Cuke::RootDir contains the absolute path of Rodent's root directory. Note: it also ends with a slash character. unless defined?(RootDir) \ No newline at end of file