roku_builder 4.11.2 → 4.11.3

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: 063b03a78c2cfa0bcea15942797ee1a8a34b5b81
4
- data.tar.gz: 0f1d4182ffa7f9f73766963d956bf21ee08a4094
3
+ metadata.gz: 8a5ab9b3a553aa4583d07d6a1f901c6bf50864ba
4
+ data.tar.gz: eef319757caebfe83cb0f5dbbc8080e173c70af7
5
5
  SHA512:
6
- metadata.gz: e272216e0e893d6c8f609f53b2572dcdc073cd513b300548e42715a70991d5f5465615a38055be283821b42196adc063b4955604db16c6397a76e38686ba026d
7
- data.tar.gz: 4253a34e0081bea477c03d589bdc7cf2a14a7157ff684f549b16b91a3aeeab059fff9984418569f6602e7b0da1d66fba062ce7596a57ceac1539f0f92423e88e
6
+ metadata.gz: bbdcff01fc3ed28bc122da08425983916d7b0e6b313f0ad9952c5ba81caec908e99166c78b36c095ed4d99deae803aec9c458d37e5af447d138a4880c49d924b
7
+ data.tar.gz: 4cbffd6f78db920dad7963af21a9b3b636fe422a2cbca1c82b46ca9f5b67483317e52146bd622fa021004cd0ea19bdc8a3c636e33398a4d46d6004d5965e0097
data/CHANGELOG CHANGED
@@ -1,5 +1,10 @@
1
1
  = 4.11.2 =
2
2
 
3
+ - Fix syntax error
4
+ - Fix tests
5
+
6
+ = 4.11.2 =
7
+
3
8
  - Print output from staging scripts
4
9
 
5
10
  = 4.11.1 =
@@ -39,7 +39,7 @@ module RokuBuilder
39
39
  # @param options [Hash] The options hash
40
40
  def self.run(options: nil)
41
41
  @@options = nil
42
- @@testing = false
42
+ @@testing ||= false
43
43
  setup_plugins
44
44
  setup_options(options: options)
45
45
  return unless @@options
@@ -78,6 +78,7 @@ module RokuBuilder
78
78
  @logger.warn "===== Unstaging Logs Start ====="
79
79
  puts unstaging_logs
80
80
  @logger.warn "===== Unstaging Logs End ======="
81
+ end
81
82
  end
82
83
  switch_directory_back
83
84
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RokuBuilder
4
4
  # Version of the RokuBuilder Gem
5
- VERSION = "4.11.2"
5
+ VERSION = "4.11.3"
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.11.2
4
+ version: 4.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - greeneca
@@ -507,7 +507,6 @@ files:
507
507
  - lib/roku_builder/version.rb
508
508
  - rakefile
509
509
  - roku_builder.gemspec
510
- - roku_builder_analyze.json.example
511
510
  - test/roku_builder/plugins/test_analyzer.rb
512
511
  - test/roku_builder/plugins/test_core.rb
513
512
  - test/roku_builder/plugins/test_inspector.rb
@@ -1,8 +0,0 @@
1
- {
2
- "libraries": [
3
- "/components/Libraries",
4
- "/components/Tasks/Reporting/adbmobile.brs",
5
- "/components/Tasks/Reporting/ADBMobileTask.brs",
6
- "/components/Tasks/Reporting/ADBMobileTask.xml"
7
- ]
8
- }