Skip to content

Commit

Permalink
Set default patchlevel for Ruby 1.9.3 to p547.
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Juettner committed Jun 13, 2014
1 parent 4e10118 commit 9b8c63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/attributes/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
when "1.9.3"
default[:ruby][:major_version] = '1.9'
default[:ruby][:full_version] = '1.9.3'
default[:ruby][:patch] = 'p545'
default[:ruby][:patch] = 'p547'
default[:ruby][:pkgrelease] = '1'
else
default[:ruby][:major_version] = ''
Expand Down

0 comments on commit 9b8c63f

Please sign in to comment.