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 Apr 16, 2010
1 parent e5d028f commit 3639c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/taglibs/rapid_summary.dryml
Expand Up @@ -125,7 +125,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 3639c5d

Please sign in to comment.