Rakefile in clipboard-0.9.1 vs Rakefile in clipboard-0.9.2

- old
+ new

@@ -9,10 +9,11 @@ gem.description = %Q{Access the clipboard on all systems (Clipboard.copy & Clipboard.paste)} gem.email = "mail@janlelis.de" gem.homepage = "http://github.com/janlelis/clipboard" gem.authors = ["Jan Lelis"] gem.add_development_dependency "jeweler", ">= 0" - gem.add_dependency('zucker', '>= 7') + gem.add_dependency('zucker', '>= 8') + gem.add_dependency('ffi') gem.requirements << 'on linux (or other X), you need xclip. Install it on debian/ubuntu with sudo apt-get install xclip' end Jeweler::GemcutterTasks.new rescue LoadError