killbill-deposit 1.0.3 → 1.0.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/deposit/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '01799d153daaae5b4695379e8e90920b506a3eb7c3fdf2a5d00de3aa21a27e20'
4
- data.tar.gz: a99c3c64b8341c7df84dade0fd83b774d33dcea4a32a507af5bf1cf2e22cc0b3
3
+ metadata.gz: 7ad20034124fdc20423c098a933a8f72abb17749efa0140fdcaa7de1c155628d
4
+ data.tar.gz: a3441c430d91c047331258b577ab2711127b962fe684dbde20978022ebfe98a8
5
5
  SHA512:
6
- metadata.gz: ac774c6c0a37720e0abaccf930454979943d0f44fcc70a15e13b8f8124d7bd7b76df5e251628ad1108651b6438a28661f1fe20467d80d4ffccab687915b37ca4
7
- data.tar.gz: 0462f1e051fd396490d504aa62646a77f9e6b71016c6a126978d15d8df68f000654c7b4d69a47d2770c0901c0a7d2c57e50d9a7cf250a28186ae2bf849b1f038
6
+ metadata.gz: d94d90153fa95d68a81e9f523628bbc339a18ab3a55f87f4d528564a640ea8ac02c991541fbc34dbeeabc2aa7a6879abf6c942f01a6f3d9c4ae97f4a6587f0d5
7
+ data.tar.gz: 37e0906c7eea36cd9c82f71f29b8d5611339c45a4f04c8d985646370185c17c80dc34b1451d4a28f5b749c6827d7448cceb27d7b7b1dc0f3a170474712f9f2e0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Deposit
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-deposit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill-assets-ui
@@ -97,7 +97,7 @@ licenses:
97
97
  - MIT
98
98
  metadata:
99
99
  rubygems_mfa_required: 'true'
100
- post_install_message:
100
+ post_install_message:
101
101
  rdoc_options: []
102
102
  require_paths:
103
103
  - lib
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubygems_version: 3.4.10
116
- signing_key:
116
+ signing_key:
117
117
  specification_version: 4
118
118
  summary: Kill Bill Deposit UI mountable engine
119
119
  test_files: []