File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: cmd-utils 1.3.1 ruby lib
5
+ # stub: cmd-utils 1.3.2 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "cmd-utils"
9
- s . version = "1.3.1 "
9
+ s . version = "1.3.2 "
10
10
11
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" ]
13
13
s . authors = [ "Alan K. Stebbens" ]
14
- s . date = "2014-06-25 "
14
+ s . date = "2015-11-18 "
15
15
s . description = "Several ruby libraries for building command-line utilities."
16
16
17
17
s . extra_rdoc_files = [
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
]
42
42
s . homepage = "http://bitbucket.org/aks_/cmd-utils"
43
43
s . licenses = [ "MIT" ]
44
- s . rubygems_version = "2.2.2 "
44
+ s . rubygems_version = "2.4.5.1 "
45
45
s . summary = "Utilities for building CLIs"
46
46
47
47
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments