Skip to content

Commit

Permalink
Add Splitwise to docs and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Sep 11, 2024
1 parent fcf0db7 commit 247abe6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ Thank you to the authors of these libraries!

## Author/License

SuperDiff was created and is maintained by Elliot Winkler.
SuperDiff was created by Elliot Winkler and is maintained by Splitwise, Inc.
It is released under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: SuperDiff Documentation
site_description: User- and contributor-facing documentation for SuperDiff
copyright: ©️ Elliot Winkler.
copyright: ©️ Elliot Winkler; Splitwise, Inc.

# NOTE: Don't do this for now as it loads the version and stars dynamically
#repo_url: https://github.com/splitwise/super_diff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "super-diff"
version = "0.0.0"
description = "A more helpful way to view differences between complex data structures in RSpec"
authors = ["Elliot Winkler <[email protected]>"]
authors = ["Elliot Winkler <[email protected]>", "Splitwise, Inc. <[email protected]>"]
license = "MIT"
readme = "README.md"

Expand Down
4 changes: 2 additions & 2 deletions super_diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require File.expand_path("lib/super_diff/version", __dir__)
Gem::Specification.new do |s|
s.name = "super_diff"
s.version = SuperDiff::VERSION
s.authors = ["Elliot Winkler"]
s.email = ["elliot.winkler@gmail.com"]
s.authors = ["Elliot Winkler", "Splitwise, Inc."]
s.email = ["oss-community@splitwise.com"]
s.homepage = "https://github.com/splitwise/super_diff"
s.summary =
"A better way to view differences between complex data structures in RSpec."
Expand Down

0 comments on commit 247abe6

Please sign in to comment.