Skip to content

Commit da996e3

Browse files
Added 3.5.6 release announcement
1 parent 2fb77aa commit da996e3

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 3.5.6 Released
3+
layout: post
4+
author: David Rodriguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.6 includes enhancements and bug fixes.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Enhancements:_
18+
19+
* Deep copy requirements in `Gem::Specification` and `Gem::Requirement`.
20+
Pull request [#7439](https://github.com/rubygems/rubygems/pull/7439) by
21+
flavorjones
22+
* Change gem login message to clear up that username can be also used.
23+
Pull request [#7422](https://github.com/rubygems/rubygems/pull/7422) by
24+
VitaliySerov
25+
* Add metadata for rubygems.org. Pull request
26+
[#7435](https://github.com/rubygems/rubygems/pull/7435) by m-nakamura145
27+
* Improve gem login scope selection. Pull request
28+
[#7342](https://github.com/rubygems/rubygems/pull/7342) by williantenfen
29+
* Vendor uri in RubyGems. Pull request
30+
[#7386](https://github.com/rubygems/rubygems/pull/7386) by
31+
deivid-rodriguez
32+
* Installs bundler 2.5.6 as a default gem.
33+
34+
_## Bug fixes:_
35+
36+
* Skip to load commented out words. Pull request
37+
[#7413](https://github.com/rubygems/rubygems/pull/7413) by hsbt
38+
* Fix rake runtime dependency warning for rake based extension. Pull
39+
request [#7395](https://github.com/rubygems/rubygems/pull/7395) by ntkme
40+
41+
42+
SHA256 Checksums:
43+
44+
* rubygems-3.5.6.tgz
45+
f3fcc0327cee0b7ebbee2ef014a42ba05b4032d7e1834dbcd3165dde700c99c2
46+
* rubygems-3.5.6.zip
47+
d15265729713654167ea1f4af66cd121abb34cc78b799b062bcd588dfc4798b3
48+
* rubygems-update-3.5.6.gem
49+
293e8fc50233d77111266d7ec85395e91b354a9e776410964794f055d7b5907d
50+
51+
52+
[download]: https://rubygems.org/pages/download
53+

0 commit comments

Comments
 (0)