vimgem 0.1.2 → 0.1.3

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.
@@ -1,3 +1,3 @@
1
1
  module Vimgem
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/vimgem.rb CHANGED
@@ -10,14 +10,14 @@ module Vimgem
10
10
  end
11
11
 
12
12
  def get_gemspec(gem)
13
- matches = Gem.source_index.find_name(gem_name)
13
+ matches = Gem.source_index.find_name(gem)
14
14
  matches.first
15
15
  end
16
16
 
17
17
  def exec_vim(path)
18
18
  case Config::CONFIG['target_os'].to_sym
19
19
  when :linux
20
- `gvim #{spec.full_gem_path}`
20
+ `gvim #{path}`
21
21
  end
22
22
  end
23
23
  end
data/vimgem-0.1.1.gem ADDED
Binary file
data/vimgem-0.1.2.gem ADDED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimgem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lim Chanmann
@@ -37,6 +37,8 @@ files:
37
37
  - lib/vimgem.rb
38
38
  - lib/vimgem/version.rb
39
39
  - vimgem-0.1.0.gem
40
+ - vimgem-0.1.1.gem
41
+ - vimgem-0.1.2.gem
40
42
  - vimgem.gemspec
41
43
  has_rdoc: true
42
44
  homepage: http://rubygems.org/gems/vimgem