Skip to content

Commit

Permalink
release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Gilder committed Aug 9, 2011
1 parent b193606 commit 055bd80
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
11 changes: 11 additions & 0 deletions History.rdoc
@@ -1,3 +1,14 @@
4.0.5 / 2011-08-09
==================

* Updated documentation to fix inaccuracies and unclear information.
* Improved rake tasks for gem development.
* Added say_ok, say_warning and say_error methods to print messages in green, yellow or red. (thanks to Simon Courtois)
* Fixed; Allow global options to be passed in any order, even mixed with command options. (thanks to Rich Grundy)
* Fixed; Global options can be passed before or after the command, they can even be mixed with command options. Closes #8. (thanks to Rich Grundy)
* Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn)
* Fixed; Add to_s to exceptions as option parser no longer does implicit conversion. (thanks to Justin Lynn)

4.0.4 / 2011-04-04 4.0.4 / 2011-04-04
================== ==================


Expand Down
1 change: 1 addition & 0 deletions Manifest
Expand Up @@ -4,6 +4,7 @@ Manifest
README.rdoc README.rdoc
Rakefile Rakefile
bin/commander bin/commander
commander.gemspec
lib/commander.rb lib/commander.rb
lib/commander/blank.rb lib/commander/blank.rb
lib/commander/command.rb lib/commander/command.rb
Expand Down
14 changes: 7 additions & 7 deletions commander.gemspec
Expand Up @@ -2,16 +2,16 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{commander} s.name = %q{commander}
s.version = "4.0.4" s.version = "4.0.5"


s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = [%q{TJ Holowaychuk}, %q{Gabriel Gilder}] s.authors = [%q{TJ Holowaychuk}, %q{Gabriel Gilder}]
s.date = %q{2011-08-02} s.date = %q{2011-08-09}
s.description = %q{The complete solution for Ruby command-line executables} s.description = %q{The complete solution for Ruby command-line executables}
s.email = %q{ggilder@tractionco.com} s.email = %q{ggilder@tractionco.com}
s.executables = [%q{commander}] s.executables = [%q{commander}]
s.extra_rdoc_files = [%q{README.rdoc}, %q{bin/commander}, %q{lib/commander.rb}, %q{lib/commander/blank.rb}, %q{lib/commander/command.rb}, %q{lib/commander/core_ext.rb}, %q{lib/commander/core_ext/array.rb}, %q{lib/commander/core_ext/object.rb}, %q{lib/commander/delegates.rb}, %q{lib/commander/help_formatters.rb}, %q{lib/commander/help_formatters/base.rb}, %q{lib/commander/help_formatters/terminal.rb}, %q{lib/commander/help_formatters/terminal/command_help.erb}, %q{lib/commander/help_formatters/terminal/help.erb}, %q{lib/commander/help_formatters/terminal_compact.rb}, %q{lib/commander/help_formatters/terminal_compact/command_help.erb}, %q{lib/commander/help_formatters/terminal_compact/help.erb}, %q{lib/commander/import.rb}, %q{lib/commander/platform.rb}, %q{lib/commander/runner.rb}, %q{lib/commander/user_interaction.rb}, %q{lib/commander/version.rb}, %q{tasks/docs.rake}, %q{tasks/gemspec.rake}] s.extra_rdoc_files = [%q{README.rdoc}, %q{bin/commander}, %q{lib/commander.rb}, %q{lib/commander/blank.rb}, %q{lib/commander/command.rb}, %q{lib/commander/core_ext.rb}, %q{lib/commander/core_ext/array.rb}, %q{lib/commander/core_ext/object.rb}, %q{lib/commander/delegates.rb}, %q{lib/commander/help_formatters.rb}, %q{lib/commander/help_formatters/base.rb}, %q{lib/commander/help_formatters/terminal.rb}, %q{lib/commander/help_formatters/terminal/command_help.erb}, %q{lib/commander/help_formatters/terminal/help.erb}, %q{lib/commander/help_formatters/terminal_compact.rb}, %q{lib/commander/help_formatters/terminal_compact/command_help.erb}, %q{lib/commander/help_formatters/terminal_compact/help.erb}, %q{lib/commander/import.rb}, %q{lib/commander/platform.rb}, %q{lib/commander/runner.rb}, %q{lib/commander/user_interaction.rb}, %q{lib/commander/version.rb}, %q{tasks/dev_setup.rake}, %q{tasks/docs.rake}, %q{tasks/gemspec.rake}]
s.files = [%q{History.rdoc}, %q{Manifest}, %q{README.rdoc}, %q{Rakefile}, %q{bin/commander}, %q{commander.gemspec}, %q{lib/commander.rb}, %q{lib/commander/blank.rb}, %q{lib/commander/command.rb}, %q{lib/commander/core_ext.rb}, %q{lib/commander/core_ext/array.rb}, %q{lib/commander/core_ext/object.rb}, %q{lib/commander/delegates.rb}, %q{lib/commander/help_formatters.rb}, %q{lib/commander/help_formatters/base.rb}, %q{lib/commander/help_formatters/terminal.rb}, %q{lib/commander/help_formatters/terminal/command_help.erb}, %q{lib/commander/help_formatters/terminal/help.erb}, %q{lib/commander/help_formatters/terminal_compact.rb}, %q{lib/commander/help_formatters/terminal_compact/command_help.erb}, %q{lib/commander/help_formatters/terminal_compact/help.erb}, %q{lib/commander/import.rb}, %q{lib/commander/platform.rb}, %q{lib/commander/runner.rb}, %q{lib/commander/user_interaction.rb}, %q{lib/commander/version.rb}, %q{spec/command_spec.rb}, %q{spec/core_ext/array_spec.rb}, %q{spec/core_ext/object_spec.rb}, %q{spec/help_formatters/terminal_spec.rb}, %q{spec/runner_spec.rb}, %q{spec/spec.opts}, %q{spec/spec_helper.rb}, %q{spec/ui_spec.rb}, %q{tasks/docs.rake}, %q{tasks/gemspec.rake}] s.files = [%q{DEVELOPMENT}, %q{History.rdoc}, %q{Manifest}, %q{README.rdoc}, %q{Rakefile}, %q{bin/commander}, %q{commander.gemspec}, %q{lib/commander.rb}, %q{lib/commander/blank.rb}, %q{lib/commander/command.rb}, %q{lib/commander/core_ext.rb}, %q{lib/commander/core_ext/array.rb}, %q{lib/commander/core_ext/object.rb}, %q{lib/commander/delegates.rb}, %q{lib/commander/help_formatters.rb}, %q{lib/commander/help_formatters/base.rb}, %q{lib/commander/help_formatters/terminal.rb}, %q{lib/commander/help_formatters/terminal/command_help.erb}, %q{lib/commander/help_formatters/terminal/help.erb}, %q{lib/commander/help_formatters/terminal_compact.rb}, %q{lib/commander/help_formatters/terminal_compact/command_help.erb}, %q{lib/commander/help_formatters/terminal_compact/help.erb}, %q{lib/commander/import.rb}, %q{lib/commander/platform.rb}, %q{lib/commander/runner.rb}, %q{lib/commander/user_interaction.rb}, %q{lib/commander/version.rb}, %q{spec/command_spec.rb}, %q{spec/core_ext/array_spec.rb}, %q{spec/core_ext/object_spec.rb}, %q{spec/help_formatters/terminal_spec.rb}, %q{spec/runner_spec.rb}, %q{spec/spec.opts}, %q{spec/spec_helper.rb}, %q{spec/ui_spec.rb}, %q{tasks/dev_setup.rake}, %q{tasks/docs.rake}, %q{tasks/gemspec.rake}]
s.homepage = %q{http://visionmedia.github.com/commander} s.homepage = %q{http://visionmedia.github.com/commander}
s.rdoc_options = [%q{--line-numbers}, %q{--inline-source}, %q{--title}, %q{Commander}, %q{--main}, %q{README.rdoc}] s.rdoc_options = [%q{--line-numbers}, %q{--inline-source}, %q{--title}, %q{Commander}, %q{--main}, %q{README.rdoc}]
s.require_paths = [%q{lib}] s.require_paths = [%q{lib}]
Expand All @@ -26,17 +26,17 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<highline>, [">= 1.5.0"]) s.add_runtime_dependency(%q<highline>, [">= 1.5.0"])
s.add_development_dependency(%q<echoe>, [">= 4.0.0"]) s.add_development_dependency(%q<echoe>, [">= 4.0.0"])
s.add_development_dependency(%q<sdoc>, [">= 0.2.20"]) s.add_development_dependency(%q<sdoc>, [">= 0.2.20"])
s.add_development_dependency(%q<rspec>, ["< 2"]) s.add_development_dependency(%q<rspec>, ["~> 1.3"])
else else
s.add_dependency(%q<highline>, [">= 1.5.0"]) s.add_dependency(%q<highline>, [">= 1.5.0"])
s.add_dependency(%q<echoe>, [">= 4.0.0"]) s.add_dependency(%q<echoe>, [">= 4.0.0"])
s.add_dependency(%q<sdoc>, [">= 0.2.20"]) s.add_dependency(%q<sdoc>, [">= 0.2.20"])
s.add_dependency(%q<rspec>, ["< 2"]) s.add_dependency(%q<rspec>, ["~> 1.3"])
end end
else else
s.add_dependency(%q<highline>, [">= 1.5.0"]) s.add_dependency(%q<highline>, [">= 1.5.0"])
s.add_dependency(%q<echoe>, [">= 4.0.0"]) s.add_dependency(%q<echoe>, [">= 4.0.0"])
s.add_dependency(%q<sdoc>, [">= 0.2.20"]) s.add_dependency(%q<sdoc>, [">= 0.2.20"])
s.add_dependency(%q<rspec>, ["< 2"]) s.add_dependency(%q<rspec>, ["~> 1.3"])
end end
end end
2 changes: 1 addition & 1 deletion lib/commander/version.rb
@@ -1,4 +1,4 @@


module Commander module Commander
VERSION = '4.0.4' VERSION = '4.0.5'
end end

0 comments on commit 055bd80

Please sign in to comment.