limelight 0.6.18-java → 0.6.19-java
Sign up to get free protection for your applications and to get access to all the features.
- data/ruby/lib/limelight.jar +0 -0
- data/ruby/lib/limelight/specs/spec_helper.rb +1 -1
- metadata +2 -2
data/ruby/lib/limelight.jar
CHANGED
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.
|
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.
|
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-
|
13
|
+
date: 2012-08-16 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|