Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunich/table_for
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Lunich committed Nov 17, 2011
2 parents f4b722b + 042b0aa commit 3e74f97
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-2.0
- jruby

branches:
only:
- master
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source :gemcutter
gem "actionpack"

group :development, :test do
gem "rake"
gem "rspec"

gem "webrat"
#gem 'ruby-debug19', :platforms => :ruby_19
gem 'ruby-debug', :platforms => :ruby_18
Expand Down
2 changes: 2 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{<img src="http://travis-ci.org/Ptico/table_for" />}[http://travis-ci.org/Ptico/table_for]

== Description

table_for_collection is a simple gem used to render tables based on the given collection.
Expand Down
1 change: 0 additions & 1 deletion autotest/discover.rb

This file was deleted.

0 comments on commit 3e74f97

Please sign in to comment.