Skip to content

Commit

Permalink
Update readme with project parent config
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Jan 31, 2017
1 parent 5ad711e commit 2e38ac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roku_builder (3.11.1)
roku_builder (3.12.0)
faraday (~> 0.11)
faraday-digestauth (~> 0.2)
git (~> 1.3)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,8 @@ configuration options:
* projects.default: the key for the default project
* projects.parent_dir: optional directory path that all projects are relative
to
* projects.<project_id>.parent: optional id of parent project to copy configs
from
* projects.<project_id>.directory: full path of the git repository the houses
the roku app
* projects.<project_id>.app_name: Name used when packaging the app
Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/version.rb
Expand Up @@ -2,5 +2,5 @@

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "3.11.1"
VERSION = "3.12.0"
end

0 comments on commit 2e38ac7

Please sign in to comment.