Skip to content

Commit 6111280

Browse files
committed
Prepare Web Console for its next release
1 parent 91eed5a commit 6111280

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MIT-LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2016 Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran and Ryan Dao
1+
Copyright 2014-2016 Hailey Somerville, Genadi Samokovarov, Guillermo Iguaran and Ryan Dao
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ Make sure your configuration lives in `config/environments/development.rb`.
175175

176176
## Credits
177177

178-
* Shoutout to [Charlie Somerville] for [better_errors].
178+
* Shoutout to [Hailey Somerville] for [better_errors].
179179
* Kudos to [John Mair] for [binding_of_caller] and [debug_inspector].
180180
* Thanks to [Charles Oliver Nutter] for all the _JRuby_ feedback.
181181
* Hugs and kisses to all of our [contributors]!
182182

183-
[better_errors]: https://github.com/charliesome/better_errors
183+
[better_errors]: https://github.com/BetterErrors/better_errors
184184
[debug_inspector]: https://github.com/banister/debug_inspector
185185
[binding_of_caller]: https://github.com/banister/binding_of_caller
186-
[Charlie Somerville]: https://github.com/charliesome
186+
[Hailey Somerville]: https://github.com/haileys
187187
[John Mair]: https://github.com/banister
188188
[Charles Oliver Nutter]: https://github.com/headius
189189
[templates]: https://github.com/rails/web-console/tree/master/lib/web_console/templates

web-console.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require "web_console/version"
77
Gem::Specification.new do |s|
88
s.name = "web-console"
99
s.version = WebConsole::VERSION
10-
s.authors = ["Charlie Somerville", "Genadi Samokovarov", "Guillermo Iguaran", "Ryan Dao"]
11-
10+
s.authors = ["Hailey Somerville", "Genadi Samokovarov", "Guillermo Iguaran", "Ryan Dao"]
11+
1212
s.homepage = "https://github.com/rails/web-console"
1313
s.summary = "A debugging tool for your Ruby on Rails applications."
1414
s.license = "MIT"

0 commit comments

Comments
 (0)