]> git.pld-linux.org Git - packages/ruby-io-like.git/commitdiff
desc/summary from homepage master auto/th/ruby-io-like-0.3.0-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 13:57:14 +0000 (16:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 13:57:14 +0000 (16:57 +0300)
ruby-io-like.spec

index ff6b7a10c461872d7009eadfb980671fc459fc76..6939917ab950b15b446a6edf12f10b05b63ac137 100644 (file)
@@ -1,5 +1,5 @@
 %define        pkgname io-like
-Summary:       A module which provides the functionality of an IO object to any class which provides a couple of simple methods
+Summary:       IO::Like - in the Likeness of IO
 Name:          ruby-%{pkgname}
 Version:       0.3.0
 Release:       1
@@ -14,9 +14,12 @@ BuildArch:   noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The IO::Like module provides the methods of an IO object based upon on
-a few simple methods provided by the including class: unbuffered_read,
-unbuffered_write, and unbuffered_seek.
+The IO::Like module provides all of the methods of typical IO
+implementations such as File; most importantly the read, write, and
+seek series of methods. A class which includes IO::Like needs to
+provide only a few methods in order to enable the higher level
+methods. Buffering is automatically provided by default for the
+methods which normally provide it in IO.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
This page took 0.095081 seconds and 4 git commands to generate.