Sha256: f06cd68c3215b7e73c1307f9bb603d8e5fd918ab8fad35762de0c3c60f0e8bc3

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 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    "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', 'tags', '.bundle'
  readme      'README.rdoc'
  executables << 'cdiff' << 'decolor' << 'colortab' << 'term_mandel' << 'term_display'

  dependency             'tins', '~>1.0'
  development_dependency 'simplecov'
  development_dependency 'minitest_tu_shim'

  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

14 entries across 14 versions & 6 rubygems

Version Path
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/term-ansicolor-1.3.2/Rakefile
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/term-ansicolor-1.3.2/Rakefile
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/term-ansicolor-1.3.2/Rakefile
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/term-ansicolor-1.3.2/Rakefile
tdiary-5.0.2 vendor/bundle/gems/term-ansicolor-1.3.2/Rakefile
tdiary-5.0.1 vendor/bundle/gems/term-ansicolor-1.3.2/Rakefile
suzuko-0.1.8 vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/Rakefile
suzuko-0.1.7 vendor/bundle/ruby/2.0.0/gems/term-ansicolor-1.3.2/Rakefile
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/term-ansicolor-1.3.2/Rakefile
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/term-ansicolor-1.3.2/Rakefile
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/term-ansicolor-1.3.2/Rakefile
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/term-ansicolor-1.3.2/Rakefile
vagrant-cloudstack-1.2.0 vendor/bundle/gems/term-ansicolor-1.3.2/Rakefile
term-ansicolor-1.3.2 Rakefile