neo2vim 0.0.4 → 0.0.5

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/neo2vim.rb +1 -1
  2. metadata +1 -1
data/lib/neo2vim.rb CHANGED
@@ -82,7 +82,7 @@ class Neo2Vim
82
82
  end
83
83
  def initialize source, destination
84
84
  @names = ["autoload_function", "function", "command", "autocmd"]
85
- @stores = @names.map({|name| [name, {}]}).to_h
85
+ @stores = (@names.map{|name| [name, {}]}).to_h
86
86
  @annotation = nil
87
87
  @plugin_class_name = nil
88
88
  @in_plugin_class = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo2vim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: