Revisão | 8a67d4dcbde94572e7830bf722f72618815cc32e (tree) |
---|---|
Hora | 2016-10-04 16:51:40 |
Autor | Tatsuki Sugiura <sugi@nemu...> |
Commiter | Tatsuki Sugiura |
Update version 0.1.7 to change service domain.
@@ -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 | + | |
1 | 6 | 2016-07-27 Tatsuki Sugiura <sugi@nemui.org> |
2 | 7 | |
3 | 8 | * Version 0.1.6 |
@@ -1,5 +1,5 @@ | ||
1 | 1 | module OSDN |
2 | 2 | module CLI |
3 | - VERSION = "0.1.6" | |
3 | + VERSION = "0.1.7" | |
4 | 4 | end |
5 | 5 | end |
@@ -8,12 +8,12 @@ Gem::Specification.new do |spec| | ||
8 | 8 | spec.name = "osdn-cli" |
9 | 9 | spec.version = OSDN::CLI::VERSION |
10 | 10 | spec.authors = ["OSDN"] |
11 | - spec.email = ["admin@osdn.jp"] | |
11 | + spec.email = ["admin@osdn.net"] | |
12 | 12 | spec.license = 'MIT' |
13 | 13 | |
14 | 14 | spec.summary = %q{OSDN Command Line Interface} |
15 | 15 | 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" | |
17 | 17 | |
18 | 18 | files = %w(ChangeLog README.md) + (Pathname.glob("exe/**/*") + Pathname.glob("lib/**/*")).reject{|f| f.directory? }.map(&:to_s) |
19 | 19 | 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| | ||
25 | 25 | spec.add_development_dependency "rake", "~> 10.0" |
26 | 26 | spec.add_development_dependency "rspec", "~> 3.0" |
27 | 27 | |
28 | - spec.add_dependency "osdn-client", ">= 0.0.20160711", "< 1.0.0" | |
28 | + spec.add_dependency "osdn-client", ">= 0.0.20161003", "< 1.0.0" | |
29 | 29 | spec.add_dependency "hashie" |
30 | 30 | end |