Sha256: edfb705f3219b0fc41671e84a9fb3b29ee49db421b72ee959a7804997346810f

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

# coding: utf-8
Gem::Specification.new do |spec|
  spec.name          = "mathn"
  spec.version       = "0.0.1"
  spec.authors          = ["Keiju ISHITSUKA"]
  spec.email            = [nil]

  spec.summary          = "Deprecated library that extends math operations."
  spec.description      = "Deprecated library that extends math operations."
  spec.homepage      = "https://github.com/ruby/mathn"
  spec.license          = "BSD-2-Clause"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rake-compiler"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mathn-0.0.1 mathn.gemspec