code-snippets 0.2.0 → 0.2.1

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 +1 -1
  2. metadata +1 -1
@@ -104,7 +104,7 @@ class CodeSnippets
104
104
  end
105
105
 
106
106
  def html_cached(context, summary, current_user='guest', &b)
107
- c = context.join
107
+ c = context.join + current_user
108
108
  @page_cache.read(c) do
109
109
  view_html(@doc_cache.read(c){b.call}, c, summary, current_user).to_s
110
110
  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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors: []
7
7