Sha256: 325147d142118a5e715fa406f5e0f269e49c2b711d38a5d8d65a9496e5b3c899
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
# frozen_string_literal: true require File.expand_path("../lib/fuli/version", __FILE__) Gem::Specification.new do |s| s.name = "fuli_the_guard" s.version = Fuli::VERSION s.platform = Gem::Platform::RUBY s.licenses = %w(MIT) s.authors = ["Anton Magids"] s.email = ["evilnomadx@gmail.com"] s.homepage = "https://github.com/restaurant-cheetah/fuli" s.summary = "Respond to application errors with configurable notifiers." s.description = "Respond to application errors with configurable notifiers." all_files = %x(git ls-files).split("\n") test_files = %x(git ls-files -- {test,spec,features}/*).split("\n") s.files = all_files - test_files s.test_files = test_files s.require_paths = %w(lib) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fuli_the_guard-0.1.1 | fuli_the_guard.gemspec |