Sha256: d022fe07eeaf5dd1327c7aad0871bf8d6eaf3bf1213b0a9a83d7e490d1048d81
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'exception_notification/pushbullet/version' Gem::Specification.new do |spec| spec.name = "exception_notification-pushbullet" spec.version = ExceptionNotification::Pushbullet::VERSION spec.authors = ["Yuji Yaginuma"] spec.email = ["yuuji.yaginuma@gmail.com"] spec.summary = %q{Exception notification for Pushbullet} spec.homepage = "https://github.com/y-yagi/exception_notification-pushbullet" 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_dependency 'exception_notification' spec.add_dependency 'ruby-pushbullet' spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" spec.add_development_dependency "webmock" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exception_notification-pushbullet-0.1.1 | exception_notification-pushbullet.gemspec |
exception_notification-pushbullet-0.1.0 | exception_notification-pushbullet.gemspec |