Sha256: 7983b81e35b4bfec83581b1850ac10c9cf3a92a12db97f12ec7f11f4f4f35033
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
# vim: set filetype=ruby et sw=2 ts=2: require 'gem_hadar' GemHadar do name 'term-ansicolor' path_name 'term/ansicolor' path_module 'Term::ANSIColor' author 'Florian Frank' email 'flori@ping.de' homepage "http://flori.github.com/#{name}" summary 'Ruby library that colors strings using ANSI escape sequences' description 'This library uses ANSI escape sequences to control the attributes of terminal output' licenses << 'GPL-2' test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage' readme 'README.rdoc' executables << 'cdiff' << 'decolor' development_dependency 'simplecov' install_library do destdir = "#{ENV['DESTDIR']}" libdir = CONFIG["sitelibdir"] cd 'lib' do for file in Dir['**/*.rb'] dest = destdir + File.join(libdir, File.dirname(file)) mkdir_p dest install file, dest end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
term-ansicolor-1.1.4 | Rakefile |
term-ansicolor-1.1.3 | Rakefile |
term-ansicolor-1.1.2 | Rakefile |