ncore 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb74f645a9005a54e5a3bedaa7fdfbd8b5b51a84
4
- data.tar.gz: dcd43c51806ca15fa68f0ba3baad9c3973a2fc0e
3
+ metadata.gz: c1b46dac84432c6aaf4177645020ca224a26c5d9
4
+ data.tar.gz: 9eebbdf2574524a55ea266710c14868f81dcc124
5
5
  SHA512:
6
- metadata.gz: a2c0db6acc9977609011051a1bb7afd2f4da11155e02dde9b0e49fb339ecd27920997df2d692c7b9c88235f5a05b5d23b9c96200579bdefeca58a709b55704d1
7
- data.tar.gz: 8b812f822dde0db851bcdf2b67422a3c86929442c8a0e2619d8d62e69c2617487b72a54de0c61dfb91608cbcae0db21c49d2f7a4d09ac19000e6af3192b2098d
6
+ metadata.gz: c24d57a30598c34bb0759a85fb88df92294692f71412fce09f7dcd6ed147d0ba20c200ea4a12f526de6fdf44d50531dc3decf422d688d9cdd0a1f372bbd8e921
7
+ data.tar.gz: 626f9ccfc21c8ff9414f6c41a5fd46438d566c46bdbaa09218dc5251c386712c403fd837ca349a5e0f019e201b611f904f4b7936709fc9a547ac1d2e50d12327
@@ -1,14 +1,22 @@
1
+ #### 2.0.5
2
+
3
+ - Fix handling of missing detailed error messages
4
+
1
5
  #### 2.0.4
6
+
2
7
  - Better handle network error
3
8
 
4
9
  #### 2.0.3
10
+
5
11
  - Fix incorrect dependency on MultiJson
6
12
 
7
13
  #### 2.0.2
14
+
8
15
  - Resource.new now handles credentials: {} as part of attribute hash
9
16
  Brings parity with other resource methods
10
17
 
11
18
  #### 2.0.1
19
+
12
20
  - Add .bulk_delete and bulk_delete!
13
21
  - Handle 215 response code
14
22
  - Better handle network error
@@ -261,6 +261,7 @@ module NCore
261
261
  errors = errors.values.flatten
262
262
  metadata, json = json, {}
263
263
  else
264
+ errors = []
264
265
  if json[:collection]
265
266
  data = json.delete :collection
266
267
  metadata, json = json, data
@@ -1,3 +1,3 @@
1
1
  module NCore
2
- VERSION = '2.0.4'
2
+ VERSION = '2.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Notioneer Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-27 00:00:00.000000000 Z
11
+ date: 2017-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.4.8
142
+ rubygems_version: 2.6.10
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: NCore - Gem for building REST API clients