Sha256: fde729f6b05101875f2feb045c31c858a4ed1d10297d0371ef318a6453d4b369

Contents?: true

Size: 1004 Bytes

Versions: 2

Compression:

Stored size: 1004 Bytes

Contents

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

require 'gem_hadar'

GemHadar do
  name        'more_math'
  author      'Florian Frank'
  email       'flori@ping.de'
  homepage    "https://github.com/flori/#{name}"
  summary     'Library that provides more mathematics.'
  description 'Library that provides more mathematical functions/algorithms than standard Ruby.'
  test_dir    'tests'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
    '.AppleDouble', 'tags', '.byebug_history', '.DS_Store'
  readme      'README.md'
  title       "#{name.camelize} -- More Math in Ruby"
  package_ignore '.all_images.yml', '.gitignore', 'VERSION', '.utilsrc',
    *Dir.glob('.github/**/*', File::FNM_DOTMATCH)

  required_ruby_version '>= 2.0'
  dependency  'tins', '~>1.0'
  dependency  'mize'
  development_dependency 'rake'
  development_dependency 'simplecov'
  development_dependency 'test-unit'
  development_dependency 'debug'
  development_dependency 'all_images'
  licenses << 'MIT'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
more_math-1.3.0 Rakefile
more_math-1.2.2 Rakefile