risc 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/lib/{Risc.rb → risc.rb} +0 -0
  2. metadata +3 -3
File without changes
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: risc
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-08-15
6
+ version: 0.0.2
7
+ date: 2006-08-31
8
8
  summary: Risc (Ruby dISCrete) is a lightweight discrete event simulator for Ruby.
9
9
  require_paths:
10
10
  - lib
@@ -29,7 +29,7 @@ authors:
29
29
  files:
30
30
  - bin/Sample.rb
31
31
  - lib/risc
32
- - lib/Risc.rb
32
+ - lib/risc.rb
33
33
  - lib/risc/Event.rb
34
34
  - lib/risc/Process.rb
35
35
  - lib/risc/ProcessWithPid.rb