Sha256: f559081d554a16284cb6b0a8a49af99bcd8b259e3c718996616764912c7522eb

Contents?: true

Size: 941 Bytes

Versions: 7

Compression:

Stored size: 941 Bytes

Contents

# vim: set filetype=ruby et sw=2 ts=2:

require 'gem_hadar'

GemHadar do
  name        'infobar'
  author      'Florian Frank'
  email       'flori@ping.de'
  homepage    "http://flori.github.com/#{name}"
  summary     'Gem to display information about computations.'
  description 'This gem displays progress of computations and additional information to the terminal.'
  module_type :class
  test_dir    'spec'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
    '.AppleDouble', 'tags', '.byebug_history', '.DS_Store', 'errors.lst'
  readme      'README.md'
  title       "#{name.camelize}"

  required_ruby_version '>= 2.3'
  dependency 'tins',           '~> 1.0', '>= 1.15.0'
  dependency 'term-ansicolor', '~> 1.4'
  dependency 'complex_config', '~> 0.10'
  dependency 'more_math'
  development_dependency 'rake'
  development_dependency 'simplecov'
  development_dependency 'rspec'
end

task :default => :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
infobar-0.6.2 Rakefile
infobar-0.6.1 Rakefile
infobar-0.6.0 Rakefile
infobar-0.5.1 Rakefile
infobar-0.5.0 Rakefile
infobar-0.4.0 Rakefile
infobar-0.3.0 Rakefile