Add tasks for building gem file.
This commit is contained in:
parent
30f8d5e9a0
commit
d338b1c924
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -1,6 +1,7 @@
|
|||
|
||||
require 'rspec/core/rake_task'
|
||||
require "bundler/gem_tasks"
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
|
||||
task :default => :spec
|
||||
require "bundler/gem_tasks"
|
||||
|
|
Loading…
Reference in a new issue