Skip to content

Commit

Permalink
Bump version to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2020
1 parent 8b2fe9f commit dfa9100
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# coding: UTF-8

=== 3.0.8 / 2020-02-19

Bug fixes:

* Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
Nobuyoshi Nakada.

=== 3.0.7 / 2020-02-18

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'rbconfig'

module Gem
VERSION = "3.0.7".freeze
VERSION = "3.0.8".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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubygems-update"
s.version = "3.0.7"
s.version = "3.0.8"
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 dfa9100

Please sign in to comment.