Ruboid 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 (3) hide show
  1. data/README +1 -1
  2. data/rakefile.rb +1 -1
  3. metadata +2 -2
data/README CHANGED
@@ -1,4 +1,4 @@
1
- =GeoRuby
1
+ =Ruboid
2
2
  Ruboid is a ruby implementation of Craig Reynolds' Boid alogrithm (http://www.red3d.com/cwr/boids/), which realistically simulates the behaviour of a flock of creatures with a small set of simple rules. See Conrad Parker's page at http://www.vergenet.net/~conrad/boids/pseudocode.html for a more detailed explanation of how the simulation is performed.
3
3
 
4
4
  ===Operations
data/rakefile.rb CHANGED
@@ -24,7 +24,7 @@ spec = Gem::Specification::new do |s|
24
24
  s.platform = Gem::Platform::RUBY
25
25
 
26
26
  s.name = 'Ruboid'
27
- s.version = "0.0.1"
27
+ s.version = "0.0.2"
28
28
  s.summary = "Ruby Boid Library"
29
29
  s.description ="Ruboid is a ruby implementation of Craig Reynolds' Boid alogrithm (http://www.red3d.com/cwr/boids/), which realistically simulates the behaviour of a flock of creatures with a small set of simple rules."
30
30
  s.author = 'Guilhem Vellut'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: Ruboid
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-05-11 00:00:00 +05:00
6
+ version: 0.0.2
7
+ date: 2006-06-04 00:00:00 +05:00
8
8
  summary: Ruby Boid Library
9
9
  require_paths:
10
10
  - lib