killbill-aviate 0.0.2 → 0.0.3

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: 1bca13b8981f496f2ed501a14dd981d240458cca6c6fb98d172b9a0599a442cc
4
- data.tar.gz: 0d0735546412f82c502868d31b2c75760cbb66562e54ac7e9020d5fc75291b84
3
+ metadata.gz: d0beebfceb8ba59eb488bae859b45dae499508cbf6abb56ce348fa4f24577005
4
+ data.tar.gz: 227954fb886c3b54b83c2a521b63cef7fd2e8d4fb24d5306a18cc9e3c997f336
5
5
  SHA512:
6
- metadata.gz: 1cabf6b1f8998a4721bbf4e59a173a81a62c4c71dc2d8c50b90e904703ba441ecf8e47c94b2472da151a1a9e92df3b5f2b11fd7eccf84557e28e0747284dfe4c
7
- data.tar.gz: 8c251920df3a0a0e94a03e4e5b0afcd3beaadef7432e7cc564ec8c306348d985d86ffa1f8f5b9ad0ca2d61fd19df718881ebbd31986f94da95a38ce76e30e328
6
+ metadata.gz: e5113ba6d7614401f012aeedb5d2f6430b22b694f090f3eadfb47f8a3db24901ca6a4928b4d7317afde39b8b432289f8bd0a20415b9d927dc1d42b92aa7a642c
7
+ data.tar.gz: f0773c3f756ece72d5f72fa01e2fb32e2141541aa6629aeacd359fe2ae60c27b9ae4ae9db828e6976e08e7f275eda57fefc242b55a17cf92dedcb4f0295fe9dd
@@ -31,7 +31,7 @@ module Aviate
31
31
  data = []
32
32
  begin
33
33
  pages = searcher.call(search_key)
34
- if pages.count.any?
34
+ if pages.any?
35
35
  pages.each do |page|
36
36
  page['wallet_path'] = aviate_engine.account_wallet_path(account_id, page['walletId'])
37
37
  data << formatter.call(page)
@@ -3,7 +3,7 @@
3
3
  <h1>Aviate</h1>
4
4
  <% if @available %>
5
5
  <div class="alert alert-success" role="alert">
6
- Successfully authenticated. Welcome to Aviate!
6
+ <%= t('aviate.configuration.authentication_success') %>
7
7
  </div>
8
8
  <% else %>
9
9
  <div class="column-block d-flex justify-content-center" style="width: 50%;margin-left: 30%;">
@@ -1,4 +1,7 @@
1
1
  en:
2
+ aviate:
3
+ configuration:
4
+ authentication_success: "Successfully authenticated. Welcome to Aviate!"
2
5
  flashes:
3
6
  notices:
4
7
  wallet_created_successfully: "Wallet created successfully"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aviate
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
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: 0.0.2
4
+ version: 0.0.3
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: 2025-07-07 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill-assets-ui