Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Oct 10, 2011
1 parent 0da68fd commit a0f256c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 13 additions & 3 deletions consular.gemspec
Expand Up @@ -24,7 +24,17 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha'
s.add_development_dependency 'fakefs'

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
s.post_install_message = %q{********************************************************************************
Consular has been installed! Please run:
consular init
This will create a directory at ~/.config/consular which will hold all your global scripts.
Also a .consularc file will be generated in your HOME directory which you can further configure
Consular.
********************************************************************************
}

end
3 changes: 3 additions & 0 deletions lib/consular/cli.rb
@@ -1,6 +1,9 @@
require 'thor'

module Consular

# The CLI provides the command line interface for Consular. These are
# interfaced via the consular bin file.
class CLI < Thor
include Thor::Actions

Expand Down

0 comments on commit a0f256c

Please sign in to comment.