This commit is contained in:
Josh Holtrop 2017-07-11 16:16:01 -04:00
parent c923eb5c7c
commit dbea6f0a26
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rscons (1.11.1) rscons (1.12.0)
json (~> 1.0) json (~> 1.0)
GEM GEM

View File

@ -1,4 +1,4 @@
module Rscons module Rscons
# gem version # gem version
VERSION = "1.11.1" VERSION = "1.12.0"
end end