Rakefile in keepassx-0.1.0 vs Rakefile in keepassx-1.0.0

- old
+ new

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