avo 3.0.1.beta21 → 3.0.1.beta22

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: ac6120157ec07b6653e2988d4ffbd3e766f8543fe553763be4b5972dc2d08939
4
- data.tar.gz: edb140cff7638c9ff759dfc3b6275e7e8888cce467406c53493b2ca8aeb0e062
3
+ metadata.gz: 7ce23cda87548bf17c79fe7bef7df2a076d47dc5d13a4db0adc5f47ff3e2ebd4
4
+ data.tar.gz: f4354bb6b49bf2ab4888450712586de084c17232b6fa214145346188aa236684
5
5
  SHA512:
6
- metadata.gz: 35c458ae56fd6ebd17c03e7f4a4fd077a5d13082c66509d9fc0c6d5275511731a918c0a8b5700d7e4112b5cc3c185cb62e8ce8c343da5585e652be39d9d68149
7
- data.tar.gz: 8f0b7c84acc843bf4e954d51105634397f90deb47624c7c8dcc517f59185f520d948aa32558ae318142ab87138fec855a5b80b5441512a989adacc37ffcbb4fb
6
+ metadata.gz: 1bd54d0d0cfc373b89a44a51ce2ba947018112314a1262b79122ff372af0b0aee09152312dea7eab33d179a9bf41135d64b1f52c180e963079a0141befb030dc
7
+ data.tar.gz: ff2b1639827c04f9a559434563d3163e1b9c0b358baa05fc6e88ffbca8bd66b508be52f82371cc93f4b669db5ce01a766d8ba4c0b786bd64d4936ffe57b933e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.0.1.beta21)
4
+ avo (3.0.1.beta22)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -4,8 +4,7 @@ module Avo
4
4
  attr_accessor :current_request
5
5
  attr_accessor :cache_store
6
6
 
7
- # ENDPOINT = "https://v3.avohq.io/api/v1/licenses/check".freeze unless const_defined?(:ENDPOINT)
8
- ENDPOINT = "https://avohq.io/api/v1/licenses/check".freeze unless const_defined?(:ENDPOINT)
7
+ ENDPOINT = "https://v3.avohq.io/api/v3/licenses/check".freeze unless const_defined?(:ENDPOINT)
9
8
  REQUEST_TIMEOUT = 5 unless const_defined?(:REQUEST_TIMEOUT) # seconds
10
9
  CACHE_TIME = 3600 unless const_defined?(:CACHE_TIME) # seconds
11
10
 
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.0.1.beta21" unless const_defined?(:VERSION)
2
+ VERSION = "3.0.1.beta22" 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: 3.0.1.beta21
4
+ version: 3.0.1.beta22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-13 00:00:00.000000000 Z
12
+ date: 2023-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord