code-snippets 0.1.6 → 0.1.7

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
@@ -10,7 +10,7 @@ require 'syntax/convertors/html'
10
10
  class CodeSnippets
11
11
  include REXML
12
12
 
13
- def initialize(opt={}, app_mgr=nil )
13
+ def initialize(opt={})
14
14
  @h = opt[:config]
15
15
  load()
16
16
  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.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors: []
7
7