quandl_client 2.7.2 → 2.7.3
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/UPGRADE.md +6 -0
- data/VERSION +1 -1
- data/lib/quandl/client/models/superset.rb +8 -0
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.7.
|
|
1
|
+
2.7.3
|
|
@@ -26,6 +26,14 @@ class Quandl::Client::Superset < Quandl::Client::Base
|
|
|
26
26
|
@data ||= Quandl::Client::Dataset::Data.with_id(id)
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
+
def full_url
|
|
30
|
+
File.join(Quandl::Client::Base.url.gsub('api/', ''), full_code)
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def full_code
|
|
34
|
+
File.join(self.source_code.to_s, self.code.to_s)
|
|
35
|
+
end
|
|
36
|
+
|
|
29
37
|
protected
|
|
30
38
|
|
|
31
39
|
def column_codes_should_be_valid!
|
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
|
+
version: 2.7.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -296,7 +296,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
296
296
|
version: '0'
|
|
297
297
|
segments:
|
|
298
298
|
- 0
|
|
299
|
-
hash:
|
|
299
|
+
hash: 3264572042833184165
|
|
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:
|
|
308
|
+
hash: 3264572042833184165
|
|
309
309
|
requirements: []
|
|
310
310
|
rubyforge_project:
|
|
311
311
|
rubygems_version: 1.8.23
|