diff options
-rw-r--r-- | lib/bundler/endpoint_specification.rb | 2 |
1 files changed, 0 insertions, 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 @@ 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 |