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.
Binary file
@@ -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
@@ -6,7 +6,7 @@ module Limelight
6
6
  unless defined? MAJOR
7
7
  MAJOR = 0
8
8
  MINOR = 5
9
- TINY = 4
9
+ TINY = 5
10
10
 
11
11
  STRING = [MAJOR, MINOR, TINY].join('.')
12
12
  TAG = "REL_" + [MAJOR, MINOR, TINY].join('_')
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
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-02 00:00:00 -05:00
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.4 - Limelight http://limelight.8thlight.com
331
+ summary: Limelight-0.5.5 - Limelight http://limelight.8thlight.com
332
332
  test_files: []
333
333