No dependencies found in any of my ruby projects.

Issue #111 resolved
Marcel Schlegel created an issue

If I try to add a ruby project to my versioneye projects:

" Create From GitHub " -> " schlegel11/MyProject " -> Click on: " "UISwitch" Gemfile "

I always get an "Could not find a single dependency in the project." error.

On the other hand if I go on this site https://www.versioneye.com/ruby/sassconf/0.1.7 I can see all my dependencies with name and version and of course the nice badge ;)

Is this a normal behaviour or have I done something wrong?

Comments (6)

  1. Robert Reiz

    @schlegel11 Can you post the Gemfile here? Does it maybe has a reference to a gemspec? That is currently not supported. But there is already a ticket open for that, to support gemspecs.

  2. Marcel Schlegel reporter

    Hi

    Yes you are right Iam using a reference to a gemspec file.

    Gemfile:

    source 'https://rubygems.org'
    
    # Specify your gem's dependencies in sassconf.gemspec
    gemspec
    

    But good to know anyway ;)

  3. Robert Reiz

    @schlegel11 Then the error message is right ;-) There are really no dependencies listed in the Gemfile. I hope to be able to release the gemspec parser somewhere next week.

  4. Robert Reiz

    I close this ticket because it works like designed. As soon the gemspec parser is online you will be notified through the VersionEye newsletter.

  5. Log in to comment