Skip to content

Commit

Permalink
Remove chandler from rake release process (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 27, 2019
1 parent b44f685 commit ee26f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if RUBY_VERSION >= "2.1"
# bundle install --with extras
#
group :extras, :optional => true do
gem "chandler"
gem "guard", ">= 2.2.2"
gem "guard-minitest"
gem "rb-fsevent"
Expand Down
8 changes: 3 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ rescue LoadError
task :default => :test
end

# rubocop:disable Lint/HandleExceptions
begin
require "chandler/tasks"
rescue LoadError
Rake::Task["release"].enhance do
puts "Don't forget to publish the release on GitHub!"
system "open https://github.com/mattbrictson/airbrussh/releases"
end
task "release:rubygem_push" => "chandler:push" if defined?(Chandler)

0 comments on commit ee26f47

Please sign in to comment.