Rakefile in heavylog-0.0.9 vs Rakefile in heavylog-0.0.10

- old
+ new

@@ -1,6 +1,8 @@ +# frozen_string_literal: true + require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) -task :default => :spec +task default: :spec