roku_builder 4.14.0 → 4.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9daed3f43880d417a7c93a4af2649634c8502c6f
4
- data.tar.gz: 66512085abebb55079b0e9e73b81fea70ca5c360
3
+ metadata.gz: 28e303ec07cdadeab357258626a2dc7ac99022d9
4
+ data.tar.gz: fd728532cabed6972d049228335d8d81d805a022
5
5
  SHA512:
6
- metadata.gz: 179a7a358d9243ae3d0b43f04763e13c07aba29e6aec709db49d3ee72fd2dab27e05e79bd378ae951afaab68a5bb97b29357892a8a52fa5d03b04e33972b7dce
7
- data.tar.gz: 7dc316a7fa81e122ac6a3281d771770ac09c35adf55130467d29740d547b35268e35e94bbe690ea7ac31bac26f87b338ece249b39b5f5612335f0d4f878c8232
6
+ metadata.gz: 556c367b93d5d1d5ad51b50597eabee9529923f7c168614a0be6e61010a28f8b50d150dd02d79120cb64d27dcabe2aa8d7135fa093baa3a107786d7e86acbc84
7
+ data.tar.gz: 102ce72c84846d63b8971817a326e5393b4f3a746012a3df701d229855f51d74b2022200dd09ff5dfecf8424c8566b92faabaddc924fcc3241ffa563aa25d1d4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ = 4.14.1 =
2
+
3
+ - Rebuild of gem
4
+
1
5
  = 4.14.0 =
2
6
 
3
7
  - Add plugin staging method
@@ -49,7 +49,7 @@ module RokuBuilder
49
49
  if File.file?(file_path) and file_path.end_with?(".brs", ".xml")
50
50
  line_inspector_config = analyzer_config[:lineInspectors]
51
51
  line_inspector_config += performance_config
52
- line_inspector_config += linter_config[:rules] if linter_config
52
+ line_inspector_config += linter_config if linter_config
53
53
  line_inspector = LineInspector.new(config: @config, raf: raf_inspector, inspector_config: line_inspector_config)
54
54
  @warnings.concat(line_inspector.run(file_path))
55
55
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RokuBuilder
4
4
  # Version of the RokuBuilder Gem
5
- VERSION = "4.14.0"
5
+ VERSION = "4.14.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roku_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.0
4
+ version: 4.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - greeneca