quandl_client 2.10.1 → 2.10.2
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 +1 -6
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.10.
|
1
|
+
2.10.2
|
@@ -52,11 +52,6 @@ class Quandl::Client::Dataset < Quandl::Client::Base
|
|
52
52
|
@source ||= Quandl::Client::Source.find(self.source_code)
|
53
53
|
end
|
54
54
|
|
55
|
-
###############
|
56
|
-
# VALIDATIONS #
|
57
|
-
###############
|
58
|
-
|
59
|
-
|
60
55
|
##############
|
61
56
|
# PROPERTIES #
|
62
57
|
##############
|
@@ -65,7 +60,7 @@ class Quandl::Client::Dataset < Quandl::Client::Base
|
|
65
60
|
:description, :updated_at, :frequency,
|
66
61
|
:from_date, :to_date, :column_names, :private, :type,
|
67
62
|
:display_url, :column_spec, :import_spec, :import_url,
|
68
|
-
:locations_attributes, :availability_delay, :refreshed_at
|
63
|
+
:locations_attributes, :availability_delay, :refreshed_at, :access
|
69
64
|
|
70
65
|
alias_method :locations, :locations_attributes
|
71
66
|
alias_method :locations=, :locations_attributes=
|
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.10.
|
4
|
+
version: 2.10.2
|
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-06-
|
12
|
+
date: 2014-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: quandl_data
|
@@ -297,7 +297,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
297
297
|
version: '0'
|
298
298
|
segments:
|
299
299
|
- 0
|
300
|
-
hash:
|
300
|
+
hash: 4163687138376080606
|
301
301
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
302
302
|
none: false
|
303
303
|
requirements:
|
@@ -306,7 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
306
306
|
version: '0'
|
307
307
|
segments:
|
308
308
|
- 0
|
309
|
-
hash:
|
309
|
+
hash: 4163687138376080606
|
310
310
|
requirements: []
|
311
311
|
rubyforge_project:
|
312
312
|
rubygems_version: 1.8.23
|