Rakefile: Include tasks for Gem.
This commit is contained in:
parent
53d34ddbf1
commit
fbee330868
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -3,3 +3,4 @@ require 'rspec/core/rake_task'
|
|||
RSpec::Core::RakeTask.new(:spec)
|
||||
|
||||
task :default => :spec
|
||||
require "bundler/gem_tasks"
|
||||
|
|
Loading…
Reference in a new issue