HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/ruby-2.7.4@global/gems/bundler-unload-1.0.2/bundler-unload.gemspec
#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-

Kernel.load File.expand_path("../lib/bundler-unload/version.rb", __FILE__)

Gem::Specification.new do |s|
  s.name        = "bundler-unload"
  s.version     = BundlerUnload::VERSION
  s.licenses    = ["Apache 2.0"]
  s.authors     = ["Michal Papis"]
  s.email       = ["mpapis@gmail.com"]
  s.homepage    = "https://github.com/mpapis/bundler-unload"
  s.summary     = %q{Allow unloading bundler after Bundler.load}

  s.files       = `git ls-files`.split("\n")
  s.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")

  s.add_development_dependency "bundler"  # do not force runtime so it can be silently ignored
  #s.add_development_dependency "smf-gem"
end