action_mosaico 0.1.1 → 0.1.2

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: 8af7c6fe599424d1285bc453f9a7a82d9245f5a29b9d6d176a9fbdca55238c05
4
- data.tar.gz: 793614fe9e7bd771cc4d27ff5ac260605bf5cc79ee42ed38bab6b8bf41bf3280
3
+ metadata.gz: d47b9d8d9c94951efa145167d8915f04b8786aaf39d97c2a30b0a04e403cfca1
4
+ data.tar.gz: 4b067acfd9e289a9ae8c13fcab7c4b5b9c4cbb1fbc30ac04dc5ec813f38b2b6f
5
5
  SHA512:
6
- metadata.gz: fb1a577acce989e5799464093e2f7e5a985cbb54a6fac25f9aed353fd6709157b888945391fbb01d82e2c0f23358340b1396ea15250614e1cf4853fc6ff2eeaa
7
- data.tar.gz: f33f31949a1ed77e3d66cac38a093a7566b34f6edf7e4ee5fb8b57f896f717d89cff9331367882a32c31d3d0ae18f9e1ad18d6496bc55b3249c9a2a28c4f7657
6
+ metadata.gz: f1a1555753792b4914a81a38be5b13973427029c9ee4ae1cd3deddebd833914bfdfc56d7b72d8265ac7302718892e34ed8b5fa5b3c10fa47cc326864258d0d21
7
+ data.tar.gz: 2f6c4a718af3b45e1a5d93958f161912de982d131b78aec308a17efdf91a9ece111a250bf54f2e59715ae41bd2fcb1071cddf56eee007f9c20adee2fed39be3f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_mosaico (0.1.1)
4
+ action_mosaico (0.1.2)
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.1'
4
+ VERSION = '0.1.2'
5
5
  end
@@ -32,7 +32,7 @@ module ActionMosaico
32
32
  end
33
33
 
34
34
  def create_actionmosaico_files
35
- template 'actionmosaico.css', 'app/assets/stylesheets/actionmosaico.css'
35
+ template 'actionm_osaico.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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recker Swartz