/usr/share/rubygems-integration/all/specifications/wirble-0.1.3.gemspec is in ruby-wirble 0.1.3-5.
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: wirble 0.1.3 ruby lib
Gem::Specification.new do |s|
  s.name = "wirble"
  s.version = "0.1.3"
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Paul Duncan"]
  s.autorequire = "wirble"
  s.date = "2009-05-30"
  s.description = "Handful of common Irb features, made easy."
  s.email = "pabs@pablotron.org"
  s.files = ["COPYING", "ChangeLog", "README", "Rakefile", "_irbrc", "lib/wirble.rb", "setup.rb", "wirble.gemspec"]
  s.homepage = "http://pablotron.org/software/wirble/"
  s.rdoc_options = ["--title", "Wirble 0.1.3 API Documentation", "--webcvs", "http://hg.pablotron.org/wirble", "lib/wirble.rb", "README"]
  s.requirements = ["none"]
  s.rubyforge_project = "pablotron"
  s.rubygems_version = "2.2.2"
  s.summary = "Handful of common Irb features, made easy."
end
 |