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.
- data/lib/tigre-client/sample.rb +1 -3
- data/lib/tigre-client/version.rb +1 -1
- metadata +2 -2
data/lib/tigre-client/sample.rb
CHANGED
@@ -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
|
data/lib/tigre-client/version.rb
CHANGED
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
|
+
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-
|
14
|
+
date: 2011-05-02 00:00:00 -04:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|