/usr/share/rubygems-integration/2.3.0/specifications/rpam-ruby19-1.2.1.gemspec is in ruby-rpam-ruby19 1.2.1-1build2.
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 23 | # -*- encoding: utf-8 -*-
# stub: rpam-ruby19 1.2.1 ruby lib
# stub: ext/Rpam/extconf.rb
Gem::Specification.new do |s|
s.name = "rpam-ruby19"
s.version = "1.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Andre Osti de Moura", "Jason Lewis", "Fred Emmott"]
s.date = "2016-03-13"
s.description = "This extension provides PAM - Pluggable Authentication\n Modules - integration"
s.email = "jasonlewis.x@gmail.com"
s.extensions = ["ext/Rpam/extconf.rb"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["LICENSE", "README.rdoc", "ext/Rpam/extconf.rb", "ext/Rpam/rpam_ext.c", "lib/rpam.rb", "rpam.gemspec"]
s.homepage = "https://github.com/canweriotnow/rpam-ruby19"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rpam", "--main", "README.rdoc"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
s.rubygems_version = "2.5.1"
s.summary = "PAM integration with ruby."
end
|