From 0f73acc225656517526b317a05ecab7e1311141b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 29 Aug 2013 09:29:40 +0000 Subject: remove "encoding: binary" header use We don't need it since IO#read(bytes, buf) will convert to ASCII-8BIT anyways. Everywhere else, we ensure path names are already binary. We do this mainly at the client layer before using Shellwords to escape the paths. We also must be careful about parsing output from soxi/avprobe which can show us metadata in whatever encoding is in the file. We must still handle data from parsing command output as binary, as the encoding of file metadata tends to vary. This also should buy us Syck compatibility for Ruby 1.9.3 users on Debian systems where Ruby 1.9.3 still uses Syck. --- dtas-mpris.gemspec | 1 - 1 file changed, 1 deletion(-) (limited to 'dtas-mpris.gemspec') diff --git a/dtas-mpris.gemspec b/dtas-mpris.gemspec index c6dd808..48d0a28 100644 --- a/dtas-mpris.gemspec +++ b/dtas-mpris.gemspec @@ -1,4 +1,3 @@ -# -*- encoding: binary -*- # Copyright 2013, Eric Wong and all contributors. # License: GPLv2 or later # This is GPLv2+ instead of GPLv3+ because ruby-dbus is LGPLv2.1 (only) -- cgit v1.2.3-24-ge0c7