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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTM2NzRlMjZiMjllYmI3ZTJiNjhkY2E4Y2MzMzU3NDU2MjYxNmI5Ng==
4
+ OWE2ODc2YmIxMGQyNTJlNTUzY2Q1ZTgyNzI2ZjFhMTdhYmI2NTE1Mw==
5
5
  data.tar.gz: !binary |-
6
- MjI3Y2NlYTU1MGQwYzUzMTAwMGIxNGUyZGI2ODQ2Y2Y5MWI1YzM1ZA==
6
+ NTc0MDA0MzU0YTY5ODJjNmQwYzM1NGI2NDEzYjY0YmQwNDUxYTc2Nw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjA2YzZhNTk3MmU1MWRlYTdkYjQ5MTFmNmUwOTg1MmE0MDU5NDgwM2U5ZTI5
10
- ZDY5ODAyZTM1YTM5ZDAwYjk3Y2JhZGI3YzEwNDJmYTY3N2I4MjUwNTY0MDdk
11
- ZDJiOGQ4NjQ2NDRiMDkxY2QwNTRlN2M2MjY3ODIxNjdjNjhjYzk=
9
+ MmNiMzVmODUxNWE1YWJiNjUxY2IwNDRmZDM0Nzk5YzdjNzEwNzgxMzk2YjYx
10
+ ZGNlZTA1OWYzZWJhMDVkNmY1MDg0MDFjMzQ5NDRiN2FiZTA4NDdmZTNlNTZh
11
+ ZTE2NTAxNWIxZWFjZTg3MzQ1NDQzMTI5MGQ2MWFjZWJkZjhhM2E=
12
12
  data.tar.gz: !binary |-
13
- OWU1MjMzMzlhNmMyOTQ5YjI1YWI3Y2Y1NGFiNmE5OGU5N2ZjYTdmYzA1YzY2
14
- YzBkM2NiYmY0OTUzYzljZTEwNGJlZGMyNWU4MDU0MzY2MGZhYjI2M2I0M2Ew
15
- ZWEzYzYzZTk2NjMwMmY1ODkwZWU0NzBkNDQ1OGEwMzY0MTU3MTY=
13
+ YjVjMjhhZmFkMjNlYmY2MWYyYmI3MzRiNzhhYjg2YzI3Y2M3NjllMDI4NzFl
14
+ NTNiNTVjOWNjYjgzZjg0NjZiN2I0MTgwOGM2MTcxMmEzOTI3MTM0ZWVhMjli
15
+ YjBmM2IwZDgyMjMyYWI4NDZmM2VkNjIzMjA1YTY4NTYyNmRiNzQ=
data/UPGRADE.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.2.27
2
+
3
+ * add option to force update
4
+
5
+
1
6
  ## 0.2.26
2
7
 
3
8
  * QUGC-90 fix quandl login barfs on linux
@@ -220,7 +220,10 @@ class Base
220
220
  end
221
221
 
222
222
  def disable_in_gem!
223
- if Dir.exists?( File.join( Tasks.root, ".git") ) || File.exists?( File.join( Tasks.root, "Gemfile") )
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
@@ -1,5 +1,5 @@
1
1
  module Quandl
2
2
  module Command
3
- VERSION = '0.2.26'
3
+ VERSION = '0.2.27'
4
4
  end
5
5
  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.26
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-26 00:00:00.000000000 Z
11
+ date: 2014-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander