Sha256: 91bec11d79943638063f3949067df74818345cbff187844f7ec251f7048ed89b
Contents?: true
Size: 864 Bytes
Versions: 2
Compression:
Stored size: 864 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.rdoc' title "#{name.camelize} -- More Math in Ruby" required_ruby_version '>= 2.0' dependency 'tins', '~>1.0' dependency 'mize' development_dependency 'rake' development_dependency 'simplecov' development_dependency 'test-unit' development_dependency "codeclimate-test-reporter" licenses << 'MIT' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
more_math-0.4.0 | Rakefile |
more_math-0.3.3 | Rakefile |