action_mosaico 0.1.4 → 0.1.5

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: 4cc9809c8ad89d34661d4c9b806a2d198c4fbbd5e8c46b9beb134f9b10a7063e
4
- data.tar.gz: 87e3a629f78cf69b82718c9651bf33896cf629f8154a5b3bcae08212c65b0716
3
+ metadata.gz: 3b832179544fcbfdfabcc6cd88ec46bc80f4122ec214af3a2cf6aa411b329982
4
+ data.tar.gz: 2d9dd13619ce7034ab5fc9c9fb5a96f9846343328b34acdf576a32b800e8f648
5
5
  SHA512:
6
- metadata.gz: fb97a18d0a741b6cecb46bd24b31f71468e4c4d6080af04f4c8d9e62aba157edef87b88cb46bb765c6bddcd03e9069ea60391dac08dfdb42b2425217f49ac1b4
7
- data.tar.gz: 21dae916fab379805fc4b131c5ee618779b5548c89f5473291b92568f9b708d5b56e296702a868bbff87262ac48201327a4ef1768767d4acd5f0e489da4fccdd
6
+ metadata.gz: 9ef534ce2c6673f577e1956c8ebdda91ad67295063f145f4148cf54e7390c300fbb08ec57f3448d0da01a0101f7bb9331a25c30065de2bbba24cd1fa5622eaac
7
+ data.tar.gz: 47a0486166a34e1032af77ed6d623ed52e9abd842077a3dd248b2f3dc536ab4c193b9d3597d0339ddbd1a6cbabe86faeace69f14ac96f204b56cc2c90650dee0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_mosaico (0.1.4)
4
+ action_mosaico (0.1.5)
5
5
  actionpack (>= 6.1)
6
6
  activerecord (>= 6.1)
7
7
  activestorage (>= 6.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActionMosaico
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
@@ -32,13 +32,6 @@ module ActionMosaico
32
32
  end
33
33
 
34
34
  def create_actionmosaico_files
35
- gem_root = "#{__dir__}/../../../.."
36
-
37
- copy_file "#{gem_root}/app/views/active_storage/blobs/_blob.html.erb",
38
- 'app/views/active_storage/blobs/_blob.html.erb'
39
-
40
- copy_file "#{gem_root}/app/views/layouts/action_mosaico/contents/_content.html.erb",
41
- 'app/views/layouts/action_mosaico/contents/_content.html.erb'
42
35
  end
43
36
 
44
37
  def enable_image_processing_gem
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_mosaico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recker Swartz