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.2.4 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.3 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.3 vendor/bundle/ruby/2.6.0/gems/term-ansicolor-1.7.1/Rakefile
tdiary-5.1.2 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/Rakefile