Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing rake runtime dependency #110

Merged
merged 1 commit into from
Nov 1, 2013

Conversation

johanneswuerbach
Copy link
Contributor

This solves to following error we had on Travis:

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
        rake RUBYARCHDIR=/Users/travis/build/XXX/vendor/bundle/ruby/1.9.1/gems/xcodeproj-0.14.0/ext RUBYLIBDIR=/Users/travis/build/XXX/vendor/bundle/ruby/1.9.1/gems/xcodeproj-0.14.0/ext
/Users/travis/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rake (>= 0) amongst [activesupport-3.2.15, claide-0.3.2, cocoapods-core-0.27.1, cocoapods-downloader-0.2.0, colored-1.2, escape-0.0.4, i18n-0.6.5, json_pure-1.8.1, multi_json-1.8.2, nap-0.5.1, open4-1.3.0] (Gem::LoadError)
    from /Users/travis/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
    from /Users/travis/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
    from /Users/travis/.rvm/gems/ruby-1.9.3-p392@global/bin/rake:18:in `<main>'
    from /Users/travis/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
    from /Users/travis/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>'
Gem files will remain installed in /Users/travis/build/XXX/vendor/bundle/ruby/1.9.1/gems/xcodeproj-0.14.0 for inspection.
Results logged to /Users/travis/build/XXX/vendor/bundle/ruby/1.9.1/gems/xcodeproj-0.14.0/ext/xcodeproj/gem_make.out

We install cocoapods using bundler.

@alloy
Copy link
Member

alloy commented Oct 30, 2013

Makes sense, thanks!

Even though it’s a very small change, can you add an entry to the CHANGELOG?

@johanneswuerbach
Copy link
Contributor Author

Sure, done :-)

@alloy
Copy link
Member

alloy commented Nov 1, 2013

Thanks!

alloy added a commit that referenced this pull request Nov 1, 2013
@alloy alloy merged commit 3a9747e into CocoaPods:master Nov 1, 2013
@johanneswuerbach johanneswuerbach deleted the missing-dependency branch November 1, 2013 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants