Sha256: 5f7b392dbafd2e0c31726514ed0a4ea22750da748a5a14c2517df975f98c4d63

Contents?: true

Size: 991 Bytes

Versions: 2

Compression:

Stored size: 991 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    "http://flori.github.com/#{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',
    *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.0.1 Rakefile
more_math-1.0.0 Rakefile