/usr/share/rubygems-integration/1.9.1/specifications/hoe-3.8.0.gemspec is in ruby-hoe 3.8.0-2.
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 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "hoe"
s.version = "3.8.0"
s.required_rubygems_version = Gem::Requirement.new(">= 1.4") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Davis"]
s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDPjCCAiagAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu\nZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB\nGRYDY29tMB4XDTEzMDkxNjIzMDQxMloXDTE0MDkxNjIzMDQxMlowRTETMBEGA1UE\nAwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS\nJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda\nb9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx\ntaCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT\noOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh\nGiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt\nqhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV\ngBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw\nHQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB\nAQCFZ7JTzoy1gcG4d8A6dmOJy7ygtO5MFpRIz8HuKCF5566nOvpy7aHhDDzFmQuu\nFX3zDU6ghx5cQIueDhf2SGOncyBmmJRRYawm3wI0o1MeN6LZJ/3cRaOTjSFy6+S6\nzqDmHBp8fVA2TGJtO0BLNkbGVrBJjh0UPmSoGzWlRhEVnYC33TpDAbNA+u39UrQI\nynwhNN7YbnmSR7+JU2cUjBFv2iPBO+TGuWC+9L2zn3NHjuc6tnmSYipA9y8Hv+As\nY4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw\nxx3n58i0lQkBE1EpKE0lFu/y\n-----END CERTIFICATE-----\n"]
s.date = "2014-01-16"
s.description = "Hoe is a rake/rubygems helper for project Rakefiles. It helps you\nmanage, maintain, and release your project and includes a dynamic\nplug-in system allowing for easy extensibility. Hoe ships with\nplug-ins for all your usual project tasks including rdoc generation,\ntesting, packaging, deployment, and announcement..\n\nSee class rdoc for help. Hint: `ri Hoe` or any of the plugins listed\nbelow.\n\nFor extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf"
s.email = ["ryand-ruby@zenspider.com"]
s.executables = ["sow"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.files = [".autotest", ".gemtest", "History.txt", "Hoe.pdf", "Manifest.txt", "README.txt", "Rakefile", "bin/sow", "lib/hoe.rb", "lib/hoe/clean.rb", "lib/hoe/compiler.rb", "lib/hoe/debug.rb", "lib/hoe/deps.rb", "lib/hoe/flay.rb", "lib/hoe/flog.rb", "lib/hoe/gem_prelude_sucks.rb", "lib/hoe/gemcutter.rb", "lib/hoe/inline.rb", "lib/hoe/newb.rb", "lib/hoe/package.rb", "lib/hoe/publish.rb", "lib/hoe/racc.rb", "lib/hoe/rake.rb", "lib/hoe/rcov.rb", "lib/hoe/rubyforge.rb", "lib/hoe/signing.rb", "lib/hoe/test.rb", "template/.autotest.erb", "template/History.txt.erb", "template/Manifest.txt.erb", "template/README.txt.erb", "template/Rakefile.erb", "template/bin/file_name.erb", "template/lib/file_name.rb.erb", "template/test/test_file_name.rb.erb", "test/test_hoe.rb", "test/test_hoe_debug.rb", "test/test_hoe_gemcutter.rb", "test/test_hoe_publish.rb", "test/test_hoe_test.rb"]
s.homepage = "http://www.zenspider.com/projects/hoe.html"
s.licenses = ["MIT"]
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.rubyforge_project = "seattlerb"
s.rubygems_version = "1.8.23"
s.summary = "Hoe is a rake/rubygems helper for project Rakefiles"
s.test_files = ["test/test_hoe.rb", "test/test_hoe_debug.rb", "test/test_hoe_gemcutter.rb", "test/test_hoe_publish.rb", "test/test_hoe_test.rb"]
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_runtime_dependency(%q<rake>, ["< 11.0", ">= 0.8"])
s.add_development_dependency(%q<minitest>, ["~> 5.2"])
s.add_development_dependency(%q<rdoc>, ["~> 4.0"])
else
s.add_dependency(%q<rake>, ["< 11.0", ">= 0.8"])
s.add_dependency(%q<minitest>, ["~> 5.2"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
end
else
s.add_dependency(%q<rake>, ["< 11.0", ">= 0.8"])
s.add_dependency(%q<minitest>, ["~> 5.2"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
end
end
|