Skip to content

Commit

Permalink
Ready for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Dec 23, 2015
1 parent 6b4cda7 commit 72a0016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tmp
Gemfile.lock
tags
pkg
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
require 'rubygems'
require 'bundler'
Bundler::GemHelper.install_tasks

task default: [:unit_tests, :acceptance_tests]

task :unit_tests do
Expand Down

0 comments on commit 72a0016

Please sign in to comment.