quandl_client 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,8 @@ module Properties
14
14
 
15
15
  def error_messages
16
16
  valid?
17
- m = errors.messages.to_h || {}
18
- e = self.attributes[:errors].to_h || {}
17
+ m = errors.messages || {}
18
+ e = self.attributes[:errors] || {}
19
19
  m.deep_merge(e)
20
20
  end
21
21
 
@@ -1,6 +1,6 @@
1
1
  module Quandl
2
2
  module Client
3
- VERSION = '0.0.6'
3
+ VERSION = '0.0.7'
4
4
  API_VERSION = 'v1'
5
5
 
6
6
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quandl_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-21 00:00:00.000000000 Z
12
+ date: 2013-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake