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    
wtfalert / Gemfile
Size: Mime:
# frozen_string_literal: true

source ENV['GEM_SOURCE'] || 'https://rubygems.org'
source 'https://gem.fury.io/qs5779/' do
  gem 'wtflogger', '~> 0.1'
end

def needs_journal
  return false unless RUBY_PLATFORM =~ /linux/

  File.directory?('/run/systemd/journal')
end

gem 'logging-journald' if needs_journal

# Specify your gem's dependencies in wtfalert.gemspec
gemspec