/usr/share/rubygems-integration/1.9.1/specifications/ruby-termios-1.0.0.gemspec is in ruby-termios 1.0.0-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 28 29 30 31 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ruby-termios"
s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["akira yamada"]
s.bindir = false
s.date = "2013-04-11"
s.description = "Termios module is simple wrapper of termios(3). It can be included into\nIO-family classes and can extend IO-family objects. In addition, the methods\ncan use as module function.\n"
s.email = "akira@arika.org"
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["README", "ChangeLog"]
s.files = ["README", "ChangeLog", "test/test0.rb", "lib/termios.rb", "examples/secret_input1.rb", "examples/modem_check2.rb", "examples/modem_check0.rb", "examples/secret_input2.rb", "examples/modem_check1.rb", "ext/termios.c", "ext/extconf.rb"]
s.homepage = "http://arika.org/ruby/termios"
s.rdoc_options = ["--title", "ruby-termios documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--exclude", "^(examples|extras)/"]
s.require_paths = ["lib"]
s.rubyforge_project = "termios"
s.rubygems_version = "1.8.23"
s.summary = "a simple wrapper of termios(3)"
if s.respond_to? :specification_version then
s.specification_version = 2
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|