/usr/share/rubygems-integration/2.3.0/specifications/fast-stemmer-1.0.2.gemspec is in ruby-fast-stemmer 1.0.2-1build6.
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 | # -*- encoding: utf-8 -*-
# stub: fast-stemmer 1.0.2 ruby lib
# stub: ext/extconf.rb
Gem::Specification.new do |s|
s.name = "fast-stemmer"
s.version = "1.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Roman Shterenzon"]
s.date = "2016-03-13"
s.description = "Fast Porter stemmer based on a C version of algorithm"
s.email = "romanbsd@yahoo.com"
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["LICENSE", "README"]
s.files = ["LICENSE", "README", "Rakefile", "VERSION.yml", "ext/Makefile", "ext/extconf.rb", "ext/porter.c", "ext/porter_wrap.c", "lib/fast-stemmer.rb", "lib/fast_stemmer.rb", "test/fast_stemmer_test.rb"]
s.homepage = "http://github.com/romanbsd/fast-stemmer"
s.rubygems_version = "2.5.1"
s.summary = "Fast Porter stemmer based on a C version of algorithm"
end
|