OSDN Git Service

Update version 0.1.7 to change service domain.
[osdn-codes/osdn-cli.git] / osdn-cli.gemspec
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