Rakefile in deputy-0.1.38 vs Rakefile in deputy-0.1.39

- old
+ new

@@ -9,9 +9,10 @@ gem.name = project_name gem.summary = "Report to the sheriff" gem.email = "mirko@dawanda.com" gem.homepage = "http://github.com/dawanda/#{project_name}" gem.authors = ["Michael Grosser"] + gem.add_dependency 'system_timer' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler" \ No newline at end of file