code-snippets 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/code-snippets.rb +1 -1
  2. metadata +1 -1
data/lib/code-snippets.rb CHANGED
@@ -245,7 +245,7 @@ class CodeSnippets
245
245
 
246
246
  end
247
247
 
248
- def render_html(xml_doc, xsl_doc, current_user)
248
+ def render_html(xml_doc, xsl_doc, current_user='guest')
249
249
  xsl_params = ['current_user', current_user]
250
250
  Nokogiri::XSLT(xsl_doc.to_s).transform(Nokogiri::XML(xml_doc.to_s), Nokogiri::XSLT.quote_params(xsl_params))
251
251
  end
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.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors: []
7
7