tybenz / vimdeck

VIM as a presentation tool
MIT License
1.41k stars 57 forks source link

Adding missing dependencies in the spec for artii and asciiart #1

Closed scottbrown closed 11 years ago

scottbrown commented 11 years ago

When I installed the vimdeck 0.0.8 gem it failed immediately and stated that I was missing the artii and asciiart gems when it tried to require them. I have added them to the gemspec file and they are now installed/downloaded when gem install vimdeck is issued.

scottbrown commented 11 years ago

Forgot one thing, I didn't know which versions of artii and asciiart you wanted to use, so I omitted the versions from the gemspec so that the latest versions are downloaded.

As of this pull request, it used artii-2.0.3 and asciiart-0.0.5 during installation.

tybenz commented 11 years ago

Thanks so much for this!

tybenz commented 11 years ago

Updated vimdeck to 0.0.9 and deployed to rubygems. Dependency installation should work in the future. Thanks again.