Skip to content

Commit

Permalink
Also fix for 2012Q4 which has no Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hajny committed May 28, 2014
1 parent d03dfdd commit d7b1e50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruby-webrat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ HOMEPAGE= http://github.com/brynary/webrat
COMMENT= Ruby Acceptance Testing for Web applications
LICENSE= mit

RUBY_VERSION_SUPPORTED= 200 193 # No 1.8 for nokogiri
RUBY_VERSION_SUPPORTED= 193 # No 1.8 for nokogiri
.if defined(RUBY200_VERSION)
RUBY_VERSION_SUPPORTED+= 200
.endif
.if defined(RUBY21_VERSION)
RUBY_VERSION_SUPPORTED+= 21
.endif
Expand Down

0 comments on commit d7b1e50

Please sign in to comment.