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: 565b4daab2dbcebea8bafd74966da9c01e97a6fd81d313083128b81b4dc162ca
4
- data.tar.gz: 720bb94a72b02aff18acc15183abd96710d5c2148b090f5063a9a29a6b5a92da
3
+ metadata.gz: 968b6c578c0f9209abe1e3cef4170bc607a1f47cf9a59fd3e336ca0ca2aea61c
4
+ data.tar.gz: 05f1ce3537d91d90d493dbc1e3bd745b552b98a0e4a990f6ade3a0f72f097e9f
5
5
  SHA512:
6
- metadata.gz: d76be544e381b827f0d11bb6979861284c66e5c65ec43de707ef82abdbb8bdf7f792c15c01b9ac05292f391882a58e061c7f7ce973f22be2077dd450a8895a7a
7
- data.tar.gz: 31c2bc449d1547721715068d6e60f708b94ebeea6f68bb55c4d39ca9c5db429e140a5b26d1fcf9b2110b5cd598e6cceb290f4077a3154ac45982bd4f7daba85a
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: heroku_attachment_host)
12
+ rails_representation_url(attachment.variant(options), host: attachment_host)
13
13
  elsif attachment.previewable?
14
- rails_representation_url(attachment.preview(options), host: heroku_attachment_host)
14
+ rails_representation_url(attachment.preview(options), host: attachment_host)
15
15
  end
16
16
  end
17
17
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MobileWorkflow
4
- VERSION = '0.11.0'
4
+ VERSION = '0.11.1'
5
5
  RUBY_VERSION = '2.7.3'
6
6
  RAILS_VERSION = '6.1.3.1'
7
7
  end
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.0
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-18 00:00:00.000000000 Z
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.1.6
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: []