OSDN Git Service

Update version 0.1.7 to change service domain. v0.1.7
authorTatsuki Sugiura <sugi@nemui.org>
Tue, 4 Oct 2016 07:51:40 +0000 (16:51 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Tue, 4 Oct 2016 07:51:40 +0000 (16:51 +0900)
ChangeLog
lib/osdn/cli/version.rb
osdn-cli.gemspec

index 7e7bd11..641f103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-04  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * Version 0.1.7
+       * Update API core lib dependency to follow domain change.
+
 2016-07-27  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Version 0.1.6
index 57062d9..22045d1 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.1.6"
+    VERSION = "0.1.7"
   end
 end
index 0cd163f..bb736af 100644 (file)
@@ -8,12 +8,12 @@ Gem::Specification.new do |spec|
   spec.name          = "osdn-cli"
   spec.version       = OSDN::CLI::VERSION
   spec.authors       = ["OSDN"]
-  spec.email         = ["admin@osdn.jp"]
+  spec.email         = ["admin@osdn.net"]
   spec.license       = 'MIT'
 
   spec.summary       = %q{OSDN Command Line Interface}
   spec.description   = %q{Non-intaractive manipulation tool for OSDN}
-  spec.homepage      = "https://osdn.jp/projects/osdn-codes/wiki/CommandLineInterface"
+  spec.homepage      = "https://osdn.net/projects/osdn-codes/wiki/CommandLineInterface"
 
   files = %w(ChangeLog README.md) + (Pathname.glob("exe/**/*") + Pathname.glob("lib/**/*")).reject{|f| f.directory? }.map(&:to_s)
   spec.files         = files.reject { |f| f.match(%r{^(test|spec|features)/}) || f.match(%r{(~|\.bak|\.orig|\.rej)$}) }
@@ -25,6 +25,6 @@ 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.20160711", "< 1.0.0"
+  spec.add_dependency "osdn-client", ">= 0.0.20161003", "< 1.0.0"
   spec.add_dependency "hashie"
 end