/usr/share/rubygems-integration/2.5.0/specifications/gio2-3.2.4.gemspec is in ruby-gio2 3.2.4-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 32 33 34 35 36 37 | # -*- encoding: utf-8 -*-
# stub: gio2 3.2.4 ruby lib
# stub: ext/gio2/extconf.rb
Gem::Specification.new do |s|
s.name = "gio2".freeze
s.version = "3.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["The Ruby-GNOME2 Project Team".freeze]
s.date = "2018-04-09"
s.description = "Ruby/GIO2 is a Ruby binding of gio-2.x.".freeze
s.email = "ruby-gnome2-devel-en@lists.sourceforge.net".freeze
s.extensions = ["ext/gio2/extconf.rb".freeze]
s.files = ["Rakefile".freeze, "ext/gio2/depend".freeze, "ext/gio2/extconf.rb".freeze, "ext/gio2/rb-gio2-application.c".freeze, "ext/gio2/rb-gio2-pollable-source.c".freeze, "ext/gio2/rb-gio2.c".freeze, "ext/gio2/rb-gio2.h".freeze, "extconf.rb".freeze, "lib/gio2.rb".freeze, "lib/gio2/action-map.rb".freeze, "lib/gio2/action.rb".freeze, "lib/gio2/application-command-line.rb".freeze, "lib/gio2/content-type.rb".freeze, "lib/gio2/deprecated.rb".freeze, "lib/gio2/file.rb".freeze, "lib/gio2/inet-address.rb".freeze, "lib/gio2/input-stream.rb".freeze, "lib/gio2/loader.rb".freeze, "lib/gio2/pollable-input-stream.rb".freeze, "lib/gio2/pollable-output-stream.rb".freeze, "lib/gio2/resources.rb".freeze, "lib/gio2/settings-schema-source.rb".freeze, "lib/gio2/settings.rb".freeze, "lib/gio2/simple-action.rb".freeze, "test/fixture".freeze, "test/fixture/Rakefile".freeze, "test/fixture/content-type".freeze, "test/fixture/content-type/x-content".freeze, "test/fixture/content-type/x-content/unix-software".freeze, "test/fixture/content-type/x-content/unix-software/autorun.sh".freeze, "test/fixture/resource".freeze, "test/fixture/resource/Rakefile".freeze, "test/fixture/resource/logo.png".freeze, "test/fixture/resource/ruby-gio2.gresource.xml".freeze, "test/fixture/schema".freeze, "test/fixture/schema/default".freeze, "test/fixture/schema/default/jp.ruby-gnome2.test.settings.gschema.xml".freeze, "test/fixture/schema/source".freeze, "test/fixture/schema/source/jp.ruby-gnome2.test.source.gschema.xml".freeze, "test/gio2-test-utils".freeze, "test/gio2-test-utils.rb".freeze, "test/gio2-test-utils/fixture.rb".freeze, "test/gio2-test-utils/omissions.rb".freeze, "test/gio2-test-utils/socket-client.rb".freeze, "test/run-test.rb".freeze, "test/test-action-map.rb".freeze, "test/test-application-command-line.rb".freeze, "test/test-buffered-input-stream.rb".freeze, "test/test-charset-converter.rb".freeze, "test/test-content-type.rb".freeze, "test/test-data-input-stream.rb".freeze, "test/test-dbus.rb".freeze, "test/test-file-enumerator.rb".freeze, "test/test-file-monitor.rb".freeze, "test/test-file.rb".freeze, "test/test-inet-address.rb".freeze, "test/test-input-stream.rb".freeze, "test/test-memory-input-stream.rb".freeze, "test/test-memory-output-stream.rb".freeze, "test/test-mount.rb".freeze, "test/test-output-stream.rb".freeze, "test/test-pollable-input-stream.rb".freeze, "test/test-pollable-output-stream.rb".freeze, "test/test-resources.rb".freeze, "test/test-settings-schema-source.rb".freeze, "test/test-settings.rb".freeze, "test/test-simple-action.rb".freeze, "test/test-version.rb".freeze]
s.homepage = "http://ruby-gnome2.sourceforge.jp/".freeze
s.licenses = ["LGPL-2.1+".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze)
s.rubygems_version = "2.7.6".freeze
s.summary = "Ruby/GIO2 is a Ruby binding of gio-2.x.".freeze
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<glib2>.freeze, ["= 3.2.4"])
s.add_runtime_dependency(%q<gobject-introspection>.freeze, ["= 3.2.4"])
else
s.add_dependency(%q<glib2>.freeze, ["= 3.2.4"])
s.add_dependency(%q<gobject-introspection>.freeze, ["= 3.2.4"])
end
else
s.add_dependency(%q<glib2>.freeze, ["= 3.2.4"])
s.add_dependency(%q<gobject-introspection>.freeze, ["= 3.2.4"])
end
end
|