Sha256: d127581c859adb5330d2d8d97a4ee4de8d7350992f108cb8c8d9e6088c12b136
Contents?: true
Size: 548 Bytes
Versions: 25
Compression:
Stored size: 548 Bytes
Contents
# frozen_string_literal: true # This file allows for the running of rubygems with a nice # command line look-and-feel: ruby -rubygems foo.rb #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved. # See LICENSE.txt for permissions. #++ # TODO: Remove this file at RubyGems 4.0 # Based by https://bugs.ruby-lang.org/issues/14322#note-4 warn "`ubygems.rb' is deprecated, and will be removed on or after 2018-12-01. Remove `-rubygems' from your command-line, or use `-r rubygems' instead" require 'rubygems'
Version data entries
25 entries across 25 versions & 1 rubygems