Sha256: d49a04382b2fbd642b92aaca853da4199256e83d2c20db5434ac2df63e76117b

Contents?: true

Size: 992 Bytes

Versions: 4

Compression:

Stored size: 992 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',
    *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

4 entries across 4 versions & 1 rubygems

Version Path
more_math-1.2.1 Rakefile
more_math-1.2.0 Rakefile
more_math-1.1.0 Rakefile
more_math-1.0.2 Rakefile