lago-ruby-client 0.47.0.pre.beta → 0.48.0.pre.beta
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b827eefb8b303238ec2a42e5cc5d485530d63671c3afe9e6af5c6a5aabb45859
|
|
4
|
+
data.tar.gz: 8aca6b61ce1ae31df5df9146ccf6a5ecf5397e2be62da93bc45ca1f6b84bf45b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f7a685eb3ebe1c763e394afc74e254fe4a8af9a9c7d043a887d4556a22b27bd655ecd5e3c443441805744aa461d3382ab1caaa5887d3d0ed03a1f5d96b93b80
|
|
7
|
+
data.tar.gz: e7622705cca16d224615da1b3665d85dfb614e9c6742d21d657bdc3ff8cc9aa4bccaf64f544a34b1926e1d1bf6dbdbf58b90cc8d0f2dc205ffe3dde0e4d5673a
|
|
@@ -26,6 +26,7 @@ module Lago
|
|
|
26
26
|
frequency_duration: params[:frequency_duration],
|
|
27
27
|
expiration: params[:expiration],
|
|
28
28
|
expiration_at: params[:expiration_at],
|
|
29
|
+
terminated_at: params[:terminated_at],
|
|
29
30
|
}.compact
|
|
30
31
|
|
|
31
32
|
whitelist_limitations(params[:applies_to]).tap do |limitations|
|
data/lib/lago/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lago-ruby-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.0.pre.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lovro Colic
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jwt
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description:
|
|
125
|
+
description:
|
|
126
126
|
email:
|
|
127
127
|
- lovro@getlago.com
|
|
128
128
|
executables: []
|
|
@@ -160,7 +160,7 @@ metadata:
|
|
|
160
160
|
homepage_uri: https://www.getlago.com/
|
|
161
161
|
source_code_uri: https://github.com/getlago/lago-ruby-client
|
|
162
162
|
documentation_uri: https://doc.getlago.com
|
|
163
|
-
post_install_message:
|
|
163
|
+
post_install_message:
|
|
164
164
|
rdoc_options: []
|
|
165
165
|
require_paths:
|
|
166
166
|
- lib
|
|
@@ -175,8 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
- !ruby/object:Gem::Version
|
|
176
176
|
version: 1.3.1
|
|
177
177
|
requirements: []
|
|
178
|
-
rubygems_version: 3.
|
|
179
|
-
signing_key:
|
|
178
|
+
rubygems_version: 3.3.3
|
|
179
|
+
signing_key:
|
|
180
180
|
specification_version: 4
|
|
181
181
|
summary: Lago Rest API client
|
|
182
182
|
test_files: []
|