From 75217e0e15eaa4b7fdb16b57ca4e1b2fbd9a0626 Mon Sep 17 00:00:00 2001 From: hawayiii <1594090828@qq.com> Date: Thu, 26 Apr 2018 12:27:10 +0800 Subject: [PATCH 1/4] Update readme edit by hwy --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index a906cb2a4..09b709867 100644 --- a/README +++ b/README @@ -3,4 +3,6 @@ SimpleGit Ruby Library This library calls git commands and returns the output. -Author : Scott Chacon \ No newline at end of file +Author : Scott Chacon + +@edit by hwy 20180426 From f80783500eff14568b803478b94c54c78d1c440a Mon Sep 17 00:00:00 2001 From: hx Date: Thu, 26 Apr 2018 17:42:56 +0800 Subject: [PATCH 2/4] 1. modified README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 09b709867..a5ac756a0 100644 --- a/README +++ b/README @@ -6,3 +6,5 @@ This library calls git commands and returns the output. Author : Scott Chacon @edit by hwy 20180426 + +@edit by hwy 20180426-1739 From 02ab8c8fb44f0b7a270de6d42f6c0bf133b49c89 Mon Sep 17 00:00:00 2001 From: hawayiii <1594090828@qq.com> Date: Thu, 26 Apr 2018 17:56:38 +0800 Subject: [PATCH 3/4] update Rakefile add hwy tag --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 8f9413933..9823cae10 100644 --- a/Rakefile +++ b/Rakefile @@ -21,3 +21,7 @@ task :default => "pkg/#{spec.name}-#{spec.version}.gem" do puts "generated latest version" end +hwy{ + 'name':'handsome-boy' + 'sex':'man' +} From 9255f8707f899067bb60d736f0f8444993ee11ea Mon Sep 17 00:00:00 2001 From: hawayiii <1594090828@qq.com> Date: Thu, 26 Apr 2018 18:04:12 +0800 Subject: [PATCH 4/4] Update Rakefile --- Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9823cae10..fc645b8fb 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -require 'rubygems' + Gem::manage_gems require 'rake/gempackagetask' @@ -25,3 +25,5 @@ hwy{ 'name':'handsome-boy' 'sex':'man' } + +add by hwy at 20180426-1803