clipboard.gemspec in clipboard-0.9.9 vs clipboard.gemspec in clipboard-1.0.0

- old
+ new

@@ -4,16 +4,14 @@ Gem::Specification.new do |s| s.name = 'clipboard' s.version = File.read('VERSION').chomp s.authors = ["Jan Lelis"] - s.date = '2011-06-23' - s.summary = 'Access the clipboard on Linux, MacOS and Windows.' - s.description = 'Access the clipboard on Linux, MacOS and Windows (Clipboard.copy & Clipboard.paste).' + s.summary = 'Easy access to the clipboard on Linux, MacOS and Windows.' + s.description = 'Easy access to the clipboard on Linux, MacOS and Windows (Clipboard.copy & Clipboard.paste).' s.email = 'mail@janlelis.de' s.homepage = %q{http://github.com/janlelis/clipboard} - s.required_rubygems_version = ">= 1.3.6" - s.requirements = ["On Linux (or other X), you need xclip. You can install it on debian/ubuntu with sudo apt-get install xclip"] + s.requirements = ["On Linux (or other X), you need xclip. You can install it on debian/ubuntu with: sudo apt-get install xclip"] s.requirements += ["On Windows, you need the ffi gem."] s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]* [A-Z]*.rdoc]) + %w{clipboard.gemspec .gemtest} s.add_development_dependency 'rake' s.add_development_dependency 'rspec', '>=2'