nbio-csshttprequest 1.0.2 → 1.0.3

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/csshttprequest.rb +0 -1
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 1
@@ -15,7 +15,6 @@ class CSSHTTPRequest
15
15
  slice_num = 0
16
16
  last_start = 0
17
17
  chunks = (quoted.length.to_f / LENGTH).ceil
18
- STDERR << chunks
19
18
  output = ""
20
19
  chunks.times do |n|
21
20
  finish = last_start + LENGTH
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nbio-csshttprequest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Walters