lib/coverband-service-client.rb in coverband-service-client-0.0.6 vs lib/coverband-service-client.rb in coverband-service-client-0.0.7

- old
+ new

@@ -1,6 +1,7 @@ # frozen_string_literal: true +require 'coverband' require 'coverband/service/client/version' require 'securerandom' COVERBAND_ENV = ENV['RACK_ENV'] || ENV['RAILS_ENV'] || (defined?(Rails) ? Rails.env : 'unknown') COVERBAND_SERVICE_URL = ENV['COVERBAND_URL'] ||