Sha256: 5eba6368b3019f0fa8518c06c5384b74e92f7c632814e08de05a6d8f7e9e77ff
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'exception_notification/shoryuken/version' Gem::Specification.new do |spec| spec.name = "exception_notification-shoryuken" spec.version = ExceptionNotification::Shoryuken::VERSION spec.authors = ["h3poteto"] spec.email = ["h3.poteto@gmail.com"] spec.summary = %q{exception_notification's plugin for shoryuken.} spec.description = %q{exception_notification's plugin for shoryuken.} spec.homepage = "https://github.com/h3poteto/exception_notification-shoryuken" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'exception_notification', "~> 4" spec.add_runtime_dependency 'shoryuken', "~> 2.0" spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_notification-shoryuken-0.1.2 | exception_notification-shoryuken.gemspec |