Rakefile in jbox-gitolite-1.1.9 vs Rakefile in jbox-gitolite-1.1.10

- old
+ new

@@ -1,8 +1,10 @@ require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' +require 'ci/reporter/rake/rspec' + # Rake tasks from https://github.com/mojombo/rakegem/blob/master/Rakefile # Helper Functions def name @name ||= Dir['*.gemspec'].first.split('.').first