ruby-changes:45964
From: hsbt <ko1@a...>
Date: Mon, 20 Mar 2017 16:07:54 +0900 (JST)
Subject: [ruby-changes:45964] hsbt:r58035 (trunk): Added initial gemspec for mathn.
hsbt 2017-03-20 16:07:49 +0900 (Mon, 20 Mar 2017) New Revision: 58035 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58035 Log: Added initial gemspec for mathn. [Feature #13335] Added files: trunk/lib/mathn.gemspec Index: lib/mathn.gemspec =================================================================== --- lib/mathn.gemspec (revision 0) +++ lib/mathn.gemspec (revision 58035) @@ -0,0 +1,16 @@ https://github.com/ruby/ruby/blob/trunk/lib/mathn.gemspec#L1 +Gem::Specification.new do |s| + s.name = "mathn" + s.version = '0.0.1' + s.date = '2017-03-20' + s.summary = "Deprecated library that extends math operations." + s.description = "Deprecated library that extends math operations." + + s.require_path = %w{lib} + s.files = %w{mathn.rb} + s.required_ruby_version = ">= 2.5.0dev" + + s.authors = ["Keiju ISHITSUKA"] + s.email = [nil] + s.homepage = "https://www.ruby-lang.org" + s.license = "BSD-2-Clause" +end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/