action_mosaico 0.1.3 → 0.1.4

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: b0a9ab43ddb170f7071a941eb056ae7a99dc74662659bc6f75ca6ce024dc6f1c
4
- data.tar.gz: 2ca76b413fb7e309eedc1660aede237ff0e61cee8c3def574eef44b57310bd8d
3
+ metadata.gz: 4cc9809c8ad89d34661d4c9b806a2d198c4fbbd5e8c46b9beb134f9b10a7063e
4
+ data.tar.gz: 87e3a629f78cf69b82718c9651bf33896cf629f8154a5b3bcae08212c65b0716
5
5
  SHA512:
6
- metadata.gz: 7fe80b34fbf0b944ef96af89d5b815b35a4e5947a8f1e88e01e851123aeb5f00c3721d7ae5fbf61b2fb7c5f2c4f739f7f88fb9c439c45556c8ee9db8c9e60571
7
- data.tar.gz: 5b8325c71f17144726cdfa01a6a88f2ac3b6622bb0b784348f04550aff1bc4a498bb2e8c97eaf3b2beb8b495167ed2d7a2d7f7578e4b8ff33e5eaa722151166e
6
+ metadata.gz: fb97a18d0a741b6cecb46bd24b31f71468e4c4d6080af04f4c8d9e62aba157edef87b88cb46bb765c6bddcd03e9069ea60391dac08dfdb42b2425217f49ac1b4
7
+ data.tar.gz: 21dae916fab379805fc4b131c5ee618779b5548c89f5473291b92568f9b708d5b56e296702a868bbff87262ac48201327a4ef1768767d4acd5f0e489da4fccdd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_mosaico (0.1.3)
4
+ action_mosaico (0.1.4)
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.3'
4
+ VERSION = '0.1.4'
5
5
  end
@@ -32,8 +32,6 @@ module ActionMosaico
32
32
  end
33
33
 
34
34
  def create_actionmosaico_files
35
- template 'action_mosaico.css', 'app/assets/stylesheets/action_mosaico.css'
36
-
37
35
  gem_root = "#{__dir__}/../../../.."
38
36
 
39
37
  copy_file "#{gem_root}/app/views/active_storage/blobs/_blob.html.erb",
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recker Swartz