Sha256: 6de6674fec252b21d8f612a8a3f702e77d55493815cecf9a0f23b048ba71d454
Contents?: true
Size: 816 Bytes
Versions: 7
Compression:
Stored size: 816 Bytes
Contents
require 'progress_bar/depreciable' # This file is provided for standardization purposes only. # # This gem didn't follow standard Ruby naming conventions and therefore, both `ruby-progressbar.rb` and `progressbar.rb` are needed. # `ruby-progressbar.rb` because the gem name should match the filename under `lib` and `progressbar.rb` because this gem was copied # directly from another gem and wasn't properly modified. There are other applications which require this file. # puts "DEPRECATION WARNING: Requiring ruby-progressbar using `require progressbar` or `gem progressbar` has been deprecated and will be disabled on or after #{ProgressBar::Depreciable::DEPRECATION_DATE}. Please use `require ruby-progressbar` or `gem ruby-progressbar` instead" require File.join(File.dirname(__FILE__), 'ruby-progressbar')
Version data entries
7 entries across 7 versions & 2 rubygems