api-client 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.5.1
4
+
5
+ * Fixed Error Setter for erros from an external API.
6
+
7
+
3
8
  ## v1.5.0
4
9
 
5
10
  * Handler of arrays as response.
@@ -67,4 +72,4 @@
67
72
  ## v0.0.1
68
73
 
69
74
  * get method added.
70
- * handler for response code 404 added.
75
+ * handler for response code 404 added.
@@ -9,7 +9,6 @@ class ApiClient::Errors < ActiveModel::Errors
9
9
  errors.each do |key, value|
10
10
  self.set(key, value)
11
11
  end
12
- self
13
12
  end
14
13
 
15
14
  # Create a hash of attributes with unique validation error messages.
@@ -1,5 +1,5 @@
1
1
  # High Level Namespace of the library ApiClient.
2
2
  module ApiClient
3
3
  # Version of the library.
4
- VERSION = "1.5.1"
4
+ VERSION = "1.5.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  segments:
162
162
  - 0
163
- hash: -3101266763150892507
163
+ hash: -575002660403185230
164
164
  required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  none: false
166
166
  requirements:
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  version: '0'
170
170
  segments:
171
171
  - 0
172
- hash: -3101266763150892507
172
+ hash: -575002660403185230
173
173
  requirements: []
174
174
  rubyforge_project:
175
175
  rubygems_version: 1.8.24