RubyGems
npm
Organizations
Log in
Sign up
RubyGems
quandl_client
Versions diffs
0.1.12 → 0.1.13
quandl_client 0.1.12 → 0.1.13
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/quandl/client/concerns/properties.rb
+1
-1
data/lib/quandl/client/version.rb
+1
-1
metadata
+1
-1
data/lib/quandl/client/concerns/properties.rb
CHANGED
Viewed
@@ -39,7 +39,7 @@ module Properties
39
39
end
40
40
41
41
def saved?
42
-
status >=
201
&& status <=
206
42
+
status >=
200
&& status <=
210
43
43
end
44
44
45
45
def status
data/lib/quandl/client/version.rb
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
module Quandl
2
2
module Client
3
-
VERSION = '0.1.
12
'
3
+
VERSION = '0.1.
13
'
4
4
API_VERSION = 'v1'
5
5
6
6
class << self
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: quandl_client
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.1.
12
4
+
version: 0.1.
13
5
5
prerelease:
6
6
platform: ruby
7
7
authors: