Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jul 11, 2021
1 parent 93efa12 commit 14739c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/test_tarballs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ block: # .tar.gz
if entry.kind == ekNormalFile:
doAssert readFile("tests/data/" & splitPath(path).tail) == entry.contents

block:
let tarball = Tarball()
tarball.addDir("tests/data/tarballs/longpath")
# block:
# let tarball = Tarball()
# tarball.addDir("tests/data/tarballs/longpath")

doAssert tarball.contents.len == 3
# doAssert tarball.contents.len == 3

tarball.writeTarball("tmp/tb.tar")
# tarball.writeTarball("tmp/tb.tar")

# block:
# removeFile("examples.tar.gz")
Expand Down
2 changes: 1 addition & 1 deletion zippy.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.6.1"
version = "0.6.2"
author = "Ryan Oldenburg"
description = "Pure Nim implementation of deflate, zlib, gzip and zip."
license = "MIT"
Expand Down

0 comments on commit 14739c9

Please sign in to comment.