summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
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 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..e45e65f8
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,2 @@
+source :rubygems
+gemspec