ncore 2.0.2 → 2.0.3

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: 328192d41c91c81ca27862617e2007ee453cf09c
4
- data.tar.gz: 901041a425738943590e5c6376e2a7c523c2d007
3
+ metadata.gz: 4441c9e7ba667633a196a781361ce85e8b07934c
4
+ data.tar.gz: e4d0467cf4e209603ce1abfc0392e8b021f5cd95
5
5
  SHA512:
6
- metadata.gz: 0afd5c4317a4f28759248b22bc06f7c03c249260b92c5ccb7377f8353dec6b5fb661203f240bbe3d8adf32c8f9c83b75c9b057fb9a6b04fe28d51708e8e321ff
7
- data.tar.gz: 0e790226e5ba8dd3c7640fb60badc406a563bf6924f3ec6078af0d77d727afe224d1cb6f95ab78e002c49bc8bc026ee211fc1dee7a710821b4fe91693d7b8d05
6
+ metadata.gz: 0068a362c54031b269344f918ea54584dc15e17ea6674197c9e987a77c8866f1cb8c83325c136af730285594ee8f801b038c8a0e7ef6ddb71e6e4fc9de008482
7
+ data.tar.gz: 9a46b176fb7585a1afbcbfbac62faf7d96beaf46e8a2e4eaa9a68312d9725448d9eddffa0d030260d0c7582b36cfed1c4545a9404c6524fc007dffa44a5f9220
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ #### 2.0.3
2
+ - Fix incorrect dependency on MultiJson
3
+
1
4
  #### 2.0.2
2
5
  - Resource.new now handles credentials: {} as part of attribute hash
3
6
  Brings parity with other resource methods
data/lib/ncore.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  require 'active_support/all'
2
2
  require 'excon'
3
- require 'multi_json'
4
3
  require 'pp'
5
4
 
6
5
  %w(version builder configuration associations attributes client collection exceptions identity lifecycle util base singleton_base).each do |f|
data/lib/ncore/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module NCore
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
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.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Notioneer Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-27 00:00:00.000000000 Z
11
+ date: 2016-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport