Subject: GitHub trying to build gemspec from subdirectory

Original Post Koraktor's Avatar

Koraktor

17 Sep, 2009 07:17 AM

On GitHub it's stated multiple times that gems are only build for projects with a gemspec in their root directory. It seems to me that this isn't true anymore.

For Steam Condenser there's no gemspec in the root directory because it has multiple implementations and I don't want to move language specific code to the root directory. After my last push of the gemspec yesterday GitHub tried to build the gemspec in the ruby subfolder. The only problem is that the build process seems to run in the root directory and therefore can't find the files.

The error message I get is:

The gem build system failed with the following error:

No such file or directory - LICENSE

PS: The gemspec builds fine locally, even with this test script.

  1. Support Staff 2 Posted by defunkt on 18 Sep, 2009 12:11 AM

    defunkt's Avatar

    We don't officially support subdirectory gemspecs yet, but we'll look into this as soon as we can.

    Cheers,

    Chris

  2. 3 Posted by Koraktor on 18 Sep, 2009 06:24 AM

    Koraktor's Avatar

    I know that. I just wondered why it still tries to build a gemspec not in the root directory.
    Nevertheless thanks for a great project like GitHub and a great support.

    Best regards.

Comments are currently closed for this discussion. You can start a new one.

Recent Discussions

25 Nov, 2009 03:07 AM
25 Nov, 2009 01:41 AM
25 Nov, 2009 01:27 AM
24 Nov, 2009 10:56 PM
24 Nov, 2009 10:54 PM