<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/cli/info.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[rubygems/rubygems] Refactor `bundle info`</title>
<updated>2023-12-13T04:02:22+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-12-11T12:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a7aa5560f1a9967e320f71b7e8e8ee748151168'/>
<id>1a7aa5560f1a9967e320f71b7e8e8ee748151168</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/0e919eaa87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/0e919eaa87
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove dead code</title>
<updated>2023-12-13T04:02:21+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-12-11T11:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70428247c673987c6613396f55a8ab5651d27fe4'/>
<id>70428247c673987c6613396f55a8ab5651d27fe4</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/fad186df39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/fad186df39
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] 🚨 Rubocop Linting</title>
<updated>2023-10-03T07:13:18+00:00</updated>
<author>
<name>Peter Boling</name>
<email>peter.boling@gmail.com</email>
</author>
<published>2023-09-14T04:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16a97c7bbb5ef04da58e7136830b57707b5fc2ad'/>
<id>16a97c7bbb5ef04da58e7136830b57707b5fc2ad</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/2851e051c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/2851e051c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems/Bundler master</title>
<updated>2022-12-26T06:09:21+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-26T05:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b7ad60a79440f65cf883d3ff9dbdde701666ef56'/>
<id>b7ad60a79440f65cf883d3ff9dbdde701666ef56</id>
<content type='text'>
  from https://github.com/rubygems/rubygems/commit/72fd3dd2096af16d797ad0cd8e0d2a8869e240b3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  from https://github.com/rubygems/rubygems/commit/72fd3dd2096af16d797ad0cd8e0d2a8869e240b3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5</title>
<updated>2022-04-28T10:08:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-04-01T11:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=678d58c8508ec46aa270e3c5d81fc09cd0fee175'/>
<id>678d58c8508ec46aa270e3c5d81fc09cd0fee175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Skip "seller shipped" notification after delivery</title>
<updated>2022-02-01T11:07:18+00:00</updated>
<author>
<name>Dan Jensen</name>
<email>djensen@addfour.co</email>
</author>
<published>2022-01-26T18:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b2f6b942b0c38bf4925f4e8ad662f6a14954060'/>
<id>0b2f6b942b0c38bf4925f4e8ad662f6a14954060</id>
<content type='text'>
If a Shipment has been delivered, there is no point in notifying the
buyer that the seller shipped. Instead, we should simply notify the
buyer that the shipment was delivered. This is relevant in cases where
the seller is late to mark a Shipment as shipped, so the first EasyPost
Tracker update marks it as delivered, or in cases where the seller
fails to mark as shipped and the buyer marks it as delivered.

This fixes a Shipment event handler so the buyer notification for
shipment is no longer invoked if the Shipment is already delivered.

https://github.com/rubygems/rubygems/commit/09c2cadc86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a Shipment has been delivered, there is no point in notifying the
buyer that the seller shipped. Instead, we should simply notify the
buyer that the shipment was delivered. This is relevant in cases where
the seller is late to mark a Shipment as shipped, so the first EasyPost
Tracker update marks it as delivered, or in cases where the seller
fails to mark as shipped and the buyer marks it as delivered.

This fixes a Shipment event handler so the buyer notification for
shipment is no longer invoked if the Shipment is already delivered.

https://github.com/rubygems/rubygems/commit/09c2cadc86
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add --version parameter to bundle info command.</title>
<updated>2021-12-06T09:03:54+00:00</updated>
<author>
<name>Josef Šimánek</name>
<email>josef.simanek@gmail.com</email>
</author>
<published>2021-12-06T00:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=25423f0918eb31477a9ef72a4c14b0c5c5b78bc6'/>
<id>25423f0918eb31477a9ef72a4c14b0c5c5b78bc6</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/7d9fdd908d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/7d9fdd908d
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has been deleted</title>
<updated>2021-11-25T23:50:52+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-11-25T20:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3320f164fd4147256227271b89e02522a536093'/>
<id>f3320f164fd4147256227271b89e02522a536093</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/fe1a31db31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/fe1a31db31
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gems</title>
<updated>2021-10-13T07:21:42+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-10-09T11:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0f1f95a3e3011b6c61fdc455e4078e5e231548e3'/>
<id>0f1f95a3e3011b6c61fdc455e4078e5e231548e3</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/8950631f02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/8950631f02
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Show a warning in `bundle info` if gem has been deleted</title>
<updated>2021-10-11T10:13:16+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-10-09T09:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0c3ac8734558232c5287ea737edfbe5a3ab4f290'/>
<id>0c3ac8734558232c5287ea737edfbe5a3ab4f290</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/ff86cd7dd2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/ff86cd7dd2
</pre>
</div>
</content>
</entry>
</feed>
