Skip to content

Commit

Permalink
Bump version that includes Thor::Shell::Color.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 2, 2009
1 parent 43fa055 commit 846d010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Thorfile
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions thor.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit 846d010

Please sign in to comment.