asana_exception_notifier 2.0.2 → 2.1.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79637615b57f9430cb83064e9adc55b220703750
|
|
4
|
+
data.tar.gz: a048abc5ea508e155139202e8f11034fe8dfa0b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93bb78e1a6c7f7f2cde4faad498fa7f4b15900e0b06b8c9c2fe086f2b36c6026f89ba1155ecb50b733db195bf023e65d686d2fe31ad6a46d71509e7d9bec1752
|
|
7
|
+
data.tar.gz: 6e5dc6698c4d416387de435631d8d65307273e21393bfa69c9cab98ebc3f8472feea9d960ebb19386b383eca3367ecb3b32a0008d569c9a220ee25f5f05e49c0
|
|
@@ -14,6 +14,7 @@ module AsanaExceptionNotifier
|
|
|
14
14
|
UNSAFE_OPTIONS = %w(
|
|
15
15
|
password password_confirmation new_password new_password_confirmation
|
|
16
16
|
old_password email_address email authenticity_token utf8
|
|
17
|
+
client_secret code authentication_token access_token refresh_token token
|
|
17
18
|
).freeze
|
|
18
19
|
|
|
19
20
|
# The arguments that will be filtered
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asana_exception_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bogdanRada
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -462,7 +462,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
462
462
|
version: '2.4'
|
|
463
463
|
requirements: []
|
|
464
464
|
rubyforge_project:
|
|
465
|
-
rubygems_version: 2.
|
|
465
|
+
rubygems_version: 2.4.8
|
|
466
466
|
signing_key:
|
|
467
467
|
specification_version: 4
|
|
468
468
|
summary: Simple ruby implementation to send notifications to Asana when a exception
|
|
@@ -474,4 +474,3 @@ test_files:
|
|
|
474
474
|
- spec/manual_tests/subscribers/metrics.rb
|
|
475
475
|
- spec/manual_tests/test_notification.rb
|
|
476
476
|
- spec/spec_helper.rb
|
|
477
|
-
has_rdoc:
|