diff --git a/LICENSE b/LICENSE index 82c9157..4b804a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Ahmad Saleh +Copyright (c) 2016 Ahmed Saleh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/changit.gemspec b/changit.gemspec index d15424b..41aafc3 100644 --- a/changit.gemspec +++ b/changit.gemspec @@ -2,11 +2,11 @@ require File.expand_path('../lib/changit/version', __FILE__) Gem::Specification.new do |gem| - gem.authors = ["Ahmad Saleh"] - gem.email = ["aonemdsalej@gmail.com"] + gem.authors = ["Ahmed Saleh"] + gem.email = ["aonemdsaleh@gmail.com"] gem.description = %q{An over-engineered tool to change git config for multiple projects at once.} gem.summary = %q{An over-engineered tool to change git config for multiple projects at once.} - gem.homepage = "https://github.com/aonemdsaleh/changit" + gem.homepage = "https://github.com/aonemd/changit" gem.files = `git ls-files`.split($\).reject do |f| f.match(%r{^(test|spec|features)/})