Skip to content

Commit

Permalink
disable post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
janbiedermann committed Oct 20, 2019
1 parent 78ec9d8 commit 9e06f02
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ruby/isomorfeus-react.gemspec
Expand Up @@ -16,15 +16,15 @@ Gem::Specification.new do |s|
#s.test_files = `git ls-files -- {test,s,features}/*`.split("\n")
s.require_paths = ['lib']

s.post_install_message = <<~TEXT
isomorfeus-react 16.10.12:
Breaking changes:
Server Side Rendering is on by default in the development environment.
Please enable SSR asset builds in the webpack config of your app or turn SSR off with:
Isomorfeus.server_side_rendering = false
TEXT
# s.post_install_message = <<~TEXT
#
# isomorfeus-react 16.10.12:
# Breaking changes:
# Server Side Rendering is on by default in the development environment.
# Please enable SSR asset builds in the webpack config of your app or turn SSR off with:
# Isomorfeus.server_side_rendering = false
#
# TEXT

s.add_dependency 'oj', '>= 3.8'
s.add_dependency 'opal', '>= 0.11.0'
Expand Down

0 comments on commit 9e06f02

Please sign in to comment.