quandl_client 2.7.4 → 2.7.5

Sign up to get free protection for your applications and to get access to all the features.
data/UPGRADE.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.7.5
2
+ add 'at' option for scraper scheduling
3
+
1
4
  ## 2.7.4
2
5
  full url bug fixed when "api" has no / at the end
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.7.4
1
+ 2.7.5
@@ -3,7 +3,7 @@ module Client
3
3
 
4
4
  class Scraper < Quandl::Client::Base
5
5
 
6
- attributes :id, :name, :scraper, :scraper_url, :git_url, :git_reference, :created_at, :updated_at, :type
6
+ attributes :id, :name, :scraper, :scraper_url, :git_url, :git_reference, :created_at, :updated_at, :type, :schedule_at
7
7
 
8
8
  validates :name, presence: true
9
9
 
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: 2.7.4
4
+ version: 2.7.5
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: 2014-04-15 00:00:00.000000000 Z
12
+ date: 2014-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: quandl_data