Skip to content

Commit

Permalink
Update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Jan 18, 2018
1 parent 1d3ee3a commit 4c8ed26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changit

An over-engineered tool to change git config for multiple projects at once.

[![Build Status](https://travis-ci.org/aaoiki/changit.svg?branch=master)](https://travis-ci.org/aaoiki/changit)
[![Build Status](https://travis-ci.org/aonemd/changit.svg?branch=master)](https://travis-ci.org/aonemd/changit)

## Installation

Expand Down Expand Up @@ -34,4 +34,4 @@ changit -h

## License

See [LICENSE](https://github.com/aaoiki/changit/blob/master/LICENSE).
See [LICENSE](https://github.com/aonemd/changit/blob/master/LICENSE).
10 changes: 5 additions & 5 deletions changit.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding: utf-8
require File.expand_path('../lib/changit/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["aaoiki"]
gem.email = ["aaoiki7@gmail.com"]
Gem::Specification.new do |gem|
gem.authors = ["Ahmad Saleh"]
gem.email = ["aonemdsalej@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/aaoiki/changit"
gem.homepage = "https://github.com/aonemdsaleh/changit"

gem.files = `git ls-files`.split($\).reject do |f|
f.match(%r{^(test|spec|features)/})
Expand All @@ -17,4 +17,4 @@ Gem::Specification.new do |gem|
gem.name = "changit"
gem.require_paths = ["lib"]
gem.version = Changit::VERSION
end
end

0 comments on commit 4c8ed26

Please sign in to comment.