Repository URL to install this package:
|
Version:
0.1.4 ▾
|
wtfalert
/
Gemfile
|
|---|
# 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