Skip to content

Commit 4880710

Browse files
committed
Regenerate gemspec for version 1.3.2
1 parent 9549ee0 commit 4880710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd-utils.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: cmd-utils 1.3.1 ruby lib
5+
# stub: cmd-utils 1.3.2 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "cmd-utils"
9-
s.version = "1.3.1"
9+
s.version = "1.3.2"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["Alan K. Stebbens"]
14-
s.date = "2014-06-25"
14+
s.date = "2015-11-18"
1515
s.description = "Several ruby libraries for building command-line utilities."
1616
s.email = "[email protected]"
1717
s.extra_rdoc_files = [
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
4141
]
4242
s.homepage = "http://bitbucket.org/aks_/cmd-utils"
4343
s.licenses = ["MIT"]
44-
s.rubygems_version = "2.2.2"
44+
s.rubygems_version = "2.4.5.1"
4545
s.summary = "Utilities for building CLIs"
4646

4747
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)