/usr/share/rubygems-integration/2.3.0/specifications/timfel-krb5-auth-0.8.3.gemspec is in ruby-timfel-krb5-auth 0.8.3-2build3.
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: timfel-krb5-auth 0.8.3 ruby ext
# stub: ext/extconf.rb
Gem::Specification.new do |s|
s.name = "timfel-krb5-auth"
s.version = "0.8.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["ext"]
s.authors = ["Chris Lalancette"]
s.autorequire = "Krb5Auth"
s.date = "2016-03-13"
s.email = "clalance@redhat.com"
s.extensions = ["ext/extconf.rb"]
s.files = ["README", "Rakefile", "examples/example.rb", "ext/extconf.rb", "ext/ruby_krb5_auth.c"]
s.homepage = "http://rubyforge.org/projects/krb5-auth/"
s.licenses = ["LGPL"]
s.rubygems_version = "2.5.1"
s.summary = "Kerberos binding for Ruby"
end
|