Rakefile in physical-0.4.4 vs Rakefile in physical-0.4.5

- 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