/usr/share/rubygems-integration/2.3.0/specifications/allocations-1.0.3.gemspec is in ruby-allocations 1.0.3-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # -*- encoding: utf-8 -*-
# stub: allocations 1.0.3 ruby lib
# stub: ext/liballocations/extconf.rb
Gem::Specification.new do |s|
s.name = "allocations"
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Yorick Peterse"]
s.date = "2016-03-13"
s.description = "Tracking of retained objects in CRuby"
s.email = "yorickpeterse@gmail.com"
s.extensions = ["ext/liballocations/extconf.rb"]
s.files = ["LICENSE", "README.md", "allocations.gemspec", "ext/liballocations/extconf.rb", "ext/liballocations/liballocations.c", "ext/liballocations/liballocations.h", "lib/allocations.rb", "lib/allocations/version.rb"]
s.homepage = "https://gitlab.com/gitlab-org/allocations"
s.licenses = ["MIT"]
s.required_ruby_version = Gem::Requirement.new(">= 2.1.0")
s.rubygems_version = "2.5.1"
s.summary = "Tracking of retained objects in CRuby"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<rake-compiler>, [">= 0"])
s.add_development_dependency(%q<benchmark-ips>, ["~> 2.0"])
s.add_development_dependency(%q<rspec>, ["~> 3.0"])
else
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rake-compiler>, [">= 0"])
s.add_dependency(%q<benchmark-ips>, ["~> 2.0"])
s.add_dependency(%q<rspec>, ["~> 3.0"])
end
else
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rake-compiler>, [">= 0"])
s.add_dependency(%q<benchmark-ips>, ["~> 2.0"])
s.add_dependency(%q<rspec>, ["~> 3.0"])
end
end
|