diff --git a/MIT-LICENSE b/MIT-LICENSE index eaa2b4e0..abb2213b 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 Genadi Samokovarov and Guillermo Iguaran +Copyright 2014 Charlie Somerville, Genadi Samokovarov and Guillermo Iguaran Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/web-console.gemspec b/web-console.gemspec index 9897cd85..78c77817 100644 --- a/web-console.gemspec +++ b/web-console.gemspec @@ -5,7 +5,7 @@ require "web_console/version" Gem::Specification.new do |s| s.name = "web-console" s.version = WebConsole::VERSION - s.authors = ["Genadi Samokovarov", "Guillermo Iguaran", "Ryan Dao"] + s.authors = ["Charlie Somerville", "Genadi Samokovarov", "Guillermo Iguaran", "Ryan Dao"] s.email = ["gsamokovarov@gmail.com", "guilleiguaran@gmail.com", "daoduyducduong@gmail.com"] s.homepage = "https://github.com/rails/web-console" s.summary = "Rails Console on the Browser."