Skip to content

Commit

Permalink
add a post-install msg to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Sep 30, 2016
1 parent aee4b8e commit 8be22dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

spec.post_install_message = <<-msg
----------------------------------------------
Thank you for installing minima 2.0!
Minima 2.0 comes with a breaking change that
renders '<your-site>/css/main.scss' redundant.
That file is now bundled with this gem as
'<minima>/assets/css/main.scss'.
More Information:
https://github.com/jekyll/minima#customization
----------------------------------------------
msg

spec.add_development_dependency "jekyll", "~> 3.2"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 8be22dc

Please sign in to comment.