quandl_client 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,13 @@ module Properties
12
12
 
13
13
  before_save :halt_unless_valid!
14
14
 
15
+ def valid_with_server?
16
+ r = valid_without_server?
17
+ r = self.attributes[:errors].blank? if r == true
18
+ r
19
+ end
20
+ alias_method_chain :valid?, :server
21
+
15
22
  def error_messages
16
23
  valid?
17
24
  m = errors.messages || {}
@@ -1,6 +1,6 @@
1
1
  module Quandl
2
2
  module Client
3
- VERSION = '0.0.7'
3
+ VERSION = '0.0.8'
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: