add bundler support

This commit is contained in:
Ranjib Dey 2013-12-16 12:30:12 -08:00
parent dd6f1ba24d
commit 6065b23652
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.sw*
tmp/
pkg/
Gemfile.lock

3
Gemfile Normal file
View file

@ -0,0 +1,3 @@
source 'https://rubygems.org'
gemspec