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

ruby-changes:73034

From: David <ko1@a...>
Date: Tue, 23 Aug 2022 10:46:16 +0900 (JST)
Subject: [ruby-changes:73034] 29c443fedc (master): [rubygems/rubygems] Remove unnecessary mixin inclusion

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

From 29c443fedc0d3692cb52241318abb0de619ae178 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Mon, 8 Aug 2022 22:03:55 +0200
Subject: [rubygems/rubygems] Remove unnecessary mixin inclusion

It's already included by the parent.

https://github.com/rubygems/rubygems/commit/3ffe389c44
---
 lib/bundler/endpoint_specification.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb
index e9aa366b41..368534ba6d 100644
--- a/lib/bundler/endpoint_specification.rb
+++ b/lib/bundler/endpoint_specification.rb
@@ -3,8 +3,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/endpoint_specification.rb#L3
 module Bundler
   # used for Creating Specifications from the Gemcutter Endpoint
   class EndpointSpecification < Gem::Specification
-    include MatchPlatform
-
     attr_reader :name, :version, :platform, :checksum
     attr_accessor :source, :remote, :dependencies
 
-- 
cgit v1.2.1


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

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