Skip to content

Commit

Permalink
Add gem packaging tasks to Rakefile
Browse files Browse the repository at this point in the history
This makes it slightly easier for us to build a new gem, as now we can
just run:

    rake build

...instead of:

    gem build overcommit.gemspec

Change-Id: I69fd23ff1dbae15c8232d13995921c0bee68e5b7
Reviewed-on: http://gerrit.causes.com/45335
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds committed Dec 17, 2014
1 parent 4fa1f71 commit c57620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Gemfile.lock
pkg/
.bundle
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'bundler/gem_tasks'

0 comments on commit c57620e

Please sign in to comment.