graphs 0.1.0-x86-linux → 0.1.1-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
data/tests/tests_gdf.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #! /usr/bin/ruby1.9.1
2
2
 
3
- require '../lib/graph'
4
- require '../lib/graphes/gdf'
3
+ require 'graph'
4
+ require 'graphs/gdf'
5
5
  require 'test/unit'
6
6
 
7
7
  module Utils
data/tests/tests_gexf.rb CHANGED
@@ -2,4 +2,4 @@
2
2
  # -*- coding: UTF-8 -*-
3
3
 
4
4
  require 'test/unit'
5
- require '../lib/graphes/gexf'
5
+ # require 'graphs/gexf'
data/tests/tests_graph.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  require 'test/unit'
5
5
  require 'yaml'
6
- require_relative '../lib/graph'
6
+ require 'graph'
7
7
 
8
8
  class Graph_test < Test::Unit::TestCase
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: x86-linux
7
7
  authors:
@@ -22,7 +22,7 @@ files:
22
22
  - tests/tests_gexf.rb
23
23
  - tests/tests_graph.rb
24
24
  - tests/tests_gdf.rb
25
- homepage: https://github.com/bfontaine/Graph.rb
25
+ homepage: https://github.com/bfontaine/Graphs.rb
26
26
  licenses:
27
27
  - MIT
28
28
  post_install_message: