Rakefile in clipboard-0.7.0 vs Rakefile in clipboard-0.8.0
- old
+ new
@@ -4,17 +4,16 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "clipboard"
gem.summary = %Q{Access the clipboard on all systems}
- gem.description = %Q{Access the clipboard on all systems (Clipboard.write & Clipboard.read)}
+ 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', '>= 4')
gem.requirements << 'on linux (or other X), you need xclip'
- gem.requirements << 'on windows, you need the win32-clipboard gem'
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"