Skip to content

Commit

Permalink
update test ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Jun 3, 2012
1 parent 09e5404 commit eaa0806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,11 +1,6 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
- jruby
- ruby-head
script: "bundle exec rake spec"
6 changes: 4 additions & 2 deletions README.md
@@ -1,15 +1,17 @@
HashDiff
=========

[![Build Status](https://secure.travis-ci.org/liufengyun/hashdiff.png)](http://travis-ci.org/liufengyun/hashdiff)

HashDiff is a ruby library to compute the smallest difference between two hashes.

**Demo**: [HashDiff](http://hashdiff.herokuapp.com/)

**Docs**: [Documentation](http://rubydoc.info/gems/hashdiff)

Requirements
Compatibility
------------
HashDiff is tested against `1.8.7`, `1.9.2`, `1.9.3`, `rbx`, `rbx-2.0`, `ree`, `jruby`, `ruby-head`
HashDiff is tested against `1.9.2`, `1.9.3` and `ruby-head`. It should work on other versions as well.

Usage
------------
Expand Down

0 comments on commit eaa0806

Please sign in to comment.