quandl_client 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,6 +16,8 @@ gem 'quandl_client'
16
16
  require 'quandl/client'
17
17
 
18
18
  Quandl::Client.use 'http://localhost:3000/api/'
19
+ Quandl::Client.token = ENV['QUANDL_AUTH_TOKEN']
20
+
19
21
 
20
22
  ```
21
23
 
data/UPGRADE.md CHANGED
@@ -1,3 +1,3 @@
1
- ## 0.1
1
+ ## 0.1.10
2
2
 
3
- Initial
3
+ * Add Dataset#availability_delay
@@ -49,7 +49,7 @@ class Dataset
49
49
  :description, :updated_at, :frequency,
50
50
  :from_date, :to_date, :column_names, :private, :type,
51
51
  :display_url, :column_spec, :import_spec, :import_url,
52
- :locations_attributes, :data
52
+ :locations_attributes, :data, :availability_delay
53
53
 
54
54
  before_save :ensure_data_is_csv
55
55
 
@@ -1,6 +1,6 @@
1
1
  module Quandl
2
2
  module Client
3
- VERSION = '0.1.9'
3
+ VERSION = '0.1.10'
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.1.9
4
+ version: 0.1.10
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-08-06 00:00:00.000000000 Z
12
+ date: 2013-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake