/usr/share/rubygems-integration/2.5.0/specifications/narray-0.6.1.2.gemspec is in ruby-narray 0.6.1.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # -*- encoding: utf-8 -*-
# stub: narray 0.6.1.2 ruby .
# stub: src/extconf.rb
Gem::Specification.new do |s|
s.name = "narray".freeze
s.version = "0.6.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = [".".freeze]
s.authors = ["Masahiro Tanaka".freeze]
s.date = "2018-03-01"
s.description = "Numerical N-dimensional Array class".freeze
s.email = "masa16.tanaka@gmail.com".freeze
s.extensions = ["src/extconf.rb".freeze]
s.files = ["ChangeLog".freeze, "MANIFEST".freeze, "README.ja.md".freeze, "README.md".freeze, "SPEC.en.txt".freeze, "SPEC.ja.txt".freeze, "src/depend".freeze, "src/extconf.rb".freeze, "src/lib/narray/narray_ext.rb".freeze, "src/lib/narray/nmatrix.rb".freeze, "src/mkmath.rb".freeze, "src/mknafunc.rb".freeze, "src/mkop.rb".freeze, "src/na_array.c".freeze, "src/na_func.c".freeze, "src/na_index.c".freeze, "src/na_linalg.c".freeze, "src/na_random.c".freeze, "src/narray.c".freeze, "src/narray.def".freeze, "src/narray.h".freeze, "src/narray_local.h".freeze]
s.homepage = "http://masa16.github.io/narray/".freeze
s.licenses = ["Ruby".freeze]
s.rdoc_options = ["--title".freeze, "NArray".freeze, "--main".freeze, "NArray".freeze, "--exclude".freeze, "mk.*".freeze, "--exclude".freeze, "extconf\\.rb".freeze, "--exclude".freeze, "src/.*\\.h".freeze, "--exclude".freeze, "src/lib/".freeze, "--exclude".freeze, ".*\\.o".freeze, "--exclude".freeze, "narray\\.so".freeze, "--exclude".freeze, "libnarray\\.*".freeze]
s.rubygems_version = "2.7.3".freeze
s.summary = "N-dimensional Numerical Array class for Ruby".freeze
end
|