rlife 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/rlife +13 -0
  2. metadata +5 -4
@@ -0,0 +1,13 @@
1
+ require 'conway_fx_gui'
2
+
3
+ # Construct an application
4
+ application = FXApp.new("RLife", "rubygroup")
5
+
6
+ # Construct the main window
7
+ ConwayWindow.new(application)
8
+
9
+ # Create the application
10
+ application.create
11
+
12
+ # Run it
13
+ application.run
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rlife
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-06-14 00:00:00 -05:00
6
+ version: 0.0.2
7
+ date: 2006-06-15 00:00:00 -05:00
8
8
  summary: A Ruby implementation of Conway's Game Of Life
9
9
  require_paths:
10
10
  - lib
@@ -32,6 +32,7 @@ files:
32
32
  - lib/cellgrid.rb
33
33
  - lib/conway_fx_gui.rb
34
34
  - lib/fx_grid_canvas.rb
35
+ - bin/rlife
35
36
  - Rakefile
36
37
  - README
37
38
  - test/test_cell.rb
@@ -43,8 +44,8 @@ rdoc_options: []
43
44
 
44
45
  extra_rdoc_files: []
45
46
 
46
- executables: []
47
-
47
+ executables:
48
+ - rlife
48
49
  extensions: []
49
50
 
50
51
  requirements: []