Skip to content

Commit 3deebfb

Browse files
committed
add lock files
1 parent 3c8c9bb commit 3deebfb

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*.lock
21
.vim-flavor
2+
.bundle

Gemfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
blankslate (2.1.2.4)
5+
parslet (1.5.0)
6+
blankslate (~> 2.0)
7+
thor (0.18.1)
8+
vim-flavor (1.1.2)
9+
parslet (~> 1.0)
10+
thor (~> 0.14)
11+
12+
PLATFORMS
13+
ruby
14+
15+
DEPENDENCIES
16+
vim-flavor (~> 1.1)

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ task :ci => [:dump, :test]
22

33
task :dump do
44
sh 'vim --version'
5+
sh 'clang-format -version'
56
end
67

78
task :test do
9+
sh 'bundle install'
810
sh 'bundle exec vim-flavor test'
911
end

VimFlavor.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kana/vim-operator-user (0.0.7)
2+
kana/vim-vspec (1.1.2)
3+
rhysd/vim-vspec-matchers (0.0.2)

0 commit comments

Comments
 (0)