benry-cmdapp 0.2.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/benry-cmdapp.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "benry-cmdapp"
5
- spec.version = "$Release: 0.2.0 $".split()[1]
5
+ spec.version = "$Release: 1.1.0 $".split()[1]
6
6
  spec.author = "kwatch"
7
7
  spec.email = "kwatch@gmail.com"
8
8
  spec.platform = Gem::Platform::RUBY
9
9
  spec.homepage = "https://kwatch.github.io/benry-ruby/benry-cmdapp.html"
10
- spec.summary = "Command-line application framework`"
10
+ spec.summary = "Command-line application framework"
11
11
  spec.description = <<-"END"
12
12
  Benry-CmdApp is a framework to create command-line application
13
13
  like `git`, `docker`, or `npm` commands.
@@ -31,6 +31,6 @@ END
31
31
  #spec.extra_rdoc_files = ["README.md", "CHANGES.md"]
32
32
 
33
33
  spec.required_ruby_version = ">= 2.3"
34
- spec.add_runtime_dependency "benry-cmdopt" , "~> 2", ">= 2.1.0"
34
+ spec.add_runtime_dependency "benry-cmdopt" , "~> 2", ">= 2.4.0"
35
35
  spec.add_development_dependency "oktest" , "~> 1"
36
36
  end