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    
librato_shim / Rakefile
Size: Mime:
# frozen_string_literal: true

require 'bundler/gem_tasks'

begin
  require 'teak/dev/tasks'
  Teak::Dev::Tasks.install(service: 'librato_shim')
rescue LoadError # rubocop:disable Lint/SuppressedException
end