Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
controls / lib / controls.rb
Size: Mime:
require 'telemetry/logger'

logger =Telemetry::Logger.get __FILE__
logger.level = :obsolete
logger.warn %{This library is obsolete; to remove this warning, remove reference to `require "controls"'}
logger.obsolete <<~TEXT
The controls library is being phased out; please use the controls found in the
clock and identifier gems directly. In the future, this library will be removed.

(Marked obsoluete by Nathan Ladd on Tue 20 Sep 2016)
TEXT

require 'identifier/uuid'
require 'identifier/uuid/controls'

require 'controls/id'
require 'controls/time'
require 'controls/time/elapsed'