Commit e11497b3 authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

fix errata an updgrade version

parent 9ce515f2
...@@ -64,7 +64,7 @@ module Wedoops ...@@ -64,7 +64,7 @@ module Wedoops
date=Date.parse(date).strftime("%Y%m%d") date=Date.parse(date).strftime("%Y%m%d")
page=1 page=1
limit=50000 limit=50000
date=Date.today.prev_day.strftime("%Y%m%d") #date=Date.today.prev_day.strftime("%Y%m%d")
#date=Date.parse("01-01-2011").strftime("%Y%m%d") if all` #date=Date.parse("01-01-2011").strftime("%Y%m%d") if all`
resultado_final=Array.new resultado_final=Array.new
r=Array.new r=Array.new
......
# frozen_string_literal: true # frozen_string_literal: true
module Wedoops module Wedoops
module Zoholib module Zoholib
VERSION = '0.18' VERSION = '0.19'
end end
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment