Skip to content

Commit

Permalink
Rubygems version 3.2.0 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 7, 2020
1 parent d20e200 commit 6cacdb9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions History.txt
@@ -1,3 +1,59 @@
=== 3.2.0 / 2020-12-7

Enhancements:

* Do not override Kernel#warn when there is no need. Pull request #4075 by
eregon
* Update endpoint of gem signin command. Pull request #3840 by sonalkr132
* Omit deprecated commands from command help output. Pull request #4023 by
landongrindheim
* Suggest alternatives in `gem query` deprecation. Pull request #4021 by
landongrindheim
* Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
deivid-rodriguez
* Don't hit the network when installing dependencyless local gemspec. Pull
request #3968 by deivid-rodriguez
* Add `--force` option to `gem sources` command. Pull request #3956 by
andy-smith-msm
* Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
* Pass more information when comparing platforms. Pull request #3817 by
eregon

Bug fixes:

* Use better owner & group for files in rubygems package. Pull request
#4065 by deivid-rodriguez
* Improve gem build -C flag. Pull request #3983 by bronzdoc
* Handle unexpected behavior with URI#merge and subpaths missing trailing
slashes. Pull request #3123 by drcapulet
* Add missing `fileutils` require in rubygems installer. Pull request
#4036 by deivid-rodriguez
* Fix `--platform` option to `gem specification` being ignored. Pull
request #4043 by deivid-rodriguez
* Expose `--no-minimal-deps` flag to install the latest version of
dependencies. Pull request #4030 by deivid-rodriguez
* Fix "stack level too deep" error when overriding `Warning.warn`. Pull
request #3987 by eregon
* Append '.gemspec' extension only when it is not present. Pull request
#3988 by voxik
* Install to correct plugins dir when using `--build-root`. Pull request
#3972 by deivid-rodriguez
* Fix `--build-root` flag under Windows. Pull request #3975 by
deivid-rodriguez
* Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
request #3951 by andy-smith-msm
* Make `--default` and `--install-dir` options to `gem install` play nice
together. Pull request #3906 by deivid-rodriguez

Deprecations:

* Deprecate server command. Pull request #3868 by bronzdoc

Performance:

* Don't change ruby process CWD when building extensions. Pull request
#3498 by deivid-rodriguez

=== 3.2.0.rc.2 / 2020-10-8

Minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -8,7 +8,7 @@
require 'rbconfig'

module Gem
VERSION = "3.2.0.rc.2".freeze
VERSION = "3.2.0".freeze
end

# Must be first since it unloads the prelude from 1.9.2
Expand Down
2 changes: 1 addition & 1 deletion rubygems-update.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubygems-update"
s.version = "3.2.0.rc.2"
s.version = "3.2.0"
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
s.email = ["", "", "drbrain@segment7.net", "luislavena@gmail.com", "aaron@tenderlovemaking.com", "segiddins@segiddins.me", "andre@arko.net", "evan@phx.io", "hsbt@ruby-lang.org"]

Expand Down

0 comments on commit 6cacdb9

Please sign in to comment.