code-snippets 0.1.8 → 0.1.9

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
data/lib/code-snippets.rb CHANGED
@@ -67,7 +67,7 @@ class CodeSnippets
67
67
  # -- xml interface ------------
68
68
 
69
69
  def raw_show(id)
70
- @blog.entry(id)
70
+ @blog.entry(id).to_s
71
71
  end
72
72
 
73
73
  private
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors: []
7
7