• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂8a67d4dcbde94572e7830bf722f72618815cc32e (tree)
時間2016-10-04 16:51:40
作者Tatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Update version 0.1.7 to change service domain.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2016-10-04 Tatsuki Sugiura <sugi@nemui.org>
2+
3+ * Version 0.1.7
4+ * Update API core lib dependency to follow domain change.
5+
16 2016-07-27 Tatsuki Sugiura <sugi@nemui.org>
27
38 * Version 0.1.6
--- 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.6"
3+ VERSION = "0.1.7"
44 end
55 end
--- a/osdn-cli.gemspec
+++ b/osdn-cli.gemspec
@@ -8,12 +8,12 @@ Gem::Specification.new do |spec|
88 spec.name = "osdn-cli"
99 spec.version = OSDN::CLI::VERSION
1010 spec.authors = ["OSDN"]
11- spec.email = ["admin@osdn.jp"]
11+ spec.email = ["admin@osdn.net"]
1212 spec.license = 'MIT'
1313
1414 spec.summary = %q{OSDN Command Line Interface}
1515 spec.description = %q{Non-intaractive manipulation tool for OSDN}
16- spec.homepage = "https://osdn.jp/projects/osdn-codes/wiki/CommandLineInterface"
16+ spec.homepage = "https://osdn.net/projects/osdn-codes/wiki/CommandLineInterface"
1717
1818 files = %w(ChangeLog README.md) + (Pathname.glob("exe/**/*") + Pathname.glob("lib/**/*")).reject{|f| f.directory? }.map(&:to_s)
1919 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|
2525 spec.add_development_dependency "rake", "~> 10.0"
2626 spec.add_development_dependency "rspec", "~> 3.0"
2727
28- spec.add_dependency "osdn-client", ">= 0.0.20160711", "< 1.0.0"
28+ spec.add_dependency "osdn-client", ">= 0.0.20161003", "< 1.0.0"
2929 spec.add_dependency "hashie"
3030 end