Skip to content

Commit

Permalink
Adds post-install message in gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
athityakumar committed Oct 20, 2017
1 parent 41415b6 commit 11e00d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions colorls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ Gem::Specification.new do |spec|
spec.executables = 'colorls'
spec.require_paths = ['lib']

spec.post_install_message = <<-EOF
*************************************************************************
Changes introduced in colorls-v1.0.0
Sort by dirs : -sd flag has been renamed to --sd
Sort by files : -sf flag has been renamed to --sf
Git status : -gs flag has been renamed to --gs
Clubbed flags : `colorls -ald` works
Help menu : `colorls -h` provides all possible flag options
*************************************************************************
EOF

spec.add_runtime_dependency 'colorize'
spec.add_runtime_dependency 'facets'
spec.add_runtime_dependency 'filesize'
Expand Down

0 comments on commit 11e00d1

Please # to comment.