This commit is contained in:
Josh Holtrop 2016-01-12 10:16:00 -05:00
parent 0442b876a5
commit 3af6b6be1b
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rscons (1.9.1) rscons (1.9.2)
json (~> 1.0) json (~> 1.0)
GEM GEM
@ -48,4 +48,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.10.4 1.10.6

View File

@ -406,6 +406,10 @@ http://rubydoc.info/github/holtrop/rscons/frames.
## Release Notes ## Release Notes
### v1.9.2
- allow phony targets in conjunction with build roots
### v1.9.1 ### v1.9.1
- change *SUFFIX defaults to arrays - change *SUFFIX defaults to arrays

View File

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