README.md in sorbet-struct-comparable-1.0.0 vs README.md in sorbet-struct-comparable-1.1.0

- old
+ new

@@ -1,8 +1,8 @@ ![Sorbet](https://user-images.githubusercontent.com/2643026/84757714-60be0600-afbc-11ea-8c0e-7da839ea1712.png) -![Continuous Integration](https://github.com/tricycle/sorbet-struct-comparable/workflows/Continuous%20Integration/badge.svg) +[![Gem Version](https://badge.fury.io/rb/sorbet-struct-comparable.svg)](https://badge.fury.io/rb/sorbet-struct-comparable) ![Continuous Integration](https://github.com/bellroy/sorbet-struct-comparable/workflows/Continuous%20Integration/badge.svg) # Making T::Struct's comparable since 2020 If you just want some simple equality checking on your `T::Struct`'s then you've come to the right place. Out of the box Sorbet's super useful `T::Struct`'s (<https://sorbet.org/docs/tstruct>) are not comparable meaning two separate instances (i.e. different `#object_id`'s) of a `T::Struct` with identical attributes are not equal. @@ -65,6 +65,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/tricycle/sorbet-struct-comparable. +Bug reports and pull requests are welcome on GitHub at https://github.com/bellroy/sorbet-struct-comparable.