code-snippets 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/code-snippets.rb +4 -0
  2. metadata +1 -1
data/lib/code-snippets.rb CHANGED
@@ -60,6 +60,10 @@ class CodeSnippets
60
60
  render_html(doc, @xsl_doc_single).to_s
61
61
  end
62
62
 
63
+ def reload_renderer()
64
+ load_renderer()
65
+ end
66
+
63
67
  private
64
68
 
65
69
  def html_page(n)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code-snippets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors: []
7
7