Package: ruby-remcached / 0.4.1-4

Metadata

Package Version Patches format
ruby-remcached 0.4.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add license from upstream git.patch | (download)

LICENSE | 202 202 + 0 - 0 !
1 file changed, 202 insertions(+)

 add apache 2.0 license
 Add a LICENSE file.
change memcached port.patch | (download)

spec/memcached_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change memcached port

By default memcached listen on 11211. So changing spec file accordingly.

force_ascii_encoding.patch | (download)

spec/packet_spec.rb | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 force encoding of expected results to ascii-8bit
 Ruby2.0 defaults to UTF-8, whereas strings @s are ASCII-8BIT
Bug: https://github.com/astro/remcached/issues/5