lib/macros4cuke/constants.rb in macros4cuke-0.3.39 vs lib/macros4cuke/constants.rb in macros4cuke-0.3.40
- old
+ new
@@ -1,11 +1,11 @@
# File: constants.rb
# Purpose: definition of Macros4Cuke constants.
module Macros4Cuke # Module used as a namespace
# The version number of the gem.
- Version = '0.3.39'
+ Version = '0.3.40'
# Brief description of the gem.
Description = 'Macro-steps for Cucumber'
# Constant Macros4Cuke::RootDir contains the absolute path of Rodent's
@@ -21,6 +21,6 @@
rootdir.to_s + '/' # Append trailing slash character to it
end
end
end # module
-# End of file
\ No newline at end of file
+# End of file