quandl 0.2.26 → 0.2.27
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.
- checksums.yaml +8 -8
- data/UPGRADE.md +5 -0
- data/lib/quandl/command/tasks/base.rb +4 -1
- data/lib/quandl/command/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OWE2ODc2YmIxMGQyNTJlNTUzY2Q1ZTgyNzI2ZjFhMTdhYmI2NTE1Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NTc0MDA0MzU0YTY5ODJjNmQwYzM1NGI2NDEzYjY0YmQwNDUxYTc2Nw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmNiMzVmODUxNWE1YWJiNjUxY2IwNDRmZDM0Nzk5YzdjNzEwNzgxMzk2YjYx
|
10
|
+
ZGNlZTA1OWYzZWJhMDVkNmY1MDg0MDFjMzQ5NDRiN2FiZTA4NDdmZTNlNTZh
|
11
|
+
ZTE2NTAxNWIxZWFjZTg3MzQ1NDQzMTI5MGQ2MWFjZWJkZjhhM2E=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjVjMjhhZmFkMjNlYmY2MWYyYmI3MzRiNzhhYjg2YzI3Y2M3NjllMDI4NzFl
|
14
|
+
NTNiNTVjOWNjYjgzZjg0NjZiN2I0MTgwOGM2MTcxMmEzOTI3MTM0ZWVhMjli
|
15
|
+
YjBmM2IwZDgyMjMyYWI4NDZmM2VkNjIzMjA1YTY4NTYyNmRiNzQ=
|
data/UPGRADE.md
CHANGED
@@ -220,7 +220,10 @@ class Base
|
|
220
220
|
end
|
221
221
|
|
222
222
|
def disable_in_gem!
|
223
|
-
if
|
223
|
+
if force_yes?
|
224
|
+
info("You have forced update!")
|
225
|
+
true
|
226
|
+
elsif Dir.exists?( File.join( Tasks.root, ".git") ) || File.exists?( File.join( Tasks.root, "Gemfile") )
|
224
227
|
fatal("#{self.class.command_name} is only permitted when installed as a package! http://quandl.com/help/toolbelt")
|
225
228
|
false
|
226
229
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quandl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Blake Hilscher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|