mobile_workflow 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 968b6c578c0f9209abe1e3cef4170bc607a1f47cf9a59fd3e336ca0ca2aea61c
|
4
|
+
data.tar.gz: 05f1ce3537d91d90d493dbc1e3bd745b552b98a0e4a990f6ade3a0f72f097e9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bcfb3fa8108828f1f109c158047c07b4c9aeb07b0856b832752509f0822d0ef629984d20952a755c638f493b2cc75acedcd024dd7d43ef6c213844f5f53e0a5
|
7
|
+
data.tar.gz: c3e08a19cceddf566195ee1a4a38a6fd5e8a1baee6239bac98f49a108a92ddae94fc5f078e67b766d72e084f959f86507bca039b1bb49690a8f3fe5d87573316
|
@@ -9,9 +9,9 @@ module MobileWorkflow
|
|
9
9
|
return nil unless attachment.attached?
|
10
10
|
|
11
11
|
if attachment.image?
|
12
|
-
rails_representation_url(attachment.variant(options), host:
|
12
|
+
rails_representation_url(attachment.variant(options), host: attachment_host)
|
13
13
|
elsif attachment.previewable?
|
14
|
-
rails_representation_url(attachment.preview(options), host:
|
14
|
+
rails_representation_url(attachment.preview(options), host: attachment_host)
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mobile_workflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brooke-Smith
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: app_rail-steps
|
@@ -134,7 +134,7 @@ dependencies:
|
|
134
134
|
- - ">="
|
135
135
|
- !ruby/object:Gem::Version
|
136
136
|
version: '0'
|
137
|
-
description:
|
137
|
+
description:
|
138
138
|
email:
|
139
139
|
- matt@futureworkshops.com
|
140
140
|
executables:
|
@@ -212,7 +212,7 @@ homepage: https://github.com/futureworkshops/mobile_workflow
|
|
212
212
|
licenses:
|
213
213
|
- MIT
|
214
214
|
metadata: {}
|
215
|
-
post_install_message:
|
215
|
+
post_install_message:
|
216
216
|
rdoc_options: []
|
217
217
|
require_paths:
|
218
218
|
- lib
|
@@ -227,8 +227,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
- !ruby/object:Gem::Version
|
228
228
|
version: '0'
|
229
229
|
requirements: []
|
230
|
-
rubygems_version: 3.
|
231
|
-
signing_key:
|
230
|
+
rubygems_version: 3.3.6
|
231
|
+
signing_key:
|
232
232
|
specification_version: 4
|
233
233
|
summary: A Rails engine to provide API support for Mobile Workflow Apps.
|
234
234
|
test_files: []
|