Skip to content

Commit

Permalink
Oops, #to_s a param.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Nov 2, 2011
1 parent 8f0bb6c commit e0e7bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

dep 'ruby.src', :version, :patchlevel do
def version_group
version.scan(/^\d\.\d/).first
version.to_s.scan(/^\d\.\d/).first
end
version.default!('1.9.3')
patchlevel.default!('p0')
Expand Down

0 comments on commit e0e7bf4

Please sign in to comment.