diff --git a/README.md b/README.md index 1fb71a7..c1f5a24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## git-copy -> Git plugin for copy remote git repo to another remote destination +> Git plugin for copy remote/local git repo to another remote/local destination [![Gem](https://img.shields.io/gem/v/git-copy.svg)](https://rubygems.org/gems/git-copy) [![Build Status](https://travis-ci.org/cybertk/git-copy.svg?branch=master)](https://travis-ci.org/cybertk/git-copy) diff --git a/git-copy.gemspec b/git-copy.gemspec index 4e0e233..d8f30c5 100644 --- a/git-copy.gemspec +++ b/git-copy.gemspec @@ -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 = "kyan.ql.he@gmail.com" 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"