This commit is contained in:
Josh Holtrop 2019-10-10 16:29:21 -04:00
parent 6ad3fb0785
commit eff9a10d0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rscons (1.17.0) rscons (1.18.0)
json (>= 1.8, < 3.0) json (>= 1.8, < 3.0)
GEM GEM

View File

@ -1,4 +1,4 @@
module Rscons module Rscons
# gem version # gem version
VERSION = "1.17.0" VERSION = "1.18.0"
end end