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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2a54020a3dc74c8a5e2404f97a769d1543a50fefe6ecb96525b9e9813dbf3c9
4
- data.tar.gz: 266177a86d010c6ab328415ad48922c38114aff87c75d5033af90518eead03da
3
+ metadata.gz: 5785e9a03af0c0ffa3eb2d52fc0586e8fa866c9da75170619a0a53755f2d2623
4
+ data.tar.gz: b45c9dbb82dc07b655dc3a8a3bb9a636fad5d1e3d5b1e15382fdeb4290c84357
5
5
  SHA512:
6
- metadata.gz: 59597e1a56992dd3c1175dff0d3b6d7321870b04e990900a573945b10f827907d74ae89c6da565dd6ac18d6ed46f3e07af72533d5fdb23063194e0321e0e0a1e
7
- data.tar.gz: 9ed734de5dd0490047b61dfe0f0a644dc071c1f0cd5bcf9ff3a51dd876990aa1966710b5c354f18ebe98170410af7d9bc9a1f6032e949bca0245599f9e1d3c79
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.1 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
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
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.2
4
+ * Fixed a reference to non-existent variable by [**@fwitzke**](https://github.com/fwitzke)
3
5
  ## 2.1.1
4
6
  * Added assign operator to the user_agent_header
5
7
 
@@ -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', response) if party_response.response.is_a?(Net::HTTPServerError)
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)
@@ -1,3 +1,3 @@
1
1
  class Quaderno
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
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.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: []