exception_notification-hato_notifier 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e824b33badd0d8c2288c010028e7dc3a0ba7e5e6
|
4
|
+
data.tar.gz: ff6cb63feda0bfbd5223c8fac90c359f591fdfe1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f76d4dc9b7d4ca56e7cd3811763dd213c73000caa90176353ed0a4e1977e1137ab747468a6bf9b63c8dd8a96289086e331ced6399a796ce8496f4dcb170848a5
|
7
|
+
data.tar.gz: a6c967265e34ec7f88205085f7a19abf0e2af44d324826e55a78153284af60bd09009516e44dc46c43f1adea29f40c2dac0d4fe5ba6fa4bda3881b7a1eb5a560
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'exception_notifier/hato_notifier'
|
data/spec/spec_helper.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
require_relative '../lib/
|
1
|
+
require_relative '../lib/exception_notification/hato_notifier'
|
2
2
|
require 'webmock/rspec'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exception_notification-hato_notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kentaro Kuribayashi
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- example/config.ru
|
86
86
|
- example/hato_config.rb
|
87
87
|
- exception_notification-hato_nitifier.gemspec
|
88
|
+
- lib/exception_notification/hato_notifier.rb
|
88
89
|
- lib/exception_notifier/hato_notifier.rb
|
89
90
|
- lib/exception_notifier/hato_notifier/version.rb
|
90
91
|
- spec/lib/exception_notifier/hato_notifier_spec.rb
|