exception_notification_more_info 1.0.0 → 1.0.1

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: c9bb964a3e4393ffc48e677a988b17bad7ea9691
4
- data.tar.gz: 0c736353aa1f91a04de2ec5df8c0d9e215b12fa9
3
+ metadata.gz: 31e1f2e3a6040f4d3d72c7c8e17007f5ebe3a01b
4
+ data.tar.gz: 4ab49e0c7c57d32c348ccae2ef4f5fd477b81dad
5
5
  SHA512:
6
- metadata.gz: 87ea24fd75ec83dc859676ebb3f8caa7b1ec5c32bc9f6064d6eefbe30aaaf82d2f2eb994cf58326727df86dde68a05ed175789f5f1506b6ecd4a0e536f472185
7
- data.tar.gz: 20ccff4250e9a799a0ec76254ecbd372bb056c6838270e719581e03059c48e4495e0791dc96f72232640d1a04f3ffabd06332987de0686cbb31911c3d45edfb3
6
+ metadata.gz: 1d8d9106437bdbea9649f4607a5168fd69a2d3556269f093d50cd601ca51d759f590878e1186e1532ce96e551e67cc26c52c4c42d69b20ba69f103b13835545e
7
+ data.tar.gz: 1125e490436909ba79c6dc3e4bc12bef7d775b00463e4c242528929c56cd3c5158fa78dd40959672b1827739250c92c18f94741f20e57570417fc500afea8190
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'exception_notification_more_info'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.authors = ["Jamis Buck", "Josh Peek", "Hyunjae Park"]
5
5
  s.summary = "Exception notification for Rails apps(+ More Info!)"
6
- s.homepage = "https://smartinez87.github.io/exception_notification/"
6
+ s.homepage = "https://github.com/devhyunjae/exception_notification/"
7
7
  s.email = "dev.hyunjae.park@gmail.com"
8
8
  s.license = "MIT"
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_notification_more_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -336,7 +336,7 @@ files:
336
336
  - test/exception_notifier/webhook_notifier_test.rb
337
337
  - test/exception_notifier_test.rb
338
338
  - test/test_helper.rb
339
- homepage: https://smartinez87.github.io/exception_notification/
339
+ homepage: https://github.com/devhyunjae/exception_notification/
340
340
  licenses:
341
341
  - MIT
342
342
  metadata: {}