killbill-aviate 2.5.0.pre.1 → 2.5.0
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 +4 -4
- data/app/controllers/aviate/usage_controller.rb +1 -1
- data/lib/aviate/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a6b12945804eaf2bba979f8dd0615cecf5c15a7d30f636c9627452a1c140cec
|
|
4
|
+
data.tar.gz: c944afd2be56f78d214754e29b935726d5708c85b7fac59a644e51bece86536c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1214480f711b03d6f2941e4e1ad1ccb465d4a5b6a6822cecba27330fb09a4303e69ce7a22c8794c0d35ed585f1855cb86e100d4e9e0b7ade7d55bb3333f96a6
|
|
7
|
+
data.tar.gz: 2e8a8897290c834592d3bdd9b72189ce374269aedf11213c8a6ec4dc39541c632bac0a1f3ecc6d5053c78b7ad7e1fba470d395811d1429263640a17df059794e
|
|
@@ -171,8 +171,8 @@ module Aviate
|
|
|
171
171
|
|
|
172
172
|
return samples_by_unit if unit_types.empty?
|
|
173
173
|
|
|
174
|
-
# rubocop:disable-next ThreadSafety/NewThread -- fetching samples for each unit type in parallel is intentional
|
|
175
174
|
threads = unit_types.map do |unit_type|
|
|
175
|
+
# rubocop:disable-next ThreadSafety/NewThread -- fetching samples for each unit type in parallel is intentional
|
|
176
176
|
Thread.new do
|
|
177
177
|
samples = Killbill::Aviate::AviateClient.host_samples(
|
|
178
178
|
subscription_id, unit_type, from, to, cached_options
|
data/lib/aviate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-aviate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.0
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: killbill-assets-ui
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '7.
|
|
61
|
+
version: '7.2'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '7.
|
|
68
|
+
version: '7.2'
|
|
69
69
|
description: Rails UI plugin for the Aviate plugin.
|
|
70
70
|
email: killbilling-users@googlegroups.com
|
|
71
71
|
executables: []
|
|
@@ -125,9 +125,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
version: '0'
|
|
126
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
|
-
- - "
|
|
128
|
+
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version:
|
|
130
|
+
version: '0'
|
|
131
131
|
requirements: []
|
|
132
132
|
rubygems_version: 3.4.10
|
|
133
133
|
signing_key:
|