Skip to content

Commit

Permalink
Use rubygems to get vimrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Jan 12, 2017
1 parent f88940d commit e6bd9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
ruby '2.3.1'

gem 'rspec'
gem 'vimrunner', github: 'AndrewRadev/vimrunner'
gem 'vimrunner'
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
GIT
remote: git://github.com/AndrewRadev/vimrunner.git
revision: 2a5bb5fa6637e74796d7a943b338828453b18b0b
specs:
vimrunner (0.3.2)

This comment has been minimized.

Copy link
@jbodah

jbodah Jan 12, 2017

Collaborator

This version actually doesn't have the change I'm looking for. @AndrewRadev could I bug you to push a new version of vimrunner?

This comment has been minimized.

Copy link
@AndrewRadev

AndrewRadev Jan 12, 2017

Sure thing. I've just pushed version 0.3.3. I'm not super sure if it shouldn't be a 0.4 (since it changes some dependencies), but then, it's a 0.x version anyway, so I feel it wouldn't be a super big deal.

This comment has been minimized.

Copy link
@jbodah

jbodah Jan 12, 2017

Collaborator

Thanks!


GEM
remote: https://rubygems.org/
specs:
Expand All @@ -21,13 +15,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
vimrunner (0.3.2)

PLATFORMS
ruby

DEPENDENCIES
rspec
vimrunner!
vimrunner

RUBY VERSION
ruby 2.3.1p112
Expand Down

0 comments on commit e6bd9c9

Please sign in to comment.