From 8a67d4dcbde94572e7830bf722f72618815cc32e Mon Sep 17 00:00:00 2001 From: Tatsuki Sugiura Date: Tue, 4 Oct 2016 16:51:40 +0900 Subject: [PATCH] Update version 0.1.7 to change service domain. --- ChangeLog | 5 +++++ lib/osdn/cli/version.rb | 2 +- osdn-cli.gemspec | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e7bd11..641f103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-10-04 Tatsuki Sugiura + + * Version 0.1.7 + * Update API core lib dependency to follow domain change. + 2016-07-27 Tatsuki Sugiura * Version 0.1.6 diff --git a/lib/osdn/cli/version.rb b/lib/osdn/cli/version.rb index 57062d9..22045d1 100644 --- a/lib/osdn/cli/version.rb +++ b/lib/osdn/cli/version.rb @@ -1,5 +1,5 @@ module OSDN module CLI - VERSION = "0.1.6" + VERSION = "0.1.7" end end diff --git a/osdn-cli.gemspec b/osdn-cli.gemspec index 0cd163f..bb736af 100644 --- a/osdn-cli.gemspec +++ b/osdn-cli.gemspec @@ -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 -- 2.11.0