/usr/share/rubygems-integration/1.9.1/specifications/indentation-0.1.1.gemspec is in ruby-indentation 0.1.1-1.
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 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "indentation"
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sam Dana"]
s.date = "2013-10-09"
s.description = "A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
s.email = ["s.dana@prometheuscomputing.com"]
s.files = ["README.rdoc", "gemspec", "lib/indentation.rb", "lib/indentation/array_mod.rb", "lib/indentation/meta_info.rb", "lib/indentation/string_mod.rb", "spec/.rspec", "spec/indentation_spec.rb", "spec/rdoc_examples_spec.rb", "spec/spec_helper.rb"]
s.homepage = "http://samueldana.github.com/indentation/"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.summary = "A library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings."
s.test_files = ["spec/indentation_spec.rb", "spec/rdoc_examples_spec.rb", "spec/spec_helper.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
else
end
else
end
end
|