⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Gem
/
PackageTask
/
View File Name :
cdesc-PackageTask.ri
U:RDoc::NormalClass[iI"PackageTask:ETI"Gem::PackageTask;TI"Rake::PackageTask;To:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[I"QCreate a package based upon a Gem::Specification. Gem packages, as well as ;TI"Ezip files and tar/gzipped packages can be produced by this task.;To:RDoc::Markup::BlankLine o; ;[I"GIn addition to the Rake targets generated by Rake::PackageTask, a ;TI"=Gem::PackageTask will also generate the following tasks:;T@o:RDoc::Markup::List: @type: LABEL:@items[o:RDoc::Markup::ListItem:@label[I"E
"
package_dir
/
name
-
version
.gem"
;T;[o; ;[I"?Create a RubyGems package with the given name and version.;T@o; ;[I"(Example using a Gem::Specification:;T@o:RDoc::Markup::Verbatim;[I"require 'rubygems' ;TI"%require 'rubygems/package_task' ;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"