diff --git a/History.txt b/History.txt index 26b3b21..f6b0181 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 2.1.6 / 2011-11-24 + +* FIX for yard-server (Thanks @msolovyov, @maxigit, @nikosd) + === 2.1.5 / 2011-10-19 * FIX for multiple scenario outlines (Thanks @ardavis) diff --git a/lib/yard-cucumber.rb b/lib/yard-cucumber.rb index 1e68481..78a19b3 100644 --- a/lib/yard-cucumber.rb +++ b/lib/yard-cucumber.rb @@ -4,7 +4,7 @@ module CucumberInTheYARD - VERSION = '2.1.5' + VERSION = '2.1.6' end require File.dirname(__FILE__) + "/yard/code_objects/cucumber/base.rb" @@ -47,4 +47,4 @@ module CucumberInTheYARD # The following static paths and templates are for yard server YARD::Server.register_static_path File.dirname(__FILE__) + "/templates/default/fulldoc/html" -YARD::Server.register_static_path File.dirname(__FILE__) + "/docserver/default/fulldoc/html" \ No newline at end of file +YARD::Server.register_static_path File.dirname(__FILE__) + "/docserver/default/fulldoc/html"