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
Pinned
3,874 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rubygems/rubygems that received 3 comments
Bring back the possibility to install a plugin from path
This PR supersedes #3828, adding a spec on top of the bug fix. Fixes #3355. Make sure he following tasks are checked Describe the problem / feature
- Fix issue with `cache_all_platforms` and `specific_platform` configured
- Fix ruby-core intermittent test failure
- Fix incorrect error message on Windows
- Make printed drive letters consistent on Windows
- Merge "Major enhancement" and "Minor enhancement" labels
- Add missing `fileutils` require in rubygems installer
- Make sure specs don't run deprecated commands
- Add commented out example and more information link to generated gemspec
- Expose `--no-minimal-deps` flag to install the latest version of dependencies
- Mark `pathname` as an unsupported default gem
- Remove unintended new line in `gem query` deprecation message
- Fix `specific_platform` and `cache_all` with `bundle cache --all-platforms`
- Improve gem not found in source error messages
- Enable `specific_platform` by default
- Lazily load `erb`
- Lazily load `time`, `cgi`, and `zlib`
- Merge rubygems 3.2.0.rc.2 and remove some stuff that was not actually released
- Pickup changelog from stable branch
- Remove more code that made lib/ and test/ dependent on each other
- Make lib/ and test/ more independent from each other
- Use ruby 2.7.2 in CI
- Add missing `octokit` gem
- Move ronn pages to lib
- Improve the independence of bundler specs from rubygems
- Get ready for bundler 2.2.0.rc.2 release
- Some pull requests not shown.
- Minor tweaks in documentation
- Add coverage for `enable` and `disable` subcommands help
- Another punctuation tweak in `enable breakpoints` help text
- Fix crash when running `untracevar` with not existing global variable
- Add `mdl` binstub
- Fix small consistency issues in help messages
- Add missing coverage in several places
- Add Windows platform to lockfile
- Renable unintentionally skipped tests
- Skip warning about `$SAFE` global variable
- Cleanup unneeded code after ruby 2.4 support drop
- Drop ruby 2.4 support
- Remove extra empty line from README template
- Update endpoint of gem signin command
- add BUNDLE_NO_SUDO env var to disallow sudo
- Load rubygems plugins from RUBYLIB during `bundle install` and `bundle update`
- Omit deprecated commands from command help output
- Make Gem::SystemExitException properly exit with a given code
- Suggest alternatives in `gem query` deprecation
- Fixed the missing require for Changelog class
- Correct grammar in Gemfile docs
- Append '.gemspec' extension only when it is not present.
- Fix "stack level too deep" error when overriding `Warning.warn`
- Improve gem build -C flag
Created an issue in rubygems/rubygems that received 7 comments
Add a way to disable "auto-sudo"
Describe the problem as clearly as you can
Currently bundler detects if it's lacking write permissions on the default GEM_HOME and automatically "u…