Rakefile in bridgetown-plausible-1.0.2 vs Rakefile in bridgetown-plausible-1.1.0

- 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