quandl_client 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Client
29
29
  end
30
30
 
31
31
  def rest_url
32
- @rest_url ||= 'http://www.quandl.com/api/'
32
+ @rest_url ||= "http://www.quandl.com/api/#{API_VERSION}/"
33
33
  end
34
34
 
35
35
  def rest_url=(url)
@@ -1,6 +1,6 @@
1
1
  module Quandl
2
2
  module Client
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: