avo 1.19.1.pre.5 → 1.19.1.pre.6

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: ebcca1234dde54bc8bea3e30e3bfb3f9dcd73a4c403e74c79e09c60419319d21
4
- data.tar.gz: abe6a7d6862907d7c4fa92b893d5c8229c9d5b84c7ddb91a1e54f3a69af87799
3
+ metadata.gz: 95d5abdfc832f8c0c1ed035038821d1a21838d3fe15b0aaa5f3604cfcd48ccc4
4
+ data.tar.gz: 98156e6d15f1530d164a3e7995b0ed63fe498272625215ef2f2e6c71281751b5
5
5
  SHA512:
6
- metadata.gz: 034bb104e6a7fa100d16a89b5b4bec2fbe05d62bde6cf1ed171642d380f855dd6a527b12a548f16b61378bb4d494ee498d37218c127b59bbd3b0df92581b70ee
7
- data.tar.gz: e3e89d0fa417c93a4caa5c39e0847a54d94d632e8992a0ec775c91fccac82e085d0fdd435842616cb62b19b3e27273362c0000465b08a7752dbc5e7395b00469
6
+ metadata.gz: c47c072f92caf09f23cf8ef2f9fbe05627b3c91c1e79509641d4661834a3a4560120168957b503a087220041e74987955d7e07a07d7c36498b75c1de13acfa53
7
+ data.tar.gz: 98541d6134953707b9b02cba2f1677e8fdddda6af45014d3f247d3e7126ea83a1ec20c703fe7de12da51851111f492cf578c6f1b0814fff8c7f03a67fdbd4ba9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (1.19.1.pre.5)
4
+ avo (1.19.1.pre.6)
5
5
  active_link_to
6
6
  addressable
7
7
  breadcrumbs_on_rails
@@ -29,8 +29,7 @@ module Avo
29
29
  def a_button(label = nil, **args, &block)
30
30
  args[:class] = button_classes(args[:class], color: args[:color], variant: args[:variant], size: args[:size])
31
31
  if args[:spinner]
32
- args["data-controller"] = "loading-button"
33
- # args["data-action"] = "click->loading-button#onClick"
32
+ args[:"data-controller"] = "loading-button"
34
33
  end
35
34
 
36
35
  locals = {
@@ -1,3 +1,3 @@
1
1
  <div class="text-center text-sm text-gray-700">
2
- <a href="https://avohq.io/" target="_blank">Avo</a> · &copy; <%= Date.today.year %> AvoHQ · <span title="<%= Avo::App.license.id %>">v<%= Avo::VERSION %></span>
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 = "1.19.1.pre.5"
2
+ VERSION = "1.19.1.pre.6"
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: 1.19.1.pre.5
4
+ version: 1.19.1.pre.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin