From a7e7bbe0fc6e7eeb4d78fccd3ad496c409a4a9a9 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 19 Dec 2012 01:55:38 -0700 Subject: add Gemfile to enable `bundle install` for setup - the Gemfile simply redirects bundler to the information in the gemspec - to bootstrap, you just run: git clone {repo}, bundle install, rake --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 01d0a084..80f93f24 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pkg/ +/Gemfile.lock -- cgit v1.2.3