Skip to content

Commit d21e28a

Browse files
author
Tim Emiola
committed
Adds Bundler's gem tasks
1 parent 697d728 commit d21e28a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# -*- ruby -*-
12
lib_dir = File.expand_path('../lib', __FILE__)
23
$LOAD_PATH.unshift(lib_dir)
34
$LOAD_PATH.uniq!
45

6+
require 'bundler/gem_tasks'
57
require 'rubygems'
68
require 'rake'
79

0 commit comments

Comments
 (0)