[前][次][番号順一覧][スレッド一覧]

ruby-changes:57952

From: bronzdoc <ko1@a...>
Date: Fri, 27 Sep 2019 01:17:53 +0900 (JST)
Subject: [ruby-changes:57952] d1c97ceb86 (master): [rubygems/rubygems] Update expectation in test_to_ruby_with_rsa_key

https://git.ruby-lang.org/ruby.git/commit/?id=d1c97ceb86

From d1c97ceb86bb39d411d88563e17daebe0a764d00 Mon Sep 17 00:00:00 2001
From: bronzdoc <lsagastume1990@g...>
Date: Fri, 21 Jun 2019 19:30:37 -0600
Subject: [rubygems/rubygems] Update expectation in test_to_ruby_with_rsa_key

https://github.com/rubygems/rubygems/commit/2e65f7d4ae

diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
index c026ea4..a447ede 100644
--- a/test/rubygems/test_gem_specification.rb
+++ b/test/rubygems/test_gem_specification.rb
@@ -2461,13 +2461,12 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_specification.rb#L2461
   s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
   s.require_paths = ["lib".freeze]
   s.authors = ["A User".freeze]
-  s.date = "2019-05-30"
+  s.date = "#{Gem::Specification::TODAY.strftime "%Y-%m-%d"}"
   s.description = "This is a test description".freeze
   s.email = "example@e...".freeze
   s.files = ["lib/code.rb".freeze]
   s.homepage = "http://example.com".freeze
   s.rubygems_version = "3.1.0.pre1".freeze
-  s.signing_key = OpenSSL::PKey::RSA
   s.summary = "this is a summary".freeze
 end
     SPEC
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]