Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zoholib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
zoholib
Commits
c254a57b
Commit
c254a57b
authored
Jul 05, 2020
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed problems with the amount of record wr read
parent
a8157ce0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
adamo_client.rb
lib/zoholib/adamo_client.rb
+3
-3
version.rb
lib/zoholib/version.rb
+1
-1
No files found.
lib/zoholib/adamo_client.rb
View file @
c254a57b
...
@@ -52,7 +52,7 @@ module Wedoops
...
@@ -52,7 +52,7 @@ module Wedoops
resultado_final
.
concat
(
r
)
resultado_final
.
concat
(
r
)
page
+=
1
page
+=
1
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
break
if
r
.
size
<
limit
||
page
>
2
break
if
r
.
size
<
1
end
end
puts
resultado_final
.
size
puts
resultado_final
.
size
return
resultado_final
return
resultado_final
...
@@ -78,7 +78,7 @@ module Wedoops
...
@@ -78,7 +78,7 @@ module Wedoops
resultado_final
.
concat
(
r
)
resultado_final
.
concat
(
r
)
page
+=
1
page
+=
1
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
break
if
r
.
size
<
limit
||
page
>
2
break
if
r
.
size
<
1
end
end
puts
resultado_final
.
size
puts
resultado_final
.
size
return
resultado_final
return
resultado_final
...
@@ -104,7 +104,7 @@ module Wedoops
...
@@ -104,7 +104,7 @@ module Wedoops
resultado_final
.
concat
(
r
)
resultado_final
.
concat
(
r
)
page
+=
1
page
+=
1
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
print
"(
#{
r
.
size
}
/
#{
resultado_final
.
size
}
),"
break
if
r
.
size
<
limit
||
page
>
2
break
if
r
.
size
<
1
end
end
puts
resultado_final
.
size
puts
resultado_final
.
size
return
resultado_final
return
resultado_final
...
...
lib/zoholib/version.rb
View file @
c254a57b
# frozen_string_literal: true
# frozen_string_literal: true
module
Wedoops
module
Wedoops
module
Zoholib
module
Zoholib
VERSION
=
'0.1
2
'
VERSION
=
'0.1
3
'
end
end
end
end
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment