code-snippets 0.2.8 → 0.2.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
@@ -82,7 +82,7 @@ class CodeSnippets
82
82
  @blog.create_entry(h, user)
83
83
  end
84
84
 
85
- def update(id)
85
+ def delete(id)
86
86
  @blog.delete(id)
87
87
  end
88
88
 
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.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors: []
7
7