summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2012-12-19 01:55:38 -0700
committerRyan Waldron <rwaldron@github.com>2012-12-19 17:59:02 -0600
commita7e7bbe0fc6e7eeb4d78fccd3ad496c409a4a9a9 (patch)
treeb7ebd15b13e7c77981d59520f64e9d5cdebb0aff /.gitignore
parentb5bf14fbb5113f4cf7c015a58661670b11b7b1a5 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 01d0a084..80f93f24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
pkg/
+/Gemfile.lock