File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -14,18 +14,8 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength - Gemspecs i
14141515 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' ,
You can’t perform that action at this time.
0 commit comments