Skip to content

Commit

Permalink
Update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed May 7, 2018
1 parent 895a7f6 commit 0c287a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions changit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand Down

0 comments on commit 0c287a4

Please sign in to comment.