vvm-rb 1.0.2 → 1.0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/vvm/cli.rb +1 -1
  4. data/vvm-rb.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bba3392e7f281fb636004666b1c110d89014ca58
4
- data.tar.gz: aa6477c0d76bf18bce8a2bfb514f2718176ba94d
3
+ metadata.gz: 3b5f4f657faa8d83bc1809b0694c174dbebb8cf5
4
+ data.tar.gz: d6b500f4c0d840f22b4d150932f0787b077cb347
5
5
  SHA512:
6
- metadata.gz: a258fead91045475538d0fbbbb8b68df0c518ae54fdf328564a7a4bfc9bec3eb16dd969deaa7e9dafbd756bc522184646ab8b75480eea3b162e37889cbc9d490
7
- data.tar.gz: c4c4de8775c78c12730b077e79c67395ac1bf120c67ef0d65fe7e76274e0a8e9ec16be14261077aa12965633795a9e49529b2b2f79db09baf7f613a99982c5a3
6
+ metadata.gz: d4e66aecc2c932705db678fc21bd23b8863d858041b09c0eb3d46dc67d7d892e98574bd4f4b15126241754abc8ff9d9396327d0c29ee4822235bec5e1760cd94
7
+ data.tar.gz: ec9702e41aed414e9cfd2168b1659ba15e8abfc3fea5956cd0647aab29eb7665eb7eb88c154a5c7057a3b595da513e8b3b9fba48ce4e135173e4128ce555f605
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
data/lib/vvm/cli.rb CHANGED
@@ -69,8 +69,8 @@ module Vvm
69
69
  no_commands do
70
70
  def invoke_command(command, *args)
71
71
  validate_before_invoke(command.name)
72
- Installer.pull if %w(install list).include?(command.name)
73
72
  Installer.fetch unless File.exist?(vimorg_dir)
73
+ Installer.pull if %w(install list).include?(command.name)
74
74
  super
75
75
  end
76
76
  end
data/vvm-rb.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: vvm-rb 1.0.2 ruby lib
5
+ # stub: vvm-rb 1.0.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "vvm-rb"
9
- s.version = "1.0.2"
9
+ s.version = "1.0.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vvm-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuu Shigetani