Import bundler's rake tasks to make .gem file

This commit is contained in:
uu59 2014-05-09 10:56:54 +09:00
parent d6b59966a1
commit 909bdfa22c
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -14,3 +14,6 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# built .gem file by `rake build`
/pkg

View File

@ -4,3 +4,5 @@
require File.expand_path('../config/application', __FILE__)
Rails.application.load_tasks
require "bundler/gem_tasks"