avo 2.27.0 → 2.27.1

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: 5aeea2a89ba96a4f920fe402b22ad5ec878c68f538d93d85e7c9e294a417fd20
4
- data.tar.gz: cc521cbc9e8e6ac23b56af74f29222bdfacef50bc0adec8eb4e3bae29684ab45
3
+ metadata.gz: aac3092349f067eb4327e5b3ccf5bce819d29365bb6a5d8157382cf863b6e14a
4
+ data.tar.gz: 3d475ef799448ee4189642e279448b8f73b15e3a321e4a9c1e225a7d0f988d8e
5
5
  SHA512:
6
- metadata.gz: f01a90d325dff0c0143e9a2ce3194c49b51ad42c4435621999be67463a33e201c94072b25a6d369f8230c76476e27bcaaef35de67aca1e88cff94a685aa1dbaf
7
- data.tar.gz: 9368a51618b19f713d94f9f83e4922dbb307e5963d581a7ad55d8f10511f49befa28e95ab4a304c3ee7dbfab06748e3e64c0b4ea3907f308f34832bafb9e29c4
6
+ metadata.gz: 9852e6779654ff6dd30309e5966d4476c10da02ac3dfc34c4696c0cd82dce28aca92ffbfb8e0567ddc3c5ab9b7fc1094f13dbd3daec0f3c7e140d05b9f120c38
7
+ data.tar.gz: dda61e467b8f6e907b9711695d6ea940ffddfe9b8dc9b27a3d192d9914b35d700ecd6785ff6fa1db5bbddf99e257f9adb828ad3aad3402021ff127942841431c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (2.27.0)
4
+ avo (2.27.1)
5
5
  actionview (>= 6.0)
6
6
  active_link_to
7
7
  activerecord (>= 6.0)
@@ -1,3 +1,3 @@
1
1
  <div class="text-center text-sm text-gray-700 <%= 'print:hidden' if Avo.configuration.hide_layout_when_printing %>">
2
- <a href="https://avohq.io/" target="_blank">Avo</a> · &copy; <%= Date.today.year %> AvoHQ · <span title="<%= Avo::App.license.valid ? 'valid' : 'invalid'%> <%= Avo::App.license.id %> license">v<%= Avo::VERSION %></span> · Current.user.id = <%= Current.user&.id %>
2
+ <a href="https://avohq.io/" target="_blank">Avo</a> · &copy; <%= Date.today.year %> AvoHQ · <span title="<%= Avo::App.license.valid ? 'valid' : 'invalid'%> <%= Avo::App.license.id %> license">v<%= Avo::VERSION %></span>
3
3
  </div>
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "2.27.0" unless const_defined?(:VERSION)
2
+ VERSION = "2.27.1" unless const_defined?(:VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.27.0
4
+ version: 2.27.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin