mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +08:00
Migrate version of 'vim-flavor' from 2.x to 3.x
This commit is contained in:
@@ -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
1
Flavorfile
Normal file
@@ -0,0 +1 @@
|
|||||||
|
flavor 'kana/vim-vspec'
|
||||||
1
Flavorfile.lock
Normal file
1
Flavorfile.lock
Normal file
@@ -0,0 +1 @@
|
|||||||
|
kana/vim-vspec (1.8.1)
|
||||||
2
Gemfile
2
Gemfile
@@ -1,3 +1,3 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'vim-flavor', '~> 2.0'
|
gem 'vim-flavor', '~> 3.0'
|
||||||
|
|||||||
18
Gemfile.lock
18
Gemfile.lock
@@ -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
|
||||||
|
|||||||
@@ -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'
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
kana/vim-vspec (1.6.1)
|
|
||||||
Reference in New Issue
Block a user