Skip to content

Commit dfa9100

Browse files
committed
Bump version to 3.0.8
1 parent 8b2fe9f commit dfa9100

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# coding: UTF-8
22

3+
=== 3.0.8 / 2020-02-19
4+
5+
Bug fixes:
6+
7+
* Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
8+
Nobuyoshi Nakada.
9+
310
=== 3.0.7 / 2020-02-18
411

512
Bug fixes:

lib/rubygems.rb

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

1111
module Gem
12-
VERSION = "3.0.7".freeze
12+
VERSION = "3.0.8".freeze
1313
end
1414

1515
# 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.0.7"
5+
s.version = "3.0.8"
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)