diff options
| author | David Craven <david@craven.ch> | 2016-07-29 10:23:52 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 17:37:22 +0200 |
| commit | 66e076642c0a5f1293288b2c77f739b001f5d190 (patch) | |
| tree | d0db4520b3084bbe1897e2f7fe0d33b30bc26de1 /gnu/packages/ruby.scm | |
| parent | 0160458bf8a2a77a3ec0283b4bb98fb477ed09f9 (diff) | |
gnu: Remove trailing periods from synopsis.
* gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis.
* gnu/packages/gnustep.scm (wmfire): Update synopsis.
* gnu/packages/haskell.scm (ghc-socks): Update synopsis.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis.
* gnu/packages/openstack.scm (python-bandit): Update synopsis.
* gnu/packages/perl.scm (perl-test-trap): Update synopsis.
* gnu/packages/python.scm (python-backports-abc): Update synopsis.
* gnu/packages/ruby.scm (python-cryptography-vectors): Update synopsis.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 877f229fe11..028b82daaf3 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -4050,7 +4050,7 @@ associated records.") | |||
| 4050 | ("ruby-minitest-rg" ,ruby-minitest-rg) | 4050 | ("ruby-minitest-rg" ,ruby-minitest-rg) |
| 4051 | ("ruby-mocha" ,ruby-mocha) | 4051 | ("ruby-mocha" ,ruby-mocha) |
| 4052 | ("ruby-activesupport" ,ruby-activesupport))) | 4052 | ("ruby-activesupport" ,ruby-activesupport))) |
| 4053 | (synopsis "Test mocks for time-dependent functions.") | 4053 | (synopsis "Test mocks for time-dependent functions") |
| 4054 | (description | 4054 | (description |
| 4055 | "Timecop provides \"time travel\" and \"time freezing\" capabilities, | 4055 | "Timecop provides \"time travel\" and \"time freezing\" capabilities, |
| 4056 | making it easier to test time-dependent code. It provides a unified method to | 4056 | making it easier to test time-dependent code. It provides a unified method to |
| @@ -4116,4 +4116,3 @@ inspired by Erlang, Clojure, Go, JavaScript, actors and classic concurrency | |||
| 4116 | patterns.") | 4116 | patterns.") |
| 4117 | (home-page "http://www.concurrent-ruby.com") | 4117 | (home-page "http://www.concurrent-ruby.com") |
| 4118 | (license license:expat))) | 4118 | (license license:expat))) |
| 4119 | |||
