airbnb / hypernova-ruby

Ruby client for Hypernova.
https://github.com/airbnb/hypernova
MIT License
141 stars 55 forks source link

v2.0.0 Official deprecation #33

Closed brieb closed 1 year ago

brieb commented 1 year ago

Deprecation is considered a breaking change.

How was this tested?

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
brieb commented 1 year ago

4889c71