quandl_client 2.7.6 → 2.7.7
Sign up to get free protection for your applications and to get access to all the features.
- data/UPGRADE.md +6 -0
- data/VERSION +1 -1
- data/lib/quandl/client/models/dataset.rb +2 -2
- metadata +3 -3
data/UPGRADE.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.7.
|
1
|
+
2.7.7
|
@@ -168,8 +168,8 @@ class Quandl::Client::Dataset < Quandl::Client::Base
|
|
168
168
|
|
169
169
|
def source_code_should_exist!
|
170
170
|
if source_code.present?
|
171
|
-
Source.cached[source_code] = Source.find(source_code) unless Source.cached.has_key?(source_code)
|
172
|
-
source = Source.cached[source_code]
|
171
|
+
Quandl::Client::Source.cached[source_code] = Quandl::Client::Source.find(source_code) unless Quandl::Client::Source.cached.has_key?(source_code)
|
172
|
+
source = Quandl::Client::Source.cached[source_code]
|
173
173
|
self.errors.add( :source_code, "Could not find a source with the source_code '#{source_code}'" ) if source.blank? || source.code.blank?
|
174
174
|
return false
|
175
175
|
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.
|
4
|
+
version: 2.7.7
|
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: -4100861617738522878
|
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: -4100861617738522878
|
309
309
|
requirements: []
|
310
310
|
rubyforge_project:
|
311
311
|
rubygems_version: 1.8.23
|