Closed brieb closed 1 year ago
Deprecation is considered a breaking change.
Followed instructions here.
$ gem build Successfully built RubyGem Name: hypernova Version: 2.0.0 File: hypernova-2.0.0.gem $ gem install ./hypernova-2.0.0.gem Successfully installed hypernova-2.0.0 Parsing documentation for hypernova-2.0.0 Done installing documentation for hypernova after 0 seconds 1 gem installed $ irb irb(main):001:0> require "hypernova" [DEPRECATION] The 'hypernova' gem has been deprecated. => true irb(main):002:0>
bundle exec rspec ... Finished in 0.06111 seconds (files took 0.83804 seconds to load) 72 examples, 0 failures
4889c71
Deprecation is considered a breaking change.
How was this tested?
Followed instructions here.