Skip to content

Commit c9ab482

Browse files
committed
Remove post-install message
Got rid of the post-install message in the gem because it is extra noise to most users.
1 parent 06e3a6b commit c9ab482

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Removed
1010
- Removed support for Ruby 1.x. This gem only supports Ruby 2.0 and higher.
1111
- Removed support for `cuke_modeler` 0.x. This gem only supports `cuke_modeler` 1.x and higher.
12-
12+
- Removed the post-install message because it did not contain any 'useful' information. Thank you for the years of
13+
service.
14+
1315
### Changed
1416
- No longer including every file in the Git repository as part of the gem. Only the files needed for using the gem (and
1517
the informative ones like the README) will be packaged into the released gem.

cql.gemspec

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,8 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength - Gemspecs i
1414
s.email = ['[email protected]']
1515
s.license = 'MIT'
1616
s.homepage = 'https://github.com/enkessler/cql'
17-
1817
s.platform = Gem::Platform::RUBY
19-
s.post_install_message = %{
20-
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
21-
22-
Thank you for installing cql (Cucumber Query Language)
23-
24-
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
25-
26-
}
27-
28-
s.metadata = {
18+
s.metadata = {
2919
'bug_tracker_uri' => 'https://github.com/enkessler/cql/issues',
3020
'changelog_uri' => 'https://github.com/enkessler/cql/blob/master/CHANGELOG.md',
3121
'documentation_uri' => 'https://www.rubydoc.info/gems/cql',

0 commit comments

Comments
 (0)