igraph 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile.rb +1 -1
  2. data/ext/cIGraph_kcores.c +1 -1
  3. metadata +2 -2
@@ -3,7 +3,7 @@ require 'hoe'
3
3
  $LOAD_PATH.unshift("./ext")
4
4
 
5
5
  class IGraph
6
- VERSION = "0.9.6"
6
+ VERSION = "0.9.7"
7
7
  end
8
8
 
9
9
  #begin
@@ -29,7 +29,7 @@ VALUE cIGraph_coreness(VALUE self, VALUE mode){
29
29
  igraph_coreness(graph,&cores,pmode);
30
30
 
31
31
  for(i=0; i< igraph_vector_size(&cores); i++){
32
- rb_ary_push(result,VECTOR(cores)[i]);
32
+ rb_ary_push(result,INT2NUM(VECTOR(cores)[i]));
33
33
  }
34
34
 
35
35
  igraph_vector_destroy(&cores);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: igraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Gutteridge
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-11 00:00:00 +00:00
12
+ date: 2009-08-13 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15