Skip to content

Commit edf744e

Browse files
Rubygems version 3.2.2 with changelog
1 parent 09fdc07 commit edf744e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

History.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
=== 3.2.2 / 2020-12-17
2+
3+
Bug fixes:
4+
5+
* Fix issue where CLI commands making more than one request to
6+
rubygems.org needing an OTP code would crash or ask for the code twice.
7+
Pull request #4162 by sonalkr132
8+
* Fix building rake extensions that require openssl. Pull request #4165 by
9+
deivid-rodriguez
10+
* Fix `gem update --system` displaying too many changelog entries. Pull
11+
request #4145 by deivid-rodriguez
12+
113
=== 3.2.1 / 2020-12-14
214

315
Enhancements:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'rbconfig'
99

1010
module Gem
11-
VERSION = "3.2.1".freeze
11+
VERSION = "3.2.2".freeze
1212
end
1313

1414
# Must be first since it unloads the prelude from 1.9.2

rubygems-update.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rubygems-update"
5-
s.version = "3.2.1"
5+
s.version = "3.2.2"
66
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
77
88

0 commit comments

Comments
 (0)