quandl 0.3.6 → 0.3.7

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
- N2NjNmZlMWQwNGM3ZDFiM2UwM2YwOGYxYTg4Mzk4ZjJkODQ0NzAzZA==
4
+ ZDJmODE5YjMxZDJlNjFiNTZiN2I0NmVhMGYzMTIwZjU2YWFjZDIyYQ==
5
5
  data.tar.gz: !binary |-
6
- MGM4MTU5Y2Q1ZWQyZWY4NDc4YTZkMTY0ZjMzMGUyZDAxZjM3ZDJjYw==
6
+ NDEwZmVhNGQ2YWE1YmYwYzM5ODZhY2I5MDI4N2Y5YjU1MmMyOWU0Mw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MzM4NjBiMWRiMThmNGQxNmUxMDE2YTM4Njg3OTFjYmExMWRjODFkMDBhMTIy
10
- ODQ3OWExM2I2YzkwYzFiMDQ1NThmNmMyNDYzN2Q0Y2RhZWU3ZmRhMTVlN2I5
11
- ZmI3MjJjNTUzNzc5ZTgzM2U1ZDQwN2Q4OWIwYjgwNDUyNGNmODE=
9
+ ZDE4YjcyM2Y0MTExMDE1MTYzZmY5ZDE1YzAzMTU1NmNhNzY0YTdiMmUwZjdj
10
+ NzhiMjVjYmI4MWY5YzU5Y2U1NjE1MzRlZDU3ZDc5NmIwNDRlZTczNWQ4ODE5
11
+ ODBlMDg1MzYzM2EyYmFlMzA5NmIzN2M5ZDJiZDNjOTUyZGI1YWE=
12
12
  data.tar.gz: !binary |-
13
- MTZlZjQyMTAzMzFkYmI5ZDQyNWY0MWQ4M2M2YjE2MWRlYTk4MTA3YTIzZDc1
14
- ZWQ1NTk4YzllMDU1Y2I4M2EzODY2NzVhMzk3YmFhMDRmMGU0NTRmNjdhZTQz
15
- MTA4NDU3NzQwODRjYWMyNzIyMWYxMzkxYjY3OGIzNjRiYzliZTA=
13
+ YWYzYTViMWEzZjIxMTMzYzJhOWJjMDY3NDQ3NjdlYzhkMzAxMGJmZGFiNTkw
14
+ MGRmM2Y3ODk4NzZlYjJiNDA0YmM4MzM5ODU2MTUwMTc0MWZiMTI0MDBiNjEw
15
+ ZWZjNWNhN2UxN2ZiYzhmZWYwYjQxYTI5YzEzYjFkNTdjYTNmMTg=
data/UPGRADE.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.3.7
2
+
3
+ * add production flag
4
+
5
+
6
+
1
7
  ## 0.3.6
2
8
 
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
1
+ 0.3.7
@@ -38,6 +38,7 @@ module Quandl::Command
38
38
  global_option '--stdout STRING', 'where to redirect stdout'
39
39
  global_option '--stderr STRING', 'where to redirect stderr'
40
40
  global_option '--force-yes', 'force y/n with yes'
41
+ global_option '--production', 'skip extra output'
41
42
 
42
43
  Tasks.each{|t| t.configure(self) }
43
44
 
@@ -13,6 +13,9 @@ module Updatable
13
13
  end
14
14
 
15
15
  def check_for_update_once_daily
16
+ # short circuit
17
+ return if options.production
18
+ # onwards
16
19
  check_time = config.last_checked_for_update
17
20
  # check time present?
18
21
  if check_time.present? && check_time.is_a?(Time)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quandl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hilscher