Sha256: 3036decdd096bd96a3d3e549c84c0a77af2302ceef0a2dc1e982b35d2a5b5249
Contents?: true
Size: 827 Bytes
Versions: 1
Compression:
Stored size: 827 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "yaml_notifier/version" Gem::Specification.new do |s| s.name = "yaml_notifier" s.version = YamlNotifier::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thierry Zires"] s.email = ["zshuaibin@gmail.com"] s.homepage = "https://github.com/zires/yaml_notifier" s.summary = %q{save exceptions in yaml when exception_notification occur} s.description = %q{save exceptions in yaml when exception_notification occur} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] s.add_dependency 'yaml_record4', '= 0.0.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yaml_notifier-0.0.1 | yaml_notifier.gemspec |