limelight 0.6.18-java → 0.6.19-java

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.
Binary file
@@ -132,7 +132,7 @@ module Limelight
132
132
  path = production.scene_directory(@ll_scene_path)
133
133
  @scene = Scene.new(:production => production, :path => path, :name => @ll_scene_name)
134
134
  _create_player_helpers
135
- Limelight.build_props(@scene, :build_loader => production.root, &@prop_block) if @prop_block
135
+ Limelight.build_props(@scene, :build_loader => production.path, &@prop_block) if @prop_block
136
136
 
137
137
  production.load_styles(@scene, @production.styles)
138
138
  @stage.scene = @scene
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: limelight
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.18
5
+ version: 0.6.19
6
6
  platform: java
7
7
  authors:
8
8
  - Micah Martin
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-08-15 00:00:00 Z
13
+ date: 2012-08-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec