quaderno 2.1.1 → 2.1.2
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 +4 -4
- data/README.md +1 -1
- data/changelog.md +2 -0
- data/lib/quaderno-ruby/exceptions/exceptions.rb +1 -1
- data/lib/quaderno-ruby/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5785e9a03af0c0ffa3eb2d52fc0586e8fa866c9da75170619a0a53755f2d2623
|
|
4
|
+
data.tar.gz: b45c9dbb82dc07b655dc3a8a3bb9a636fad5d1e3d5b1e15382fdeb4290c84357
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fae563254f44fbd6a1128916bbc79d134b312a0945ad97b727b064140900e7d336499836b7eafd6f103d2a3b0cce5be5c410eb1e72043dfbea3b3eb7ec1bfdbb
|
|
7
|
+
data.tar.gz: fe5a981e7e7a2c3f48df1b83c0f9bf1cc87db36044d45cd998b2167940cc5401534750145617baa82fafc27b4511061a5468897cf9adfc7ee6ff5528068ab97f
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Quaderno-ruby is a ruby wrapper for [Quaderno API] (https://github.com/quaderno/quaderno-api).
|
|
4
4
|
|
|
5
|
-
Current version is 2.1.
|
|
5
|
+
Current version is 2.1.2 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
|
|
6
6
|
|
|
7
7
|
## Installation & Configuration
|
|
8
8
|
|
data/changelog.md
CHANGED
|
@@ -54,7 +54,7 @@ module Quaderno::Exceptions
|
|
|
54
54
|
raise_exception(Quaderno::Exceptions::HasAssociatedDocuments, party_response.body, party_response) if party_response.response.class == Net::HTTPClientError
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
raise_exception(Quaderno::Exceptions::ServerError, 'Server error',
|
|
57
|
+
raise_exception(Quaderno::Exceptions::ServerError, 'Server error', party_response) if party_response.response.is_a?(Net::HTTPServerError)
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
def raise_exception(klass, message, response)
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quaderno
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Recrea
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2018-05-07 00:00:00.000000000 Z
|
|
@@ -173,7 +173,7 @@ homepage: http://github.com/quaderno/quaderno-ruby
|
|
|
173
173
|
licenses:
|
|
174
174
|
- MIT
|
|
175
175
|
metadata: {}
|
|
176
|
-
post_install_message:
|
|
176
|
+
post_install_message:
|
|
177
177
|
rdoc_options: []
|
|
178
178
|
require_paths:
|
|
179
179
|
- lib
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
191
|
rubygems_version: 3.1.6
|
|
192
|
-
signing_key:
|
|
192
|
+
signing_key:
|
|
193
193
|
specification_version: 4
|
|
194
194
|
summary: Ruby wrapper for the Quaderno API (https://quaderno.io/docs/api)
|
|
195
195
|
test_files: []
|