rgl 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog +6 -2
  2. data/lib/rgl/base.rb +1 -1
  3. metadata +2 -2
data/ChangeLog CHANGED
@@ -1,7 +1,11 @@
1
+ 2008-03-04 20:18 monora
2
+
3
+ * Rakefile (tags: REL_0_3_0): pre-tag commit
4
+
1
5
  2008-03-02 18:16 javanthropus
2
6
 
3
- * lib/rgl/rdot.rb: IDs and labels must be converted to strings
4
- before processing
7
+ * lib/rgl/rdot.rb (tags: REL_0_3_0): IDs and labels must be
8
+ converted to strings before processing
5
9
 
6
10
  2008-03-02 17:45 javanthropus
7
11
 
@@ -5,7 +5,7 @@
5
5
  # all graphs in the library.
6
6
  require 'rgl/enumerable_ext'
7
7
 
8
- RGL_VERSION = "0.3.0"
8
+ RGL_VERSION = "0.3.1"
9
9
 
10
10
  module RGL
11
11
  class NotDirectedError < RuntimeError; end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: rgl
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.0
7
- date: 2008-03-04 00:00:00 +01:00
6
+ version: 0.3.1
7
+ date: 2008-03-08 00:00:00 +01:00
8
8
  summary: Ruby Graph Library
9
9
  require_paths:
10
10
  - lib