Skip to content

Commit 16d6c2a

Browse files
author
Jeff Brateman
committed
remove existing release task
1 parent dfd49bf commit 16d6c2a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Rakefile

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
require "bundler/gem_tasks"
22

3+
# release will instead be declared by the releasinator
4+
Rake::Task["release"].clear
5+
6+
spec = Gem::Specification.find_by_name 'releasinator'
7+
load "#{spec.gem_dir}/lib/tasks/releasinator.rake"
8+
39
desc "Run tests"
410
task :rspec do
511
cmd = "bundle exec rspec -f d"
612
system(cmd) || raise("#{cmd} failed")
713
end
814

915
task :default => :rspec
10-
11-
spec = Gem::Specification.find_by_name 'releasinator'
12-
load "#{spec.gem_dir}/lib/tasks/releasinator.rake"

0 commit comments

Comments
 (0)