diff options
Diffstat (limited to 'app/lib/incommon.rb')
-rw-r--r-- | app/lib/incommon.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/incommon.rb b/app/lib/incommon.rb index 1053098..e843683 100644 --- a/app/lib/incommon.rb +++ b/app/lib/incommon.rb @@ -4,6 +4,8 @@ module INCOMMON module_function + + # Return a String representation of the current source code URL def repo_url(version) case version when /^incommon-map @(.*)/ |