fogged 0.0.6 → 0.0.7
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.
|
@@ -19,7 +19,7 @@ module Fogged
|
|
|
19
19
|
|
|
20
20
|
AWSThumbnailJob.perform_now(@resource)
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
%w(50x38 100x75).each_with_index do |size, index|
|
|
23
23
|
key = @resource.send(:fogged_name_for, :thumbnails, index)
|
|
24
24
|
f = Fogged.resources.files.get(key)
|
|
25
25
|
Tempfile.open(["thumbnail", ".png"]) do |t|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fogged
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Fernandez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|