Skip to content

Commit

Permalink
Highline is required in lib/vimgolf/ui.rb on line 48
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Mazzi committed Dec 28, 2010
1 parent 9754cc8 commit a0d6325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimgolf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Gem::Specification.new do |s|
s.rubyforge_project = "vimgolf"
s.add_dependency "thor"
s.add_dependency "json"
s.add_dependency "highline"

s.add_development_dependency "rspec"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end
end

0 comments on commit a0d6325

Please sign in to comment.