alerty-plugin-stackdriver 0.2.0 → 0.2.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: 2d3325464e2303f7f9ec6e0e05b6f9922810a76a
4
- data.tar.gz: 0060fe275b148594af890d102c6d5cacd0fe5145
3
+ metadata.gz: 55bb7f2a1d00715e5917cdfbdc3bda0402ea9294
4
+ data.tar.gz: a134d51e1c9bc5b6492f64758a06dad85de33552
5
5
  SHA512:
6
- metadata.gz: 8b3b20f61b128e0548c34a77d07a19bf8386f6668e32e5123f25ab856e75148ba7f59687946835a81c2293553c754aa8a020c02e69eb52327be19489e93ae26e
7
- data.tar.gz: c82203f2b3d37ecca7d580d5cc95af59a3ba6364cc66643a24061d53b886a014830755c50e4da392723f819566f2911ef4af5ec1319220a98bc72fd85841c9ca
6
+ metadata.gz: faba2dc7ba30da49545f6d0b2fd584bec7d9c0d628008720b852cf8628e6611e5e37319e7e8969429d257c39f3e81e9836bb0a9a6318d449d1cea6186184b2bc
7
+ data.tar.gz: 58e2d9510917e02a6a8ebda731447b04ba5fbbbe76698bba28d8977c63081228f14f51161018bd4c03505b7d43330c12851008d31b9de5c045712a4f8623d06a
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "alerty-plugin-stackdriver"
4
- spec.version = "0.2.0"
4
+ spec.version = "0.2.1"
5
5
  spec.authors = ["potato2003"]
6
6
  spec.email = ["potato2003@gmail.com"]
7
7
 
@@ -77,8 +77,12 @@ class Alerty
77
77
  },
78
78
  message: body,
79
79
  context: {
80
- functionName: record[:command],
81
- lineNumber: 0
80
+ user: ENV['USER'],
81
+ reportLocation: {
82
+ filePath: 'alerty',
83
+ lineNumber: 0,
84
+ functionName: record[:command]
85
+ }
82
86
  }
83
87
  }
84
88
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alerty-plugin-stackdriver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - potato2003