Commit e85b6236 authored by Eloy Durán's avatar Eloy Durán

Update to claide 0.1.0

parent 451a526d
......@@ -8,9 +8,9 @@ GIT
GIT
remote: git://github.com/alloy/CLAide.git
revision: 324ceaf81365eb6e5936c010037887a2c8d44f3e
revision: a14ea1f793034d9618bebe3d063230df8b6b3f96
specs:
claide (0.0.1)
claide (0.1.0)
GIT
remote: https://github.com/alloy/kicker.git
......
require 'colored'
require 'claide'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/string/strip.rb'
# TODO why does this not automatically occur even though colored is required first?
CLAide::Command.colorize_output = true
module Pod
class PlainInformative
include CLAide::Command::InformativeError
include CLAide::InformativeError
end
class Command < CLAide::Command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment