tigre-client 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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] && hash[:job_id]
258
- raise 'Missing parameter :samples or :callback or :job_id'
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])
@@ -1,5 +1,5 @@
1
1
  module Tigre
2
2
  module Client
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tigre-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcio Castilho