This commit is contained in:
Josh Holtrop 2016-09-30 14:03:35 -04:00
parent c4c2d5c128
commit f33be07a15
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
module Rscons module Rscons
# gem version # gem version
VERSION = "1.9.2" VERSION = "1.9.3"
end end