/usr/share/rubygems-integration/2.0/specifications/cmdparse-2.0.5.gemspec is in ruby-cmdparse 2.0.5-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 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "cmdparse"
s.version = "2.0.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Leitner"]
s.autorequire = "cmdparse"
s.date = "2012-06-09"
s.description = " cmdparse provides classes for parsing commands on the command line; command line options\n are parsed using optparse or any other option parser implementation. Programs that use\n such command line interfaces are, for example, subversion's 'svn' or Rubygem's 'gem' program.\n"
s.email = "t_leitner@gmx.at"
s.files = ["setup.rb", "TODO", "COPYING", "COPYING.LESSER", "README", "Rakefile", "net.rb", "VERSION", "lib/cmdparse/wrappers/optparse.rb", "lib/cmdparse.rb", "doc/plugin/extract.rb", "doc/config.yaml", "doc/src/features.page", "doc/src/logo.png", "doc/src/tutorial.page", "doc/src/default.css", "doc/src/index.page", "doc/src/meta.info", "doc/src/download.page", "doc/src/default.template", "doc/src/about.page"]
s.homepage = "http://cmdparse.rubyforge.org"
s.rdoc_options = ["--line-numbers", "-m", "CmdParse::CommandParser"]
s.require_paths = ["lib"]
s.rubyforge_project = "cmdparse"
s.rubygems_version = "1.8.23"
s.summary = "Advanced command line parser supporting commands"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|