Skip to content

Commit

Permalink
1.8.27: switch to balls
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 18, 2021
1 parent 909ccdd commit a44bc2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions bump.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version = "1.8.26"
version = "1.8.27"
author = "disruptek"
description = "a tiny tool to bump nimble versions"
license = "MIT"

requires "https://github.com/disruptek/cutelog >= 1.1.2 & < 2.0.0"
when not defined(release):
requires "https://github.com/disruptek/testes >= 1.0.0 & < 2.0.0"
requires "https://github.com/disruptek/balls >= 2.0.0 & < 3.0.0"

bin = @["bump"]

Expand All @@ -16,6 +16,6 @@ else:

task test, "run tests for ci":
when defined(windows):
exec "testes.cmd"
exec "balls.cmd"
else:
exec findExe"testes"
exec findExe"balls"
4 changes: 2 additions & 2 deletions tests/tbump.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import std/strutils
import std/options

import bump
import testes
import balls

testes:
suite "tests of bump":
let
ver123 {.used.} = (major: 1'u, minor: 2'u, patch: 3'u)
ver155 {.used.} = (major: 1'u, minor: 5'u, patch: 5'u)
Expand Down
4 changes: 0 additions & 4 deletions tests/tbump.nim.cfg

This file was deleted.

0 comments on commit a44bc2a

Please sign in to comment.