Merge pull request #2 from ranjib/bundler_support

Add bundler support
This commit is contained in:
Andre Nathan 2013-12-23 06:07:17 -08:00
commit 9a7ff00380
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