diff --git a/better_errors.gemspec b/better_errors.gemspec index a6cae6d3..04f74331 100644 --- a/better_errors.gemspec +++ b/better_errors.gemspec @@ -5,8 +5,8 @@ require 'better_errors/version' Gem::Specification.new do |s| s.name = "better_errors" s.version = BetterErrors::VERSION - s.authors = ["Charlie Somerville"] - s.email = ["charlie@charliesomerville.com"] + s.authors = ["Hailey Somerville"] + s.email = ["hailey@hailey.lol"] s.description = %q{Provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.} s.summary = %q{Better error page for Rails and other Rack apps} s.homepage = "https://github.com/BetterErrors/better_errors"