mobile_workflow 0.7.3 → 0.7.4

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: 026fc97366b9da9d1cdd8c27935c9c120a872fc0f666e3e8dec8ebe881e36c8e
4
- data.tar.gz: 2963f07f4173b235411a1256a5ab716805edebc78cd82c60603603316a861284
3
+ metadata.gz: 793d6e2517f66a2a0eb664541c4b97a37b5bb8c3a6e55e007b8d0c9947e7dbfc
4
+ data.tar.gz: 12288b78b8f962f7b99ac47f7f3eaaf8c3390a474672ee943f5ac86123e47f0d
5
5
  SHA512:
6
- metadata.gz: 297c0feb073d5172064eb35168aff8864b7d523e91bc9f0bcbede72ad16c2fb2e4507aea89b52f21fc921dbef299f00b2b9d8765c595f1e1435392bbd84a2693
7
- data.tar.gz: 9d3442386b9f5846dca8124f2bdb878302992bb42142b6ac3601abd3fd14d3c556051c261f210faf98bc24e21adf8edb5ff2b16ead759dccfb6fe0878c7b755c
6
+ metadata.gz: f9a5594c34e7dfbfd71dd239aca140018fe9fef0ffcf55b356000450b9e84e9615457c62edc43fe33ebd67b2d3665b02c15ff893079a2e76b387c9811a60bfa9
7
+ data.tar.gz: 7925c77c229f26fd42b8639038ff74b4f89fa6bfe1a1c7662309f8ae4dce1ca27046bb60e9e5640f5e6360a6b30c2ec666a801048e731213576ab08d3b78d21d
@@ -140,9 +140,9 @@ module MobileWorkflow
140
140
  return nil unless attachment.attached?
141
141
 
142
142
  if attachment.image?
143
- Rails.application.routes.url_helpers.rails_representation_url(attachment.variant(options), host: attachment_host)
143
+ Rails.application.routes.url_helpers.rails_representation_url(attachment.variant(options), host: heroku_attachment_host)
144
144
  elsif attachment.previewable?
145
- Rails.application.routes.url_helpers.rails_representation_url(attachment.preview(options), host: attachment_host)
145
+ Rails.application.routes.url_helpers.rails_representation_url(attachment.preview(options), host: heroku_attachment_host)
146
146
  else
147
147
  return nil
148
148
  end
@@ -1,5 +1,5 @@
1
1
  module MobileWorkflow
2
- VERSION = '0.7.3'
2
+ VERSION = '0.7.4'
3
3
  RUBY_VERSION = '2.7.3'
4
4
  RAILS_VERSION = '6.1.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith