From 846d010386a235d12567ec620add1b9ef8937754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 2 Jul 2009 14:20:56 +0200 Subject: [PATCH] Bump version that includes Thor::Shell::Color. --- Thorfile | 2 +- thor.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Thorfile b/Thorfile index da54fac54..234535bfb 100644 --- a/Thorfile +++ b/Thorfile @@ -3,7 +3,7 @@ require 'rubygems/specification' require 'thor/tasks' GEM = "thor" -GEM_VERSION = "0.10.22" +GEM_VERSION = "0.10.23" AUTHOR = "Yehuda Katz" EMAIL = "wycats@gmail.com" HOMEPAGE = "http://yehudakatz.com" diff --git a/thor.gemspec b/thor.gemspec index b7234a565..05ad5a71d 100644 --- a/thor.gemspec +++ b/thor.gemspec @@ -2,16 +2,16 @@ Gem::Specification.new do |s| s.name = %q{thor} - s.version = "0.10.22" + s.version = "0.10.23" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Yehuda Katz"] - s.date = %q{2009-07-01} + s.date = %q{2009-07-02} s.description = %q{A gem that maps options to a class} s.email = %q{wycats@gmail.com} s.executables = ["thor", "rake2thor"] s.extra_rdoc_files = ["README.markdown", "LICENSE", "CHANGELOG.rdoc"] - s.files = ["README.markdown", "LICENSE", "CHANGELOG.rdoc", "Rakefile", "bin/rake2thor", "bin/thor", "lib/thor.rb", "lib/thor", "lib/thor/error.rb", "lib/thor/base.rb", "lib/thor/group.rb", "lib/thor/actions", "lib/thor/actions/templater.rb", "lib/thor/actions/copy_file.rb", "lib/thor/actions/inject_into_file.rb", "lib/thor/actions/directory.rb", "lib/thor/actions/template.rb", "lib/thor/actions/get.rb", "lib/thor/actions/create_file.rb", "lib/thor/actions/empty_directory.rb", "lib/thor/util.rb", "lib/thor/runner.rb", "lib/thor/actions.rb", "lib/thor/parser.rb", "lib/thor/shell", "lib/thor/shell/basic.rb", "lib/thor/invocation.rb", "lib/thor/parser", "lib/thor/parser/argument.rb", "lib/thor/parser/option.rb", "lib/thor/parser/options.rb", "lib/thor/parser/arguments.rb", "lib/thor/tasks.rb", "lib/thor/core_ext", "lib/thor/core_ext/hash_with_indifferent_access.rb", "lib/thor/core_ext/ordered_hash.rb", "lib/thor/tasks", "lib/thor/tasks/install.rb", "lib/thor/tasks/spec.rb", "lib/thor/tasks/package.rb", "lib/thor/shell.rb", "lib/thor/task.rb"] + s.files = ["README.markdown", "LICENSE", "CHANGELOG.rdoc", "Rakefile", "bin/rake2thor", "bin/thor", "lib/thor.rb", "lib/thor", "lib/thor/error.rb", "lib/thor/base.rb", "lib/thor/group.rb", "lib/thor/actions", "lib/thor/actions/templater.rb", "lib/thor/actions/copy_file.rb", "lib/thor/actions/inject_into_file.rb", "lib/thor/actions/directory.rb", "lib/thor/actions/template.rb", "lib/thor/actions/get.rb", "lib/thor/actions/create_file.rb", "lib/thor/actions/empty_directory.rb", "lib/thor/util.rb", "lib/thor/runner.rb", "lib/thor/actions.rb", "lib/thor/parser.rb", "lib/thor/shell", "lib/thor/shell/basic.rb", "lib/thor/shell/color.rb", "lib/thor/invocation.rb", "lib/thor/parser", "lib/thor/parser/argument.rb", "lib/thor/parser/option.rb", "lib/thor/parser/options.rb", "lib/thor/parser/arguments.rb", "lib/thor/tasks.rb", "lib/thor/core_ext", "lib/thor/core_ext/hash_with_indifferent_access.rb", "lib/thor/core_ext/ordered_hash.rb", "lib/thor/tasks", "lib/thor/tasks/install.rb", "lib/thor/tasks/spec.rb", "lib/thor/tasks/package.rb", "lib/thor/shell.rb", "lib/thor/task.rb"] s.has_rdoc = true s.homepage = %q{http://yehudakatz.com} s.require_paths = ["lib"]