Closed dsawardekar closed 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.
Imports bundler's
gem_tasks
into the Rakefile. This adds the tasks.