You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2010/09/15 10:52:32 UTC

[jira] Created: (BUILDR-507) Handle -SNAPSHOT gem dependencies

Handle -SNAPSHOT gem dependencies
---------------------------------

                 Key: BUILDR-507
                 URL: https://issues.apache.org/jira/browse/BUILDR-507
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
            Reporter: Peter Donald
             Fix For: 1.4.2
         Attachments: FixGemVersion.diff

Ruby gems can not have a - in the version. So setting the version of a gem as 1.0.7-SNAPSHOT will result in a build failure. This patch replaces occurrences of '-' in version string with . so that the gem version will be 1.0.7.SNAPSHOT which is acceptable.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-507) Handle -SNAPSHOT gem dependencies

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald updated BUILDR-507:
--------------------------------

    Attachment: FixGemVersion.diff

> Handle -SNAPSHOT gem dependencies
> ---------------------------------
>
>                 Key: BUILDR-507
>                 URL: https://issues.apache.org/jira/browse/BUILDR-507
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Peter Donald
>             Fix For: 1.4.2
>
>         Attachments: FixGemVersion.diff
>
>
> Ruby gems can not have a - in the version. So setting the version of a gem as 1.0.7-SNAPSHOT will result in a build failure. This patch replaces occurrences of '-' in version string with . so that the gem version will be 1.0.7.SNAPSHOT which is acceptable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-507) Gem packaging should replace dashes with dots in version number

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-507.
----------------------------------

    Resolution: Fixed

Patch applied.  Thanks Peter!

boisvert@smudge:~/svn/buildr-trunk$ svn commit -m "BUILDR-507 Gem packaging should replace dashes with dots in version number (Peter Donald)" CHANGELOG lib/buildr/packaging/gems.rb
Sending        CHANGELOG
Sending        lib/buildr/packaging/gems.rb
Transmitting file data ..
Committed revision 998212.


> Gem packaging should replace dashes with dots in version number
> ---------------------------------------------------------------
>
>                 Key: BUILDR-507
>                 URL: https://issues.apache.org/jira/browse/BUILDR-507
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Peter Donald
>             Fix For: 1.4.2
>
>         Attachments: FixGemVersion.diff
>
>
> Ruby gems can not have a - in the version. So setting the version of a gem as 1.0.7-SNAPSHOT will result in a build failure. This patch replaces occurrences of '-' in version string with . so that the gem version will be 1.0.7.SNAPSHOT which is acceptable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-507) Gem packaging should replace dashes with dots in version number

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert updated BUILDR-507:
---------------------------------

    Summary: Gem packaging should replace dashes with dots in version number  (was: Handle -SNAPSHOT gem dependencies)

> Gem packaging should replace dashes with dots in version number
> ---------------------------------------------------------------
>
>                 Key: BUILDR-507
>                 URL: https://issues.apache.org/jira/browse/BUILDR-507
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Peter Donald
>             Fix For: 1.4.2
>
>         Attachments: FixGemVersion.diff
>
>
> Ruby gems can not have a - in the version. So setting the version of a gem as 1.0.7-SNAPSHOT will result in a build failure. This patch replaces occurrences of '-' in version string with . so that the gem version will be 1.0.7.SNAPSHOT which is acceptable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-507) Gem packaging should replace dashes with dots in version number

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910703#action_12910703 ] 

Hudson commented on BUILDR-507:
-------------------------------

Integrated in Buildr-ci-build #115 (See [https://hudson.apache.org/hudson/job/Buildr-ci-build/115/])
    BUILDR-507 Gem packaging should replace dashes with dots in version number (Peter Donald)


> Gem packaging should replace dashes with dots in version number
> ---------------------------------------------------------------
>
>                 Key: BUILDR-507
>                 URL: https://issues.apache.org/jira/browse/BUILDR-507
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Peter Donald
>             Fix For: 1.4.2
>
>         Attachments: FixGemVersion.diff
>
>
> Ruby gems can not have a - in the version. So setting the version of a gem as 1.0.7-SNAPSHOT will result in a build failure. This patch replaces occurrences of '-' in version string with . so that the gem version will be 1.0.7.SNAPSHOT which is acceptable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.