diff options
author | azul <azul@riseup.net> | 2013-11-15 01:33:03 -0800 |
---|---|---|
committer | azul <azul@riseup.net> | 2013-11-15 01:33:03 -0800 |
commit | 7a107e0d38271e7103d3494e06d52f3434022f22 (patch) | |
tree | b2a049aa1700dbcda01111bd60d656665aa75f55 /Rakefile | |
parent | b131fd4f4d7fd23e787b18c207224216860081bb (diff) | |
parent | 4193a94b4cc5b5cabbace8311562c0ca88a79f74 (diff) |
Merge pull request #113 from elijh/feature/customize
Feature/customize
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. +RAKE=true # let environment initialization code know if we are running via rake or not. + require 'rake/packagetask' require 'rubygems/package_task' |