aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-11-30 22:38:51 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-11-30 23:26:14 +0900
commit56354a3b9aefc7df1171a1895cdb4d66b8c10cf2 (patch)
tree0cd4cf937ff02c937b2de06df813aa9126994832 /Rakefile
parenta4e49eee7b129d438aa9f8b996bfd22aa670a2d4 (diff)
downloadruby-openssl-56354a3b9aefc7df1171a1895cdb4d66b8c10cf2.tar.gz
Copy History.md to the Ruby tree
sync:to_ruby Rake task now copies History.md to ext/openssl/History.md.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 91502607..2fca743d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -58,6 +58,7 @@ namespace :sync do
["test/test_*", "test/openssl/"],
["lib/", "ext/openssl/lib/"],
["sample/", "sample/openssl/"],
+ ["History.md", "ext/openssl/"],
]
paths.each do |src, dst|
sh "#{rsync} #{src} #{trunk_path}/#{dst}"