Skip to content

Commit

Permalink
Cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Oct 19, 2018
1 parent 90f81a3 commit ae113f4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
= 4.9.2 =

- Cosmetic fixes

= 4.9.1 =

- Performance check bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roku_builder (4.9.1)
roku_builder (4.9.2)
faraday (~> 0.13)
faraday-digestauth (~> 0.2)
git (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/plugins/loader.rb
Expand Up @@ -54,7 +54,7 @@ def sideload(options:)
def build(options:)
@options = options
build_zip(setup_build_content)
if options.command == :build or options[:out]
if options.command == :build or (options.command == :sideload and options[:out])
@logger.info "File Path: "+file_path(:out)
end
@config.in = @config.out #setting in path for possible sideload
Expand Down
4 changes: 2 additions & 2 deletions lib/roku_builder/plugins/performance_config.json
Expand Up @@ -7,12 +7,12 @@
{
"regex": "DoesExist",
"severity": "warning",
"message": "Found DoesExist check. Try using invalid check on dot referance"
"message": "Found DoesExist check. Try using invalid check on dot reference"
},
{
"regex": "[^\\s]+\\[\"[^\"]+\"\\]",
"severity": "warning",
"message": "Found AA String referance. Try switching to dot referance"
"message": "Found AA String reference. Try switching to dot reference"
},
{
"regex": "FOR.*\\s+TO\\s+",
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 = "4.9.1"
VERSION = "4.9.2"
end

0 comments on commit ae113f4

Please sign in to comment.