active_image_persist 1.1.0 → 1.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a24db06be7c0c4ee6ebcf96f0646dd6ab863183b3108a0bcc1f7c288fb65213f
4
- data.tar.gz: 531634b01e45761349f256e7f91cf3c9ade8bad661f2c4e71c8187ba52562d80
3
+ metadata.gz: d3afcee1169980afbda2c17040796c3e582427088b44e701e24f063dd4aa41b4
4
+ data.tar.gz: 2f85ecf458e539c52f4826e72df80015139e7fba0b91474eb482c65d9b5baafa
5
5
  SHA512:
6
- metadata.gz: 1995289f840e4d24416bace64fd4e963888dd6310a7ea5a527d443ccdabf89a5518496e53bbd49dde91f064085052d596cee48fe84081837f312fa9a6653196e
7
- data.tar.gz: 9b28a81a1e8898117ec4ede7fc14db5144f59e7c10e8562d96968937ae475d1cc2503525c8727db56c734f176d19bd4b9156b8a72e39829a625cd96cb89b7574
6
+ metadata.gz: 1706d8d4e8d291e5491c19d75063e566769ca1e50b2447be5d7d97de84fa85aa2e95ae33dc5d91db741840a2c7e44bef03797271faa4452fe2e3e416e12328ae
7
+ data.tar.gz: b9b3f2faa59e9a86b6199ee4837e5536868a6b4d78bc81c9a923f31478cdcae64fe108a0b88566e4163c08f9fb2a2f044b897c8c02f88762235ff2b6d8ed20ae
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveImagePersist
4
- VERSION = "1.1.0"
4
+ VERSION = "1.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_image_persist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gengosha
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-03 00:00:00.000000000 Z
11
+ date: 2021-02-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem is intended to help with image files lost or corruption in the
14
14
  view from validation error with active storage. ActiveStorage's installation is
@@ -29,6 +29,8 @@ files:
29
29
  - active_image_persist-1.0.7.gem
30
30
  - active_image_persist-1.0.8.gem
31
31
  - active_image_persist-1.0.9.gem
32
+ - active_image_persist-1.1.0.gem
33
+ - active_image_persist-1.1.1.gem
32
34
  - active_image_persist.gemspec
33
35
  - bin/console
34
36
  - bin/setup