-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ $:.unshift File.expand_path("../lib", __FILE__) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "git-copy" | ||
spec.version = "0.1.0" | ||
spec.version = "0.2.0" | ||
|
||
spec.author = "Quanlong He" | ||
spec.email = "[email protected]" | ||
spec.homepage = "https://github.com/cybertk/git-copy" | ||
spec.summary = "Copy remote git repo to another remote destination" | ||
spec.description = "Git plugin for copy remote git repo to another remote destination" | ||
spec.summary = "Copy git repo to another destination" | ||
spec.description = "Git plugin for copy remote/local git repo to another remote/local destination" | ||
spec.executables = "git-copy" | ||
spec.license = "MIT" | ||
|
||
|