roku_builder 4.9.3 → 4.9.4

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: 36d7f8916f1accf419e300cf40cc9d7764c0f86f
4
- data.tar.gz: 2fb64f3f10a5f731115bc8bd0d7b40777c99abc7
3
+ metadata.gz: 7e7e842ba95866a3844d32bfa0602aaab6889210
4
+ data.tar.gz: 3d9b1df45f0c8e4b70626008a1c56fe94ca5ac8f
5
5
  SHA512:
6
- metadata.gz: 2aabf35295f5317f61d74384ade158e1f7d4cf22047e285014ae24c68e2c850722bd6016067fa0876e6c6f121f08b0ef1a836af57e418f69460aec8bc05ec3f3
7
- data.tar.gz: 58a14f12786f9e49cba4bd54c9283d96f371af444e32a3e549e59286e11568fe00ee72b2a2c4e0ad8555a8ed62647a54c5cb0268f921e66bee361aa388dc321e
6
+ metadata.gz: 8cfeb6f8646b95f9d3c03a819d912a45b05a52da4190bb0a77c850fed14f9ec5d1c79b577f4ac0804fd9e825a14ab118b6f85d25249c1fa1886f217a7f52124e
7
+ data.tar.gz: 248e630891b9134db3304936ae3b6d1a605e7c6ea084917d46dcbbd8b44d9c8d4acbc115fa4d5a68239ac5f764d259544d048c34a04d236be2a98454976a22fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roku_builder (4.9.3)
4
+ roku_builder (4.9.4)
5
5
  faraday (~> 0.13)
6
6
  faraday-digestauth (~> 0.2)
7
7
  git (~> 1.3)
@@ -30,7 +30,7 @@ GEM
30
30
  crack (0.4.3)
31
31
  safe_yaml (~> 1.0.0)
32
32
  docile (1.3.1)
33
- faraday (0.15.3)
33
+ faraday (0.15.4)
34
34
  multipart-post (>= 1.2, < 3)
35
35
  faraday-digestauth (0.3.0)
36
36
  faraday (~> 0.7)
@@ -137,4 +137,4 @@ DEPENDENCIES
137
137
  yard (~> 0.9)
138
138
 
139
139
  BUNDLED WITH
140
- 1.16.1
140
+ 1.17.1
@@ -192,7 +192,7 @@ module RokuBuilder
192
192
  end
193
193
 
194
194
  def fix_project_config_symbol_values
195
- if @config[:projects] [:default]
195
+ if @config[:projects][:default]
196
196
  @config[:projects][:default] = @config[:projects][:default].to_sym
197
197
  end
198
198
  @config[:projects].each_pair do |key,value|
@@ -30,7 +30,6 @@ module RokuBuilder
30
30
  def analyze(options:, quiet: false)
31
31
  @options = options
32
32
  @warnings = []
33
- plugin_config = get_config(".roku_builder_analyze.json", true) || {}
34
33
  analyzer_config = get_config("inspector_config.json")
35
34
  performance_config = get_config("performance_config.json")
36
35
  @inspector_config = analyzer_config[:inspectors]
@@ -41,7 +40,7 @@ module RokuBuilder
41
40
  manifest_inspector = ManifestInspector.new(config: @config, dir: dir, raf: raf_inspector)
42
41
  @warnings.concat(manifest_inspector.run(analyzer_config[:inspectors]))
43
42
  has_source_dir = false
44
- libraries = plugin_config[:libraries]
43
+ libraries = @config.project[:libraries]
45
44
  libraries ||= []
46
45
  Dir.glob(File.join(dir, "**", "*")).each do |file_path|
47
46
  file = file_path.dup; file.slice!(dir)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RokuBuilder
4
4
  # Version of the RokuBuilder Gem
5
- VERSION = "4.9.3"
5
+ VERSION = "4.9.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roku_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.3
4
+ version: 4.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - greeneca
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2018-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip