Rakefile in govuk_markdown-0.1.0 vs Rakefile in govuk_markdown-0.2.0
- old
+ new
@@ -10,9 +10,10 @@
File.write("example/example.html", ERB.new(File.read("example/example_layout.html.erb")).result(binding))
sh "open example/example.html"
end
+desc "Print the current version of the gem"
task :gem_version do
require_relative "lib/govuk_markdown/version"
puts GovukMarkdown::VERSION
end