• R/O
  • HTTP
  • SSH
  • HTTPS

osdn-cli: 提交


Commit MetaInfo

修訂d4cf02528fdd9a015ab641cf322b12f33f6d054d (tree)
時間2016-07-27 16:07:57
作者Tatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Update version.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
1+2016-07-27 Tatsuki Sugiura <sugi@nemui.org>
2+
3+ * Version 0.1.6
4+ * frs_upload, relfile: Auto retry on upload error.
5+
16 2016-07-20 Tatsuki Sugiura <sugi@nemui.org>
27
3- * Versino 0.1.5
8+ * Version 0.1.5
49 * frs_upload, relfile: Add bandwidth limit option.
510
611 2016-07-01 Tatsuki Sugiura <sugi@nemui.org>
712
8- * Versino 0.1.4
13+ * Version 0.1.4
914 * frs_upload, relfile: Add progress options.
1015
1116 2016-05-26 Tatsuki Sugiura <sugi@nemui.org>
--- a/lib/osdn/cli/runner.rb
+++ b/lib/osdn/cli/runner.rb
@@ -80,6 +80,10 @@ module OSDN
8080 command = get_command_class(command_name).new(logger)
8181 logger.debug "Run command #{command_name}"
8282 begin
83+ Signal.trap "INT" do
84+ puts :INT
85+ exit
86+ end
8387 command.run
8488 rescue OSDNClient::ApiError => e
8589 begin
--- a/lib/osdn/cli/version.rb
+++ b/lib/osdn/cli/version.rb
@@ -1,5 +1,5 @@
11 module OSDN
22 module CLI
3- VERSION = "0.1.5"
3+ VERSION = "0.1.6"
44 end
55 end
Show on old repository browser