Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Mar 26, 2012
1 parent a9c739d commit 12ff02c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source "http://rubygems.org"

gem 'rake-compiler', "~> 0.8.0"
gem 'rspec', "~> 2.8.0"
22 changes: 22 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rake (0.9.2.2)
rake-compiler (0.8.0)
rake
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)

PLATFORMS
ruby

DEPENDENCIES
rake-compiler (~> 0.8.0)
rspec (~> 2.8.0)
1 change: 1 addition & 0 deletions README.rdoc
@@ -1,3 +1,4 @@
[![Build Status](https://secure.travis-ci.org/cubox/rankable_graph.png?branch=master)](http://travis-ci.org/cubox/rankable_graph)
= rankable_graph

A Ruby {PageRank}[http://en.wikipedia.org/wiki/PageRank] like implementation.
Expand Down

0 comments on commit 12ff02c

Please sign in to comment.