Migrate version of 'vim-flavor' from 2.x to 3.x

This commit is contained in:
raimon
2018-03-26 20:05:03 +09:00
parent aa57b2f57f
commit 9f10779307
7 changed files with 16 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
language: ruby language: ruby
rvm: rvm:
- 2.2.3 - 2.5.0
script: script:
rake ci rake ci

1
Flavorfile Normal file
View File

@@ -0,0 +1 @@
flavor 'kana/vim-vspec'

1
Flavorfile.lock Normal file
View File

@@ -0,0 +1 @@
kana/vim-vspec (1.8.1)

View File

@@ -1,3 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'vim-flavor', '~> 2.0' gem 'vim-flavor', '~> 3.0'

View File

@@ -1,17 +1,23 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
parslet (1.8.1) equatable (0.5.0)
parslet (1.8.2)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
thor (0.20.0) thor (0.20.0)
vim-flavor (2.2.2) tty-color (0.4.2)
parslet (~> 1.7) vim-flavor (3.0.0)
thor (~> 0.19) parslet (~> 1.8)
pastel (~> 0.7)
thor (~> 0.20)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
vim-flavor (~> 2.0) vim-flavor (~> 3.0)
BUNDLED WITH BUNDLED WITH
1.13.1 1.16.1

View File

@@ -1,4 +0,0 @@
# Since flavorfile is parsed as a Ruby script,
# you can comment out arbitrary lines like this.
# flavor '$foo_uri', '~> 1.0'

View File

@@ -1 +0,0 @@
kana/vim-vspec (1.6.1)