zuora_connect 2.0.32 → 2.0.33

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
  SHA256:
3
- metadata.gz: 935b69f5db037f12613d00742bdbff89ebe6b2e412a15144abe9df3a5523a86b
4
- data.tar.gz: 584df5dda94a7b1401fae7f7928edfad7787aad46bef34a16a649919b9a9d151
3
+ metadata.gz: eacbe7353c9a554c594e45e5b866c96bceb77fc9cdbc8becb9604663d77025b2
4
+ data.tar.gz: b610930e37ca14598bb1a945720ebfaacfbd0cf6267e8ec3156c6cdb49ff83e1
5
5
  SHA512:
6
- metadata.gz: 4d0bb0a6e44d720c8e835a71c54cd74e03c282504088c7672a71ca868a82185d0aac5adf658a049d97040621225cd8def662d712a84ea28f802728184eaab7ba
7
- data.tar.gz: 149ceb2eb52f955054e54c4ffe4ef6cd81e0026eab0bc9da5780072675c739640f604c36fe3fa9a75d27a8a181758ef0fe0f70994ddc89d1970cbb7c7a5f235e
6
+ metadata.gz: 832b93e085fc7e5e50df543cd67d845564d796e95041506a23e30e2a4ba91c245e0561d409f7053f52c3d75a4576615a5c6c6efb867df7acdc4ea79e5b92e644
7
+ data.tar.gz: 07352ca00153952db38286e978fb962da6d72bc5a0d38bcf3a2fbdbc05711ef3d76f46129be72239c674df8c17a8bc72d3e4cf12b79d0ee1e620400d379e7ad5
@@ -23,6 +23,8 @@ module ZuoraConnect
23
23
  Aws::Sigv4::Errors::MissingCredentialsError,
24
24
  Aws::Errors::MissingCredentialsError,
25
25
  Aws::S3::Errors::AccessDenied,
26
+ Aws::SES::Errors::AccessDenied,
27
+ Aws::KMS::Errors::AccessDeniedException
26
28
  ].freeze
27
29
  AWS_AUTH_ERRORS_MSG = "AWS Auth Errors".freeze
28
30
 
@@ -150,13 +150,13 @@ module ZuoraConnect
150
150
  render "zuora_connect/static/error_handled", :locals => {
151
151
  :title => "Application State Error",
152
152
  :message => ex.message
153
- }, status: 401
153
+ }, status: 401, layout: false
154
154
  }
155
155
  format.js {
156
156
  render "zuora_connect/static/error_handled", :locals => {
157
157
  :title => "Application State Error",
158
158
  :message => ex.message
159
- }, status: 401
159
+ }, status: 401, layout: false
160
160
  }
161
161
  format.json { render json: {'errors' => ex.message}, status: 401 }
162
162
  format.all { render json: ex.message, status: 401 }
@@ -190,13 +190,13 @@ module ZuoraConnect
190
190
  render "zuora_connect/static/error_handled", :locals => {
191
191
  :title => "Unauthorized",
192
192
  :message => "User is not an authorized admin for this application"
193
- }, status: 401
193
+ }, status: 401, :layout => false
194
194
  }
195
195
  format.js {
196
196
  render "zuora_connect/static/error_handled", :locals => {
197
197
  :title => "Unauthorized",
198
198
  :message => "User is not an authorized admin for this application"
199
- }, status: 401
199
+ }, status: 401, :layout => false
200
200
  }
201
201
  format.json { render json: {'errors' => ex.message}, status: 401 }
202
202
  format.all { render json: ex.message, status: 401 }
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.32"
2
+ VERSION = "2.0.33"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.32
4
+ version: 2.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-14 00:00:00.000000000 Z
11
+ date: 2020-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment