Sha256: a923b7592fcf64d4e7d8ede92b53414346cf0cc5fe828e395106efd76ab65a80

Contents?: true

Size: 807 Bytes

Versions: 11

Compression:

Stored size: 807 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 ''
  test_dir    'tests'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage'
  readme      'README.rdoc'
  executables << 'cdiff' << 'decolor'

  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

11 entries across 11 versions & 4 rubygems

Version Path
term-ansicolor-1.1.1 Rakefile
term-ansicolor-1.1.0 Rakefile
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
radiant-1.0.0 ruby-debug/ruby/1.8/gems/term-ansicolor-1.0.7/Rakefile
term-ansicolor-1.0.7 Rakefile