luke-gru / riml

Riml is a subset of VimL with some nice added features. It compiles to plain VimL.
MIT License
224 stars 6 forks source link

Add rubygems tasks #9

Closed dsawardekar closed 11 years ago

dsawardekar commented 11 years ago

Imports bundler's gem_tasks into the Rakefile. This adds the tasks.

dsawardekar commented 11 years ago

@luke-gru One suggestion when you get around to this, Please remove the Gemfile.lock from the repo. And related to this, move the gem dependencies into the gemspec. And just do gemspec in the Gemfile.

This is the recommended practice. For any non-gem based projects committing the lock file is good. But for gem projects,it prevents conflicts with local gems.