Add tasks for building gem file.

This commit is contained in:
Glenn Y. Rolland 2015-07-14 23:00:18 +02:00
parent 30f8d5e9a0
commit d338b1c924

View file

@ -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"