From d7a47c4f9e691b7b28b0c9a2f61e59928a6aff01 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 7 Dec 2024 23:19:47 +0000 Subject: [PATCH] Improve gemspec description This brings the gemspec description more into line with that in the README. Note that the gemspec description is used on rubygems.org [1]. Closes #692. [1]: https://rubygems.org/gems/mocha --- mocha.gemspec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mocha.gemspec b/mocha.gemspec index 13a3a476..5a18ee67 100644 --- a/mocha.gemspec +++ b/mocha.gemspec @@ -9,7 +9,11 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.1' s.authors = ['James Mead'] - s.description = 'Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.' + s.description = <<~EOS + A Ruby library for mocking and stubbing with a unified, simple and readable syntax + for both full & partial mocking. Built-in support for Minitest and Test::Unit. + Supported by many other test frameworks, e.g. RSpec. + EOS s.email = 'mocha-developer@googlegroups.com' s.files = Dir.chdir(File.expand_path('..', __FILE__)) do