quandl_client 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -27,7 +27,8 @@ end
27
27
 
28
28
  require 'quandl/utility/rake_tasks'
29
29
  Quandl::Utility::Tasks.configure do |c|
30
- c.name = 'quandl_client'
30
+ c.name = 'quandl'
31
+ c.tag_prefix = 'v'
31
32
  c.version_path = 'VERSION'
32
33
  c.changelog_path = 'UPGRADE.md'
33
34
  c.changelog_matching = ['^QUGC','^WIKI']
data/UPGRADE.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2.7.1
2
+
3
+
4
+
5
+
6
+
1
7
  ## 2.7.0
2
8
 
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.7.0
1
+ 2.7.1
@@ -10,6 +10,10 @@ class Quandl::Client::Superset < Quandl::Client::Base
10
10
  validates :column_codes, presence: true
11
11
  validate :column_codes_should_be_valid!
12
12
 
13
+ def self.example
14
+ self.new( code: "EXAMPLE", name: "Superset Name", description: "Superset description", column_codes: ['SOURCE.DATASET.1'], column_names: ['Column Name'] )
15
+ end
16
+
13
17
  def data
14
18
  @data ||= Quandl::Client::Dataset::Data.with_id(id)
15
19
  end
@@ -23,7 +23,6 @@ describe Dataset do
23
23
  its(:status){ should eq 401 }
24
24
 
25
25
  its(:request_started_at){ should be_a Time }
26
- its(:request_finished_at){ should eq nil }
27
26
 
28
27
  after(:all){ Quandl::Client.token = ENV['QUANDL_AUTH_TOKEN'] }
29
28
  end
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.0
4
+ version: 2.7.1
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-03-28 00:00:00.000000000 Z
12
+ date: 2014-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: quandl_data
@@ -296,7 +296,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
296
296
  version: '0'
297
297
  segments:
298
298
  - 0
299
- hash: 1086237193611827581
299
+ hash: -507232308785809062
300
300
  required_rubygems_version: !ruby/object:Gem::Requirement
301
301
  none: false
302
302
  requirements:
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
305
  version: '0'
306
306
  segments:
307
307
  - 0
308
- hash: 1086237193611827581
308
+ hash: -507232308785809062
309
309
  requirements: []
310
310
  rubyforge_project:
311
311
  rubygems_version: 1.8.23