1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Hiroshi SHIBATA
44c926f3a9 Merge RubyGems-3.3.19 and Bundler-2.3.19 2022-09-03 15:54:07 +09:00
Hiroshi SHIBATA
0918783347 Merge RubyGems-3.3.18 and Bundler-2.3.18 2022-09-03 15:54:07 +09:00
Hiroshi SHIBATA
d7862a5de4 Merge RubyGems-3.3.14 and Bundler-2.3.14 2022-09-03 15:54:07 +09:00
Hiroshi SHIBATA
1a0c76f4e1 Merge RubyGems-3.3.9 and Bundler-2.3.9 2022-05-18 10:02:42 +09:00
Hiroshi SHIBATA
b5ef64a8a1 Merge RubyGems-3.3.8 and Bundler-2.3.8 2022-05-18 10:02:42 +09:00
Jean Boussier
715a51a0d6 [rubygems/rubygems] Feature: accept pull request URLs as github source
Very often github source is used to temporarily use a modified gem
while a PR upstream is being reviewed.

So for instance https://github.com/ruby/bigdecimal/pull/211 will look like:

```ruby
gem "bigdecimal", github: "casperisfine/bigdecimal", branch: "git-gem" # https://github.com/ruby/bigdecimal/pull/200
```

It's annoying because you have to fiddle with the branch name, which is copied as `casperisfine:git-gem`, etc etc.

If I could simply use the PR URL like this:

```
gem "bigdecimal", github: "https://github.com/ruby/bigdecimal/pull/211"
```

It would make a very common task for me so much simpler.

https://github.com/rubygems/rubygems/commit/517c527751
2021-12-06 20:27:29 +09:00
Nobuyoshi Nakada
539c42ed89 [rubygems/rubygems] Fix typos
https://github.com/rubygems/rubygems/commit/f328ef6f77
2021-11-04 23:06:25 +09:00
David Rodríguez
7d859489e1 [rubygems/rubygems] Bring --jobs documentation up to date
https://github.com/rubygems/rubygems/commit/58da501e5d
2021-08-31 19:06:14 +09:00
David Rodríguez
6e2240a2f9 Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
Hiroshi SHIBATA
ed149dbf46 Merge the master branch of Bundler 2021-04-15 15:36:15 +09:00
David Rodríguez
53468cc111 Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00
Hiroshi SHIBATA
69ed64949b Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20 2021-01-04 13:14:43 +09:00
Renamed from man/bundle-update.1 (Browse further)