Rakefile in ffi-hydrogen-0.1.2 vs Rakefile in ffi-hydrogen-0.1.3

- old
+ new

@@ -14,13 +14,6 @@ desc "Run RuboCop" task :rubocop do RuboCop::RakeTask.new end -desc "Run all benchmarks" -task :bench do - ruby "bench/both.rb" - ruby "bench/encode.rb" - ruby "bench/encrypt.rb" -end - task :default => [:compile, :rubocop, :spec]