code-snippets 0.2.8 → 0.2.9

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
@@ -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