Skip to content

Commit

Permalink
[#644 state:resolved] rapid-summary fail on version-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Feb 28, 2010
1 parent 670f6ff commit 3d13dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/taglibs/rapid_summary.dryml
Expand Up @@ -123,7 +123,7 @@
<!-- inside `<with-gems>`, returns the gem dependencies -->
<def tag="gem-dependencies">
<repeat with="&this.dependencies">
<%= this.name -%><gem-version-requirement:requirement />
<%= this.name -%><gem-version-requirement with="&this.requirement || this.version_requirements" />
</repeat>
</def>

Expand Down

0 comments on commit 3d13dce

Please sign in to comment.