File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 77# See LICENSE.txt for permissions.
88#++
99
10- require_relative "deprecate"
1110require_relative "basic_specification"
1211require_relative "stub_specification"
1312require_relative "platform"
3837# items you may add to a specification.
3938
4039class Gem ::Specification < Gem ::BasicSpecification
41- extend Gem ::Deprecate
4240
4341 # REFACTOR: Consider breaking out this version stuff into a separate
4442 # module. There's enough special stuff around it that it may justify
@@ -2540,21 +2538,6 @@ def validate_for_resolution
25402538 Gem ::SpecificationPolicy . new ( self ) . validate_for_resolution
25412539 end
25422540
2543- def validate_metadata
2544- Gem ::SpecificationPolicy . new ( self ) . validate_metadata
2545- end
2546- rubygems_deprecate :validate_metadata
2547-
2548- def validate_dependencies
2549- Gem ::SpecificationPolicy . new ( self ) . validate_dependencies
2550- end
2551- rubygems_deprecate :validate_dependencies
2552-
2553- def validate_permissions
2554- Gem ::SpecificationPolicy . new ( self ) . validate_permissions
2555- end
2556- rubygems_deprecate :validate_permissions
2557-
25582541 ##
25592542 # Set the version to +version+.
25602543
You can’t perform that action at this time.
0 commit comments