OSDN Git Service

Update version. v0.0.2
authorTatsuki Sugiura <sugi@nemui.org>
Mon, 14 Mar 2016 09:20:31 +0000 (18:20 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Mon, 14 Mar 2016 09:20:31 +0000 (18:20 +0900)
ChangeLog [new file with mode: 0644]
lib/osdn/cli/version.rb
osdn-cli.gemspec

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..b401a15
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,11 @@
+2016-03-14  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * Version 0.0.2
+       * frs_upload: Implement dry-run mode option.
+       * frs_upload: check file digest.
+       * frs_mkdirs: mangle non-suitable chars for local filesystem.
+
+2016-03-11  Tatsuki Sugiura  <sugi@osdn.jp>
+
+       * Initial Version (0.0.1)
+
index 616aaf8..cce4a99 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.0.1"
+    VERSION = "0.0.2"
   end
 end
index d9d2873..4a59150 100644 (file)
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
   spec.add_development_dependency "rake", "~> 10.0"
   spec.add_development_dependency "rspec", "~> 3.0"
 
-  spec.add_dependency "osdn-client", "~> 0.0.1"
+  spec.add_dependency "osdn-client", ">= 0.0.20160304"
+#  spec.add_dependency "ruby-progressbar"
   spec.add_dependency "hashie"
 end