lib/ore/template/interpolations.rb in ore-0.7.2 vs lib/ore/template/interpolations.rb in ore-0.8.0
- old
+ new
@@ -14,12 +14,18 @@
#
module Interpolations
# The accepted interpolation keywords that may be used in paths
@@keywords = %w[
name
+ version
project_dir
namespace_path
namespace_dir
+ markup
+ date
+ year
+ month
+ day
]
protected
#