action_mosaico 0.1.2 → 0.1.3

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: d47b9d8d9c94951efa145167d8915f04b8786aaf39d97c2a30b0a04e403cfca1
4
- data.tar.gz: 4b067acfd9e289a9ae8c13fcab7c4b5b9c4cbb1fbc30ac04dc5ec813f38b2b6f
3
+ metadata.gz: b0a9ab43ddb170f7071a941eb056ae7a99dc74662659bc6f75ca6ce024dc6f1c
4
+ data.tar.gz: 2ca76b413fb7e309eedc1660aede237ff0e61cee8c3def574eef44b57310bd8d
5
5
  SHA512:
6
- metadata.gz: f1a1555753792b4914a81a38be5b13973427029c9ee4ae1cd3deddebd833914bfdfc56d7b72d8265ac7302718892e34ed8b5fa5b3c10fa47cc326864258d0d21
7
- data.tar.gz: 2f6c4a718af3b45e1a5d93958f161912de982d131b78aec308a17efdf91a9ece111a250bf54f2e59715ae41bd2fcb1071cddf56eee007f9c20adee2fed39be3f
6
+ metadata.gz: 7fe80b34fbf0b944ef96af89d5b815b35a4e5947a8f1e88e01e851123aeb5f00c3721d7ae5fbf61b2fb7c5f2c4f739f7f88fb9c439c45556c8ee9db8c9e60571
7
+ data.tar.gz: 5b8325c71f17144726cdfa01a6a88f2ac3b6622bb0b784348f04550aff1bc4a498bb2e8c97eaf3b2beb8b495167ed2d7a2d7f7578e4b8ff33e5eaa722151166e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_mosaico (0.1.2)
4
+ action_mosaico (0.1.3)
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.2'
4
+ VERSION = '0.1.3'
5
5
  end
@@ -32,7 +32,7 @@ module ActionMosaico
32
32
  end
33
33
 
34
34
  def create_actionmosaico_files
35
- template 'actionm_osaico.css', 'app/assets/stylesheets/action_mosaico.css'
35
+ template 'action_mosaico.css', 'app/assets/stylesheets/action_mosaico.css'
36
36
 
37
37
  gem_root = "#{__dir__}/../../../.."
38
38
 
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recker Swartz