Skip to content

Commit

Permalink
Remove 2.0 post-install message
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF authored Nov 15, 2016
1 parent bcabdbd commit bd2d81c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@ 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/main.scss'.
More Information:
https://github.com/jekyll/minima#customization
----------------------------------------------
msg

spec.add_runtime_dependency "jekyll", "~> 3.3"
Expand Down

0 comments on commit bd2d81c

Please sign in to comment.