lib/gemsmith/aids/spec.rb in gemsmith-7.6.0 vs lib/gemsmith/aids/spec.rb in gemsmith-7.7.0
- old
+ new
@@ -3,9 +3,10 @@
require "open3"
module Gemsmith
module Aids
# A convenience aid to the Gem::Specification object.
+ # DEPRECATED: Will be removed in the next major release. Use `GemSpec` instead.
class Spec
def initialize specification: ::Gem::Specification, shell: Open3
@specification = specification
@shell = shell
end