Sha256: 16e73108135ae72968a3c265740518e717356ca5830533d9a721ba0d3414bab5
Contents?: true
Size: 909 Bytes
Versions: 4
Compression:
Stored size: 909 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 "https://github.com/flori/#{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 << 'Apache-2.0' test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage', 'tags', '.bundle', '.byebug_history', 'errors.lst' readme 'README.md' executables.merge Dir['bin/*'].map { |x| File.basename(x) } dependency 'tins', '~>1.0' dependency 'mize' development_dependency 'simplecov' development_dependency 'test-unit' development_dependency 'utils' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
term-ansicolor-1.10.3 | Rakefile |
term-ansicolor-1.10.2 | Rakefile |
term-ansicolor-1.10.1 | Rakefile |
term-ansicolor-1.10.0 | Rakefile |