Rakefile in henkei-1.17.3 vs Rakefile in henkei-1.17.4

- old
+ new

@@ -3,6 +3,6 @@ require 'bundler/gem_tasks' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new 'spec' -task :default => :spec +task default: :spec