X7ROOT File Manager
Current Path:
/opt/alt/ruby34/share/gems/gems/bundler-2.6.9/lib/bundler/source
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
bundler-2.6.9
/
lib
/
bundler
/
source
/
??
..
??
gemspec.rb
(258 B)
??
git
??
git.rb
(12.72 KB)
??
metadata.rb
(1.64 KB)
??
path
??
path.rb
(7.66 KB)
??
rubygems
??
rubygems.rb
(15.05 KB)
??
rubygems_aggregate.rb
(2.09 KB)
Editing: gemspec.rb
# frozen_string_literal: true module Bundler class Source class Gemspec < Path attr_reader :gemspec attr_writer :checksum_store def initialize(options) super @gemspec = options["gemspec"] end end end end
Upload File
Create Folder