Sha256: 5c329bfcd119a0ffe5ae1167655f84d89f7faf21402443c92b3da759dc0b8665
Contents?: true
Size: 919 Bytes
Versions: 1
Compression:
Stored size: 919 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "mathn" spec.version = "0.1.0" 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.extensions = ["ext/mathn/complex/extconf.rb", "ext/mathn/rational/extconf.rb"] 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.1.0 | mathn.gemspec |