tigre-client 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/tigre-client/sample.rb +2 -2
- data/lib/tigre-client/version.rb +1 -1
- metadata +1 -1
data/lib/tigre-client/sample.rb
CHANGED
@@ -254,8 +254,8 @@ module Tigre
|
|
254
254
|
# :digest => the digest type of the samples. Defaults to MD5
|
255
255
|
# :password => a password for the created compressed file
|
256
256
|
def self.compress(hash)
|
257
|
-
unless hash[:samples] && hash[:callback]
|
258
|
-
raise 'Missing parameter :samples or :callback
|
257
|
+
unless hash[:samples] && hash[:callback]
|
258
|
+
raise 'Missing parameter :samples or :callback'
|
259
259
|
end
|
260
260
|
digest = hash[:digest] || 'md5'
|
261
261
|
samples = package_array_list(hash[:samples])
|
data/lib/tigre-client/version.rb
CHANGED