Skip to content

Commit 247abe6

Browse files
committed
Add Splitwise to docs and gemspec
1 parent fcf0db7 commit 247abe6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ Thank you to the authors of these libraries!
138138

139139
## Author/License
140140

141-
SuperDiff was created and is maintained by Elliot Winkler.
141+
SuperDiff was created by Elliot Winkler and is maintained by Splitwise, Inc.
142142
It is released under the [MIT license](LICENSE).

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: SuperDiff Documentation
22
site_description: User- and contributor-facing documentation for SuperDiff
3-
copyright: ©️ Elliot Winkler.
3+
copyright: ©️ Elliot Winkler; Splitwise, Inc.
44

55
# NOTE: Don't do this for now as it loads the version and stars dynamically
66
#repo_url: https://github.com/splitwise/super_diff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "super-diff"
33
version = "0.0.0"
44
description = "A more helpful way to view differences between complex data structures in RSpec"
5-
authors = ["Elliot Winkler <[email protected]>"]
5+
authors = ["Elliot Winkler <[email protected]>", "Splitwise, Inc. <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88

super_diff.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ require File.expand_path("lib/super_diff/version", __dir__)
33
Gem::Specification.new do |s|
44
s.name = "super_diff"
55
s.version = SuperDiff::VERSION
6-
s.authors = ["Elliot Winkler"]
7-
s.email = ["elliot.winkler@gmail.com"]
6+
s.authors = ["Elliot Winkler", "Splitwise, Inc."]
7+
s.email = ["oss-community@splitwise.com"]
88
s.homepage = "https://github.com/splitwise/super_diff"
99
s.summary =
1010
"A better way to view differences between complex data structures in RSpec."

0 commit comments

Comments
 (0)