asana_exception_notifier 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 160ac28f2936c9a035695f2cc4c00b1a2743518e
4
- data.tar.gz: 3c66bd87b095f4dca339c29541062153b2e276f4
3
+ metadata.gz: 26a4963df2fedaa47495a14337cbb79a4deb632a
4
+ data.tar.gz: 0a2839dd8fab800fb2fd33f365a1c0c910e8f519
5
5
  SHA512:
6
- metadata.gz: bd020c83db37fa3b6bc42a6b5664cdfb1a42b99c101c75926410ff2b11ffd56c2a4869b652198d5f005c58d77e77dd18e0560242bd38e52c4af471bf6aa93f5e
7
- data.tar.gz: 15c2e129c2c86f1948c6fb37639ab644d968795c2b9f30a5055d0ec7baa545814039f00a56e8b5dae0033d27c752b09337813b643414cf9e808a5648cb60ca7f
6
+ metadata.gz: d68837acda0f936813c94c873bbdcf16f4cd1c033aee92545daeddfc7617340e4232ccc6baea919d873f60902b7ae8057186dcc184074c775ba1a02fbfc80043
7
+ data.tar.gz: cc7f630304a094a868a35a9d06ccf0914b45487e226ea20bfc5c845b04f50d04eaeec85dc797abb3d607b0d7a394c976fe37166776371512672ce9d18d1597cc
@@ -15,7 +15,7 @@ PID: <%= process %>
15
15
  PWD: <%= pwd %>
16
16
  Uname: <%= uname %>
17
17
  Server: <%= server %>
18
- Error time: <%= timestamp %>
18
+ Error time: <%= timestamp %>
19
19
  <% if request_data[:user_agent].present? %>
20
- User Agent: <%= request_data[:user_agent] %>
20
+ User Agent: <%= request_data[:user_agent] %>
21
21
  <% end %>
@@ -17,7 +17,7 @@ module AsanaExceptionNotifier
17
17
  # minor release version
18
18
  MINOR = 0
19
19
  # tiny release version
20
- TINY = 2
20
+ TINY = 3
21
21
  # prelease version ( set this only if it is a prelease)
22
22
  PRE = nil
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asana_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada