epall-limelight 0.5.4-java → 0.5.5-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.
- data/lib/limelight.jar +0 -0
- data/lib/limelight/stage.rb +2 -1
- data/lib/limelight/version.rb +1 -1
- metadata +3 -3
data/lib/limelight.jar
CHANGED
|
Binary file
|
data/lib/limelight/stage.rb
CHANGED
|
@@ -159,7 +159,7 @@ module Limelight
|
|
|
159
159
|
|
|
160
160
|
# When true, the stage will remain on top of all other windows.
|
|
161
161
|
#
|
|
162
|
-
def always_on_top=(value)
|
|
162
|
+
def always_on_top=(value)
|
|
163
163
|
@frame.always_on_top = value
|
|
164
164
|
end
|
|
165
165
|
|
|
@@ -266,6 +266,7 @@ module Limelight
|
|
|
266
266
|
|
|
267
267
|
# Invoked when the stage has been closed.
|
|
268
268
|
# System hook that should NOT be called by you.
|
|
269
|
+
# It's not garunteed that this hook will be called when Limelight is shutting down.
|
|
269
270
|
#
|
|
270
271
|
def closed(e)
|
|
271
272
|
@current_scene.visible = false if @current_scene
|
data/lib/limelight/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epall-limelight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Allen
|
|
@@ -9,7 +9,7 @@ autorequire: init
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-11-
|
|
12
|
+
date: 2009-11-03 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -328,6 +328,6 @@ rubyforge_project: limelight
|
|
|
328
328
|
rubygems_version: 1.3.5
|
|
329
329
|
signing_key:
|
|
330
330
|
specification_version: 3
|
|
331
|
-
summary: Limelight-0.5.
|
|
331
|
+
summary: Limelight-0.5.5 - Limelight http://limelight.8thlight.com
|
|
332
332
|
test_files: []
|
|
333
333
|
|