Sha256: bdd3837ade4779919b717c4ee851a74aaf0d3292f29dcbef7129cb565c359944

Contents?: true

Size: 863 Bytes

Versions: 35

Compression:

Stored size: 863 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    << 'Apache-2.0'

  test_dir    'tests'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage',
    'tags', '.bundle', '.byebug_history'

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

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

  required_ruby_version '>= 2.0'
end

Version data entries

35 entries across 25 versions & 3 rubygems

Version Path
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.0 vendor/bundle/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.0.13 vendor/bundle/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.0.12.1 vendor/bundle/gems/term-ansicolor-1.7.1/Rakefile
term-ansicolor-1.7.1 Rakefile
tdiary-5.0.11 vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
tdiary-5.0.11 vendor/bundle/gems/term-ansicolor-1.7.0/Rakefile
term-ansicolor-1.7.0 Rakefile
tdiary-5.0.9 vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
tdiary-5.0.7 vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
tdiary-5.0.6 vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
tdiary-5.0.5 vendor/bundle/gems/term-ansicolor-1.6.0/Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/term-ansicolor-1.6.0/Rakefile
term-ansicolor-1.6.0 Rakefile