Rakefile in celluloid-io-0.17.1 vs Rakefile in celluloid-io-0.17.2

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env rake -require 'bundler/gem_tasks' +require "bundler/gem_tasks" Dir["tasks/**/*.task"].each { |task| load task } -task :default => :spec -task :ci => %w(spec benchmark) +task default: :spec +task ci: %w(spec benchmark)