Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Madrid, Spain
Pinned
4,080 contributions in the last year
Activity overview
Contributed to
rubygems/rubygems,
rubygems/bundler,
activeadmin/activeadmin
and 5 other
repositories
Contribution activity
May 2020
Created a pull request in rubygems/rubygems.org that received 17 comments
Bump compact_index gem to 0.13.0
I'd like to get the compact_index gem updated to pickup the fix in rubygems/compact_index#26.
So as a first step I'm opening this draft to make sur…
+4
−4
•
17
comments
- Support running specs against a ruby tarball
- Test against `compact_index` 0.13.0
- Handle `--no-deployment` flag deprecation
- Re-record VCR cassettes and fix `bin/rake spec:realworld:record`
- Enable `disable_multisource` by default
- Unskip "monorepo issues"
- Show ruby version in ruby-head builds
- Fix test warnings
- Don't handle `-I` paths specially before default gems
- Fix correctness and performance regression in `require`
- Delay `fileutils` loading to fix some warnings
- Remove explicit `psych` activation
- Avoid stack overflow inside `StubSpecification` on some edge cases
- Remove unnecessary compatibility code
- Avoid `ruby setup.rb` warnings
- Log messages to stdout in `rake package`
- Fix activation issue on old rubygems versions
- Fix dashed options deprecation message
- Bump vendored libraries
- Bump compact_index to 0.12.1
- Run specs against an installed bundler
- Make sure `install_if` specs are run and pass
- Initial draft for 2.2.0 changelog
- Remove `:path => :bundle path` calls from specs
- Remove old `gauntlet_rubygems.rb` file on rubygems upgrade
- Some pull requests not shown.
- Incorporate a more reliable path check in Kernel#require
- Fix bundle gem always using RSpec, even if configured for another test framework
- Remove multiline gem specifications correctly
- Backport the ruby core changes for Bundler 2.2.0dev merge
- Update links from rubygems/bundler to rubygems/rubygems
- Remove Inch CI badge from Bundler’s readme
- Add build warning when rake based extension is present without rake dep...
- Handle relative paths in Bundler gem tasks
- Make bundle gem create travis.yml by default
- Delay removal of git shortcut DSL additions
Created an issue in rubygems/rubygems that received 4 comments
Rate limit requests to Compact Index API
The compact index API has some rate limits that bundler in very rare occassions reaches when requesting dependency information for resolution. In t…
4
comments