Sha256: 399235c56ba546a4ab271c7994b72937b20bf26b79c51ac567f299faee7fd1d7
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rubygems' unless defined? Gem Gem::Specification.new do |s| s.name = 'clipboard' s.version = File.read('VERSION').chomp s.authors = ["Jan Lelis"] s.date = '2010-12-15' s.summary = 'Access the clipboard on all systems.' s.description = 'Access the clipboard on all systems (Clipboard.copy & Clipboard.paste).' s.email = 'mail@janlelis.de' s.homepage = %q{http://github.com/janlelis/clipboard} s.rubygems_version = %q{1.3.7} s.requirements = ["On Linux (or other X), you need xclip. Install it on debian/ubuntu with sudo apt-get install xclip"] s.requirements << ["On Windows, you need the ffi gem."] s.files = %w[ LICENSE README.rdoc Rakefile VERSION clipboard.gemspec lib/clipboard.rb ] s.extra_rdoc_files = %w[LICENSE README.rdoc] s.add_dependency 'zucker', '>= 8' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clipboard-0.9.3 | clipboard.gemspec |