Rakefile in celluloid-io-0.10.0 vs Rakefile in celluloid-io-0.11.0

- old
+ new

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