mafia-admin 0.3.14 → 0.3.15

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: c7f1678d999e6a6d55273b1950a3316da59cd4ee35ee82771435ce63e6067475
4
- data.tar.gz: aff363e27c29deb2ccb056f065650ff4daddec4523807643a777a012384011bd
3
+ metadata.gz: 46ae0d68513c42f3f7655ac0b5c3057840bd4d562cb588f1575f8a1f1ed4b759
4
+ data.tar.gz: d208ada770d9513ca0d806bd5174b5df843624addf108b8787d18cf5a9c130c1
5
5
  SHA512:
6
- metadata.gz: c7ab5906db799c0d9f576e89c8b6e2f1d8cf7c72fd186e31433a834f5ebff794c98563ef2d33dd36221ce9f9b6e71376c2fefd5f646c61fe6eedd5924eb38ac2
7
- data.tar.gz: 6969aa867f61377e6c2566902ec651ec7d1b543a97202bd023700bbadb5a888cb410887d6875306df6a45373e8fc9d96683f6b0e8892660e87b357a9ba71c712
6
+ metadata.gz: 159b67de9816e2404bba3fb1b1ef7bd5c36d4669f93e1d02f6f1ab1d514265228c9761ebcbe2d010ffe8debc3b4cf7e9294b31af03b1ffe102a10e8ad5e344bf
7
+ data.tar.gz: 6bc0b72539735054626a08dc0c72f3ca8d47024440683df9fb84ea16f492497ec205576a04454a44872e8719ef06456176af638c4b6320f71fba2c87126920f7
File without changes
data/lib/motor/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Motor
4
- VERSION = '0.3.14'
4
+ VERSION = '0.3.15'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mafia-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Matsyburka
@@ -152,7 +152,7 @@ files:
152
152
  - lib/generators/motor/templates/install_api_configs.rb
153
153
  - lib/generators/motor/templates/upgrade_motor_api_actions.rb
154
154
  - lib/generators/motor/upgrade_generator.rb
155
- - lib/motor-admin.rb
155
+ - lib/mafia-admin.rb
156
156
  - lib/motor.rb
157
157
  - lib/motor/active_record_utils.rb
158
158
  - lib/motor/active_record_utils/action_text_attribute_patch.rb