tigre-client 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -259,10 +259,8 @@ module Tigre
259
259
  end
260
260
  hash[:digest] = hash[:digest] || 'md5'
261
261
  hash[:samples] = package_array_list(hash[:samples])
262
-
262
+ hash[:type] = 'compressor'
263
263
  Tigre.post_file_connection('/samples_for_compression', hash)
264
-
265
- # Tigre.get_connection("/samples_for_compression?samples=#{samples}&digest=#{digest}&callback=#{hash[:callback]}&password=#{hash[:password]}")
266
264
  end
267
265
 
268
266
  end
@@ -1,5 +1,5 @@
1
1
  module Tigre
2
2
  module Client
3
- VERSION = "0.3.5"
3
+ VERSION = "0.3.6"
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.5
5
+ version: 0.3.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcio Castilho
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-04-28 00:00:00 -04:00
14
+ date: 2011-05-02 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency