Sha256: c444fca7ca27bcb10caef1a0467a0c904d28707a9de7ba1938ca4ba6f05045df

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

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', 'cscope.out'
  package_ignore '.all_images.yml', '.tool-versions', '.gitignore', 'VERSION',
     '.utilsrc', '.rspec', 'TODO',
     *Dir.glob('.github/**/*', File::FNM_DOTMATCH)

  readme      'README.md'
  executables.merge Dir['bin/*'].map { |x| File.basename(x) }

  dependency             'tins', '~>1.0'
  development_dependency 'simplecov'
  development_dependency 'test-unit'
  development_dependency 'utils'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
term-ansicolor-1.11.2 Rakefile
term-ansicolor-1.11.1 Rakefile