Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tumf committed Feb 20, 2011
1 parent ccf0263 commit f00d192
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions command-line-utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{command-line-utils}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yoshihiro TAKAHARA"]
s.date = %q{2011-01-22}
s.date = %q{2011-02-21}
s.description = %q{This is a command line utilites.}
s.email = %q{y.takahara@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"command-line-utils.gemspec",
"lib/command-line-utils.rb",
"lib/command-line-utils/cli.rb",
"lib/command-line-utils/commands.rb",
Expand All @@ -32,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/tumf/command-line-utils}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.4.2}
s.rubygems_version = %q{1.5.0}
s.summary = %q{Command line utilities.}
s.test_files = [
"test/helper.rb",
Expand Down

0 comments on commit f00d192

Please sign in to comment.